diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8c54586..c105cdb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,57 +28,25 @@ export default function LandingPage() {
@@ -90,42 +58,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "dish1",
- name: "Steak Au Poivre",
- price: "GHS 350",
- imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg?_wi=1",
- },
- {
- id: "dish2",
- name: "Sticky Toffee Pudding",
- price: "GHS 150",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg?_wi=1",
- },
- {
- 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?_wi=1",
- },
- {
- id: "dish4",
- name: "Roasted Lamb",
- price: "GHS 320",
- imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg?_wi=2",
- },
- {
- 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?_wi=2",
- },
- {
- 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?_wi=2",
- },
+ { id: "dish1", name: "Steak Au Poivre", price: "GHS 350", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg" },
+ { id: "dish2", name: "Sticky Toffee Pudding", price: "GHS 150", imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg" },
+ { 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" },
]}
title="Our Signature Creations"
description="Indulge in our carefully crafted menu, featuring the finest local ingredients elevated to culinary perfection."
@@ -138,41 +76,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- role: "Local Business Owner",
- testimonial: "An unmatched atmosphere in Accra. The Steak Au Poivre is perfection!",
- imageSrc: "http://img.b2bpic.net/free-photo/man-giving-gift-box-valentines-day-restaurant_1303-20290.jpg",
- },
- {
- 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?_wi=1",
- },
+ { id: "1", name: "Sarah J.", role: "Local Business Owner", testimonial: "An unmatched atmosphere in Accra. The Steak Au Poivre is perfection!", imageSrc: "http://img.b2bpic.net/free-photo/man-giving-gift-box-valentines-day-restaurant_1303-20290.jpg" },
+ { 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" },
]}
title="A Taste of Excellence"
description="Join our community of satisfied diners who choose Le Petit Oiseau for their most memorable occasions."
@@ -181,15 +89,26 @@ export default function LandingPage() {