From 1ff8886e0e606369dd91ab47d9c143e8040057b1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:35:25 +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 4b4d0c1..514c50c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,15 +50,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The croissants are absolutely divine! I've never tasted anything so buttery and flaky. This is my new favorite bakery.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-showing-double-thumbs-up-red-shirt-looking-merry_176474-39631.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-showing-double-thumbs-up-red-shirt-looking-merry_176474-39631.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { name: "James Chen", handle: "@jameschen", testimonial: "Every birthday cake from Sweet Haven has been perfection. The attention to detail and flavor is unmatched. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg?_wi=1", imageAlt: "James Chen" }, { name: "Emma Rodriguez", handle: "@emmabakes", testimonial: "The gluten-free options are incredible. Finally, a bakery that takes dietary needs seriously without compromising taste.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg?_wi=1", imageAlt: "Emma Rodriguez" } ]} tag="Artisan Bakery" @@ -134,13 +134,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "Perfect for Every Occasion", quote: "I order from Sweet Haven for every celebration. The quality is consistent, the taste is exceptional, and the customer service is warm and welcoming.", name: "Margaret Johnson", role: "Wedding Planner", imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-showing-double-thumbs-up-red-shirt-looking-merry_176474-39631.jpg", imageAlt: "Margaret Johnson" + id: "1", title: "Perfect for Every Occasion", quote: "I order from Sweet Haven for every celebration. The quality is consistent, the taste is exceptional, and the customer service is warm and welcoming.", name: "Margaret Johnson", role: "Wedding Planner", imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-showing-double-thumbs-up-red-shirt-looking-merry_176474-39631.jpg?_wi=2", imageAlt: "Margaret Johnson" }, { - id: "2", title: "Best Bread in Town", quote: "Their sourdough is life-changing. The crust is perfectly crispy, the crumb is open and airy, and the flavor depth is incredible. I'm a regular now!", name: "David Thompson", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg", imageAlt: "David Thompson" + id: "2", title: "Best Bread in Town", quote: "Their sourdough is life-changing. The crust is perfectly crispy, the crumb is open and airy, and the flavor depth is incredible. I'm a regular now!", name: "David Thompson", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg?_wi=2", imageAlt: "David Thompson" }, { - id: "3", title: "Supporting Local Artistry", quote: "What I love most is knowing exactly who baked my bread and where the ingredients come from. This is true artisan baking.", name: "Lisa Park", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg", imageAlt: "Lisa Park" + id: "3", title: "Supporting Local Artistry", quote: "What I love most is knowing exactly who baked my bread and where the ingredients come from. This is true artisan baking.", name: "Lisa Park", role: "Local Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg?_wi=2", imageAlt: "Lisa Park" }, { id: "4", title: "A Hidden Gem", quote: "Stumbled upon this bakery by chance and it's become our weekend tradition. The pastries are always fresh, the prices are fair, and the atmosphere is genuine.", name: "Robert Williams", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4723.jpg", imageAlt: "Robert Williams" -- 2.49.1