diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e0f2e8..5081ca1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,12 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; 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, Camera, Heart, Leaf, MapPin, PartyPopper, Quote, Star, Utensils, Users } from 'lucide-react'; +import { Calendar, Heart, Leaf, MapPin, PartyPopper, Quote, Star, Utensils, Users, Image as ImageIcon, Phone, Mail, Clock } from 'lucide-react'; +import Link from 'next/link'; export default function LandingPage() { return ( @@ -32,9 +33,9 @@ export default function LandingPage() { navItems={[ { name: "Experience", id: "experience" }, { name: "Menu", id: "menu" }, - { name: "Why Us", id: "why-us" }, + { name: "Gallery", id: "gallery" }, + { name: "Location", id: "location" }, { name: "Testimonials", id: "testimonials" }, - { name: "Events", id: "events" }, { name: "Contact", id: "contact" } ]} button={{ text: "Reserve a Table", href: "contact" }} @@ -99,6 +100,53 @@ export default function LandingPage() { /> +