From 410ddcf01fbe0e030ef0401916569181be306ec5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:47:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef7bbd9..da1f8fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function LandingPage() { testimonials={[ { name: "Fatima M.", handle: "Happy Customer", testimonial: "Amazing quality flowers! Delivered same day as promised. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=1" }, { name: "Ahmed K.", handle: "Verified Buyer", testimonial: "Perfect for my wife's birthday. Beautiful arrangement and fast delivery to our hotel.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sensual-couple-with-glass-red-wine-happily-talking-date-restaurant-outdoor_574295-1181.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sensual-couple-with-glass-red-wine-happily-talking-date-restaurant-outdoor_574295-1181.jpg?_wi=1" }, { name: "Sophia L.", handle: "Corporate Client", testimonial: "Excellent service for our events. Professional and reliable florist in Marrakech.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1" } ]} buttons={[ @@ -157,15 +157,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Fatima M.", handle: "@fatima_marrakech", testimonial: "Amazing quality flowers and incredibly fast delivery! Ordered at 10am and received by 2pm. My mother loved them!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=2" }, { id: "2", name: "Ahmed K.", handle: "@ahmed_travel", testimonial: "Perfect for my wife's anniversary. The arrangement was beautiful and fresh. Will definitely order again next time I'm in Marrakech.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sensual-couple-with-glass-red-wine-happily-talking-date-restaurant-outdoor_574295-1181.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sensual-couple-with-glass-red-wine-happily-talking-date-restaurant-outdoor_574295-1181.jpg?_wi=2" }, { id: "3", name: "Sophia L.", handle: "@sophia_events", testimonial: "Professional service for our corporate event. Fresh flowers, reliable delivery, and excellent customer service. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2" }, { id: "4", name: "Hassan B.", handle: "@hassan_business", testimonial: "As a hotel concierge, I recommend FLORA SHOP to all our guests. They always deliver on time with beautiful arrangements.", rating: 5, -- 2.49.1