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 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."