diff --git a/src/app/page.tsx b/src/app/page.tsx index 0777da1..6b62754 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; @@ -28,7 +28,7 @@ export default function TechHubClubPage() { headingFontWeight="semibold" > @@ -54,8 +52,8 @@ export default function TechHubClubPage() { ]} avatarText="Join 150+ passionate members" buttons={[ - {text: "Join Now", href: "#contact"}, - {text: "Learn More", href: "#about"} + {text: "Join Now", href: "contact"}, + {text: "Learn More", href: "about"} ]} buttonAnimation="slide-up" /> @@ -70,8 +68,8 @@ export default function TechHubClubPage() { ]} useInvertedBackground={false} buttons={[ - {text: "View Our Projects", href: "#features"}, - {text: "Contact Us", href: "#contact"} + {text: "View Our Projects", href: "features"}, + {text: "Contact Us", href: "contact"} ]} buttonAnimation="slide-up" />