From 21f9394d572a8a98c03358a9cee1156789c64f9c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 22:13:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 175 +++++++++-------------------------------------- 1 file changed, 32 insertions(+), 143 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5056335..c5e5cc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; @@ -27,24 +27,16 @@ export default function LandingPage() { > @@ -254,25 +151,17 @@ export default function LandingPage() { { items: [ { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, ], }, { items: [ { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, { - label: "Visit Us", - href: "#visit", - }, + label: "Visit Us", href: "#visit"}, ], }, ]}