diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f902e0..78cdbf2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,10 +5,11 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import HeroSplit from '@/components/sections/hero/HeroSplit'; import AboutMetric from '@/components/sections/about/AboutMetric'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import ContactText from '@/components/sections/contact/ContactText'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Apple, ChefHat, Users, Zap, Sparkles } from "lucide-react"; +import { Apple, ChefHat, Users, Zap, Sparkles, Star, Gift, Utensils, CalendarDays, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -31,9 +32,13 @@ export default function LandingPage() { { name: "Home", id: "#hero" }, { name: "Experience", id: "#experience" }, { name: "Menu", id: "#menu" }, + { name: "Testimonials", id: "#testimonials" }, { name: "Gallery", id: "#gallery" }, { name: "Events", id: "#events" }, - { name: "Contact", id: "#contact" } + { name: "Loyalty", id: "#loyalty" }, + { name: "Gift Cards", id: "#gift-cards" }, + { name: "Contact", id: "#contact" }, + { name: "Newsletter", id: "#newsletter" } ]} button={{ text: "Reserve a Table", href: "#contact" }} topBarButton={{ text: "Call Now", href: "tel:0749658589" }} @@ -88,25 +93,25 @@ export default function LandingPage() { />