From d863769a52bde9219dc8c6b5bef016e4e160ce08 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:19:53 +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 ed4e43c..9a7d5cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { buttons={[ { text: "Explore Menu", href: "#menu" } ]} - imageSrc="http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9541.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9541.jpg?_wi=1" imageAlt="Traditional Moroccan Tagine" useInvertedBackground={false} /> @@ -112,7 +112,7 @@ export default function LandingPage() { buttonHref: "https://example.com/order" }, { - title: "Traditional Tagines", description: "Slow-cooked tagines featuring our signature Khlea and seasonal vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9541.jpg", imageAlt: "Traditional Moroccan Tagine", buttonIcon: ArrowRight, + title: "Traditional Tagines", description: "Slow-cooked tagines featuring our signature Khlea and seasonal vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-onions-sauce_140725-9541.jpg?_wi=2", imageAlt: "Traditional Moroccan Tagine", buttonIcon: ArrowRight, buttonHref: "https://example.com/menu" }, { @@ -139,7 +139,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Fatima El Fassi", role: "Local Food Blogger", company: "Sefrou", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1" }, { id: "2", name: "Hassan Bennani", role: "Regular Customer", company: "Sefrou Business Owner", rating: 5, @@ -151,7 +151,7 @@ export default function LandingPage() { }, { id: "4", name: "Mohamed Kabbaj", role: "Family Dinner Host", company: "Sefrou Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2" }, { id: "5", name: "Layla Bennani", role: "Frequent Visitor", company: "Office Worker", rating: 5, @@ -159,7 +159,7 @@ export default function LandingPage() { }, { id: "6", name: "Karim Al-Ouahabi", role: "Event Planner", company: "Sefrou Events", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=3" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1