From b8093ad31a2e9c3a2a4bfe638fde5033ae7e1501 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 06:10:40 +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 7b3bc34..a4f348f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { testimonials={[ { name: "Eleanor V.", handle: "Verified Client", testimonial: "I ordered a three-tier custom cake for my gallery opening, and it was the centerpiece of the entire evening. Not only was the gold-leaf detailing breathtaking, but the actual cake—a hazelnut praline crunch—was incredibly moist and not overly sweet. Arham Baker’s operates on a completely different level of luxury.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-shirt-posing-white-background-high-quality-photo_114579-60992.jpg", imageAlt: "Eleanor V."}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-shirt-posing-white-background-high-quality-photo_114579-60992.jpg?_wi=1", imageAlt: "Eleanor V."}, { name: "Marcus K.", handle: "Local Food Critic", testimonial: "I am incredibly picky about my pastries, but Arham’s almond croissants are a religious experience. The lamination is perfect, flaky on the outside, beautifully airy on the inside. You can taste the quality of the butter immediately. This bakery is an absolute gem.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-using-sign-language_23-2148572589.jpg", imageAlt: "Marcus K."}, @@ -108,7 +108,7 @@ export default function LandingPage() { ]} marqueeSpeed={40} showMarqueeCard={true} - imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-shirt-posing-white-background-high-quality-photo_114579-60992.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-shirt-posing-white-background-high-quality-photo_114579-60992.jpg?_wi=2" imageAlt="eleanor v elegant woman portrait" /> -- 2.49.1