From 88073df3113de3512d42f43d2ed51a05f312b537 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:50:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e605196..65b5306 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,11 +59,11 @@ export default function SweetHavenPage() { testimonials={[ { name: "Sarah M.", handle: "Happy Customer", testimonial: "These candies are absolutely delicious! Best sweets I've ever tasted.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6865.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6865.jpg?_wi=1" }, { name: "James T.", handle: "Regular Customer", testimonial: "The quality is unmatched. I buy from them every month!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-curly-blonde-hair-smiling_23-2148911877.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-curly-blonde-hair-smiling_23-2148911877.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -159,10 +159,10 @@ export default function SweetHavenPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Emma Rodriguez, Event Planner", date: "Date: 15 January 2025", title: "Perfect for our wedding!", quote: "We ordered Sweet Haven's confections for our wedding and our guests couldn't stop raving about them. The quality and presentation were exceptional!", tag: "Wedding Special", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6865.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6865.jpg" + id: "1", name: "Emma Rodriguez, Event Planner", date: "Date: 15 January 2025", title: "Perfect for our wedding!", quote: "We ordered Sweet Haven's confections for our wedding and our guests couldn't stop raving about them. The quality and presentation were exceptional!", tag: "Wedding Special", avatarSrc: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6865.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6865.jpg?_wi=2" }, { - id: "2", name: "Michael Chen, Corporate Manager", date: "Date: 22 January 2025", title: "Best gift for clients", quote: "We use Sweet Haven's premium assortments as gifts for our clients. They always appreciate the thoughtfulness and quality. It's become our go-to!", tag: "Corporate Gifting", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-curly-blonde-hair-smiling_23-2148911877.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-curly-blonde-hair-smiling_23-2148911877.jpg" + id: "2", name: "Michael Chen, Corporate Manager", date: "Date: 22 January 2025", title: "Best gift for clients", quote: "We use Sweet Haven's premium assortments as gifts for our clients. They always appreciate the thoughtfulness and quality. It's become our go-to!", tag: "Corporate Gifting", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-curly-blonde-hair-smiling_23-2148911877.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-curly-blonde-hair-smiling_23-2148911877.jpg?_wi=2" }, { id: "3", name: "Lisa Thompson, Parent", date: "Date: 28 January 2025", title: "My kids absolutely love them", quote: "Finally found a candy shop that uses real ingredients and no artificial flavors. My children look forward to our visits, and I love knowing what they're eating.", tag: "Family Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg" -- 2.49.1