From 612df017488cff8623a2738318a245df6686aca2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:49:02 +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 142521c..54f270c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,13 +157,13 @@ export default function LandingPage() { id: "1", name: "Sarah Johnson", handle: "@sarahj_foodie", testimonial: "The croissants here are absolutely divine. I've tasted them in Paris, and these rival even the best French bakeries. Pure artistry.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "@michael.baker", testimonial: "As a professional baker myself, I'm genuinely impressed by their sourdough. The fermentation is perfectly balanced with incredible depth.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "@michael.baker", testimonial: "As a professional baker myself, I'm genuinely impressed by their sourdough. The fermentation is perfectly balanced with incredible depth.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "3", name: "Emma Rodriguez", handle: "@emma_lifestyle", testimonial: "Every visit feels special. The quality, the service, the passion behind each pastry makes this more than just a bakery.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emma Rodriguez" }, { - id: "4", name: "David Kim", handle: "@david_foodies", testimonial: "I've been coming here every Saturday for three years. The consistency and excellence never waiver. They're true artisans.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", handle: "@david_foodies", testimonial: "I've been coming here every Saturday for three years. The consistency and excellence never waiver. They're true artisans.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Kim" }, { id: "5", name: "Jessica Martinez", handle: "@jess_culinary", testimonial: "Their macarons are a work of art. The flavor complexity and delicate texture showcase incredible skill and dedication.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Jessica Martinez" -- 2.49.1