From 5e26e358bdc37416b9b59035b5897edead97500a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 03:29:54 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04046a1..87845d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -32,7 +32,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "Shop", id: "#products" }, + { name: "Shop", id: "/products" }, { name: "Classes", id: "#classes" }, { name: "Contact", id: "#contact" }, ]} @@ -41,16 +41,12 @@ export default function LandingPage() {
-
@@ -159,4 +155,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 62265c70d8f8e009932f123316481eeb46de6a89 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 03:29:54 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index eed98dd..7673a63 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -42,7 +42,7 @@ export default function ProductsPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "Shop", id: "/#products" }, + { name: "Shop", id: "/products" }, { name: "Contact", id: "/#contact" }, ]} brandName="Lakeside Cookie Co." -- 2.49.1