diff --git a/src/app/page.tsx b/src/app/page.tsx index c105cdb..354fa85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,11 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -63,7 +61,7 @@ export default function LandingPage() { { id: "dish3", name: "Goat Espetada", price: "GHS 280", imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg" }, { id: "dish4", name: "Roasted Lamb", price: "GHS 320", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg" }, { id: "dish5", name: "Dark Chocolate Tart", price: "GHS 180", imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg" }, - { id: "dish6", name: "Seafood Platter", price: "GHS 450", imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg" }, + { id: "dish6", name: "Seafood Platter", price: "GHS 450", imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg" } ]} title="Our Signature Creations" description="Indulge in our carefully crafted menu, featuring the finest local ingredients elevated to culinary perfection." @@ -80,41 +78,13 @@ export default function LandingPage() { { id: "2", name: "Michael K.", role: "Expat Professional", testimonial: "The fine dining service here is world-class. Truly elegant.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-luxurious-restaurant_23-2150517450.jpg" }, { id: "3", name: "Amina A.", role: "Food Blogger", testimonial: "Best dessert experience in the city. The pudding is a must-try.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg" }, { id: "4", name: "David L.", role: "Regular Guest", testimonial: "Perfect date night spot. The ambiance is exclusive yet warm.", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fish-herbs_140725-1907.jpg" }, - { id: "5", name: "Kwame B.", role: "Business Executive", testimonial: "Impeccable service and sophisticated atmosphere. My go-to for meetings.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg" }, + { id: "5", name: "Kwame B.", role: "Business Executive", testimonial: "Impeccable service and sophisticated atmosphere. My go-to for meetings.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg" } ]} title="A Taste of Excellence" description="Join our community of satisfied diners who choose Le Petit Oiseau for their most memorable occasions." /> -