diff --git a/app/resources/component/resource-card.tsx b/app/resources/component/resource-card.tsx index 45653f7..5978796 100644 --- a/app/resources/component/resource-card.tsx +++ b/app/resources/component/resource-card.tsx @@ -7,12 +7,12 @@ interface ResourceCardProps { export function ResourceCard({ title, description, isComingSoon, buttonColor = "bg-blue-500" }: ResourceCardProps) { return ( -
-

{title}

-

{description}

+
+

{title}

+

{description}

-
- - ) + Support Us + +
+ + ); } - diff --git a/app/resources/page.tsx b/app/resources/page.tsx index e2aeca3..a5f1452 100644 --- a/app/resources/page.tsx +++ b/app/resources/page.tsx @@ -1,32 +1,32 @@ -import { ResourceCard } from "./component/resource-card" -import { Globe, Laptop } from "lucide-react" -import Navbar1 from "@/components/navbar" -import { Ripple } from "./component/ripple" -import SupportSection from "./component/support-section" -import Footer from "@/components/footer" +import { ResourceCard } from "./component/resource-card"; +import { Globe, Laptop } from "lucide-react"; +import Navbar1 from "@/components/navbar"; +import { Ripple } from "./component/ripple"; +import SupportSection from "./component/support-section"; +import Footer from "@/components/footer"; export default function ResourcesPage() { return (
-
+
{/* Hero Section */}
-

+

Discover Resources

-

- Explore our curated collection of learning materials to enhance your skills in programming, web development, - and DevOps. +

+ Explore our curated collection of learning materials to enhance your + skills in programming, web development, and DevOps.

{/* Programming Languages Section */}
- +

Programming Languages

@@ -54,7 +54,7 @@ export default function ResourcesPage() {
- +

Foundations

@@ -83,6 +83,5 @@ export default function ResourcesPage() {
- ) + ); } - diff --git a/components/ui/navbar-menu.tsx b/components/ui/navbar-menu.tsx index 53c4ee9..bc4cd46 100644 --- a/components/ui/navbar-menu.tsx +++ b/components/ui/navbar-menu.tsx @@ -25,7 +25,7 @@ export const MenuItem = ({ children?: React.ReactNode; }) => { return ( -
setActive(item)} className="relative px-8 py-3 rounded-xl hover:bg-black hover:dark:bg-white hover:text-black transition-all duration-300 text-foreground shadow-sm border border-transparent hover:border-white hover:shadow-[0px_0px_20px_5px_rgba(255,255,255,0.4)]"> +
setActive(item)} className="relative px-8 py-3 rounded-xl hover:bg-white hover:dark:bg-white hover:text-black transition-all duration-300 text-foreground shadow-sm border border-transparent hover:border-white hover:shadow-[0px_0px_20px_5px_rgba(255,255,255,0.4)]">