diff --git a/src/app/page.tsx b/src/app/page.tsx index ae596fc..a3781f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; @@ -26,6 +27,18 @@ export default function LandingPage() { secondaryButtonStyle="layered" headingFontWeight="normal" > + +
@@ -97,7 +110,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "View All Services", href: "#gallery" } + { text: "View All Services", href: "gallery" } ]} useInvertedBackground={false} mediaPosition="left" @@ -252,4 +265,4 @@ export default function LandingPage() {
); -} \ No newline at end of file +}