From 3f937e2d220b7da307c9302395a74d8ad3f76ace Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 09:51:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a992fd8..554e984 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Custom Orders", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273176.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273176.jpg?_wi=1" imageAlt="Premium pastry and cake display" mediaAnimation="blur-reveal" imagePosition="right" @@ -61,15 +61,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The most exquisite pastries I've ever experienced. Pure perfection in every bite.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { name: "James Chen", handle: "@jameschen_events", testimonial: "Absolutely transformed my wedding with their custom cake design. Stunning and delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1", imageAlt: "James Chen" }, { name: "Emma Richardson", handle: "@emmacheflife", testimonial: "Professional, elegant, and incredibly talented. The attention to detail is remarkable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "Emma Richardson" + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=1", imageAlt: "Emma Richardson" } ]} testimonialRotationInterval={5000} @@ -138,13 +138,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg?_wi=2", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "Emma Richardson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Emma Richardson" + id: "2", name: "Emma Richardson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=2", imageAlt: "Emma Richardson" }, { - id: "3", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "James Chen" + id: "3", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=2", imageAlt: "James Chen" }, { id: "4", name: "Michael Torres", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Michael Torres" @@ -201,7 +201,7 @@ export default function LandingPage() {