From 3027b3dbd07a3f23c6c12e842e407b71422b8dee Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:17:29 +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 2bc7690..b1c9ca8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,10 +163,10 @@ export default function LandingPage() { id: "3", name: "Emma Rodriguez", role: "Event Planner", testimonial: "Ordered custom cupcakes for my daughter's birthday and they were stunning! The flavors were incredible and guests are still talking about them.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24671.jpg", imageAlt: "Emma Rodriguez" }, { - id: "4", name: "Michael Thompson", role: "Coffee Shop Manager", testimonial: "We feature Wiggly Baker's pastries at our café daily. Our customers specifically ask for their products - the quality is consistently outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65930.jpg", imageAlt: "Michael Thompson" + id: "4", name: "Michael Thompson", role: "Coffee Shop Manager", testimonial: "We feature Wiggly Baker's pastries at our café daily. Our customers specifically ask for their products - the quality is consistently outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65930.jpg?_wi=1", imageAlt: "Michael Thompson" }, { - id: "5", name: "Lisa Anderson", role: "Home Baker", testimonial: "Came by with my kids and we fell in love! The chocolate chip cookies are nostalgic and delicious. It's our new favorite spot.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65930.jpg", imageAlt: "Lisa Anderson" + id: "5", name: "Lisa Anderson", role: "Home Baker", testimonial: "Came by with my kids and we fell in love! The chocolate chip cookies are nostalgic and delicious. It's our new favorite spot.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-65930.jpg?_wi=2", imageAlt: "Lisa Anderson" }, { id: "6", name: "David Park", role: "Healthcare Professional", testimonial: "I appreciate that Wiggly Baker uses quality ingredients without compromising on taste. It's guilt-free indulgence at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273136.jpg", imageAlt: "David Park" -- 2.49.1