diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c8bac0b..da6160f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index b585fcb..2d85a2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,8 +1,8 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; @@ -39,20 +39,23 @@ export default function LandingPage() {
-
@@ -62,7 +65,7 @@ export default function LandingPage() { title="Since 1995, we've been dedicated to bringing traditional baking methods to your table" useInvertedBackground={false} buttons={[ - { text: "Visit Us", href: "#contact" } + { text: "Visit Us", href: "contact" } ]} /> @@ -162,7 +165,7 @@ export default function LandingPage() { columns={[ { items: [ - { label: "Home", href: "#home" }, + { label: "Home", href: "/" }, { label: "Products", href: "#products" }, { label: "About", href: "#about" } ] @@ -186,4 +189,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file