From 9bb2e1a74795d26d7435eb15a1f5d3cae1c123ba Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 11:45:12 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 27b18bfe61c73d2500795d3696a39361408a1775 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 11:45:13 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) 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 -- 2.49.1