From f8d5e6bce1a6877e638c0e3868239db371da90db Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:20:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cb9484..703d799 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,9 +102,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: 1, title: "Dine-In", description: "Cozy, relaxed atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-near-blurred-man_23-2147775829.jpg" }, - { id: 2, title: "Takeaway", description: "Freshly packed meals.", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-near-blurred-man_23-2147775829.jpg" }, - { id: 3, title: "Delivery", description: "Delivered to your door.", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-near-blurred-man_23-2147775829.jpg" } + { id: 1, title: "Dine-In", description: "Cozy, relaxed atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-near-blurred-man_23-2147775829.jpg?_wi=1" }, + { id: 2, title: "Takeaway", description: "Freshly packed meals.", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-near-blurred-man_23-2147775829.jpg?_wi=2" }, + { id: 3, title: "Delivery", description: "Delivered to your door.", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-near-blurred-man_23-2147775829.jpg?_wi=3" } ]} title="The La Boussole Atmosphere" description="A calm, clean, and welcoming space designed for families, friends, and unforgettable meals." @@ -117,11 +117,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Amine R.", role: "Foodie", testimonial: "The dishes were delicious, well cooked and well presented… cozy and calm atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg" }, + { id: "1", name: "Amine R.", role: "Foodie", testimonial: "The dishes were delicious, well cooked and well presented… cozy and calm atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=1" }, { id: "2", name: "Sara B.", role: "Regular", testimonial: "اكل لذيذ و اسعار جيد واستقبال جيد من اجمل مطعم…", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg" }, { id: "3", name: "Marc L.", role: "Tourist", testimonial: "Service au top… prix très raisonnable… propreté exemplaire.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280713.jpg" }, { id: "4", name: "Djamel T.", role: "Local", testimonial: "Best atmosphere in the city, perfect for family dinners.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cafe-drinking-coffee-date-looking-camera_197531-22708.jpg" }, - { id: "5", name: "Fatima Z.", role: "Local", testimonial: "The pizza is authentic and the staff is very welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg" } + { id: "5", name: "Fatima Z.", role: "Local", testimonial: "The pizza is authentic and the staff is very welcoming.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2" } ]} title="What Locals Say" description="Rated highly by our community." -- 2.49.1