From 27a80a5599ead5f4e16a7f7309f13cbc20e245c5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:44:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 60 ++++-------------------------------------------- 1 file changed, 4 insertions(+), 56 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5081ca1..04a1e5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Calendar, Heart, Leaf, MapPin, PartyPopper, Quote, Star, Utensils, Users, Image as ImageIcon, Phone, Mail, Clock } from 'lucide-react'; +import { Calendar, Heart, Leaf, MapPin, PartyPopper, Quote, Star, Utensils, Users } from 'lucide-react'; import Link from 'next/link'; export default function LandingPage() { @@ -33,8 +33,7 @@ export default function LandingPage() { navItems={[ { name: "Experience", id: "experience" }, { name: "Menu", id: "menu" }, - { name: "Gallery", id: "gallery" }, - { name: "Location", id: "location" }, + { name: "Why Us", id: "why-us" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} @@ -100,53 +99,6 @@ export default function LandingPage() { /> - - -
- -
-