diff --git a/src/app/page.tsx b/src/app/page.tsx index de9df46..bb6d0e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -31,7 +30,6 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Menu", id: "menu" }, { name: "Experience", id: "experience" }, { name: "Branches", id: "branches" }, ]} @@ -44,7 +42,6 @@ export default function LandingPage() { logoText="GARI WURANG" description="Modern Kopitiam Experience Like No Other. Comfort, nostalgia, and flavour — all in one place." buttons={[ - { text: "View Menu", href: "#menu" }, { text: "Find a Branch", href: "#branches" }, ]} imageSrc="http://img.b2bpic.net/free-photo/furniture-cofeee-shop_116348-48.jpg" @@ -62,25 +59,6 @@ export default function LandingPage() { /> - -