From 391a0761abd1ed1719c8dcf6a48dd9fe10ac1b25 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:29:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4068dcb..fdc27b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Ahmed", handle: "@sarah_lahore", testimonial: "The ambiance is perfect for family dinners. Really enjoyed the Crown Crust pizza!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg", imageAlt: "luxury cafe interior warm lighting"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg?_wi=1", imageAlt: "luxury cafe interior warm lighting"}, { name: "Bilal Khan", handle: "@bilal_shahdara", testimonial: "Affordable and tasty. The Alfredo pasta is definitely a must-try.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/homemade-sliced-pizza-black-surface-with-spilled-wheat-flour_114579-89033.jpg", imageAlt: "luxury cafe interior warm lighting"}, @@ -74,7 +74,7 @@ export default function LandingPage() { { text: "Get Directions", href: "#location"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg?_wi=2" imageAlt="Luxurious family dining area at Cafe Leto's" mediaAnimation="blur-reveal" avatars={[ -- 2.49.1