From 9e4a24d97c18c684a4f07043e709c5a04b0a7c57 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 08:59:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ----------------------- 1 file changed, 23 deletions(-) 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() { /> - -