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() { /> -