From 0779df1354689194ad89024157ab083ef297b4f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 02:24:42 +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 4f0a48f..cdac551 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,15 +57,15 @@ export default function LandingPage() { testimonials={[ { name: "Maria S.", handle: "@marialoves_desserts", testimonial: "Fresh, delicious, and the flavors are unreal. Easily one of the best dessert spots in Aurora.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-plus-size-teenage-girl-tight-fitting-top-posing-indoors-with-laptop-kitchen-table-background-smiling-pointing-fore-finger-camera-having-cheerful-facial-expression_343059-2078.jpg", imageAlt: "happy customer portrait smiling young woman" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-plus-size-teenage-girl-tight-fitting-top-posing-indoors-with-laptop-kitchen-table-background-smiling-pointing-fore-finger-camera-having-cheerful-facial-expression_343059-2078.jpg?_wi=1", imageAlt: "happy customer portrait smiling young woman" }, { name: "Carlos R.", handle: "@carlosfinds_gems", testimonial: "Super friendly staff and everything tastes premium. You can tell everything is made fresh.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "happy customer portrait smiling young man" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg?_wi=1", imageAlt: "happy customer portrait smiling young man" }, { name: "Angela M.", handle: "@angelaeats_local", testimonial: "If you're in the area, you HAVE to try it. The best paletas and desserts around.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-woman-holding-camera_23-2148979141.jpg", imageAlt: "happy customer portrait smiling woman diverse" + imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-woman-holding-camera_23-2148979141.jpg?_wi=1", imageAlt: "happy customer portrait smiling woman diverse" } ]} background={{ variant: "plain" }} @@ -147,15 +147,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Santos", handle: "@marialoves_desserts", testimonial: "Fresh, delicious, and the flavors are unreal. Easily one of the best dessert spots in Aurora.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-plus-size-teenage-girl-tight-fitting-top-posing-indoors-with-laptop-kitchen-table-background-smiling-pointing-fore-finger-camera-having-cheerful-facial-expression_343059-2078.jpg", imageAlt: "happy customer portrait smiling young woman" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-plus-size-teenage-girl-tight-fitting-top-posing-indoors-with-laptop-kitchen-table-background-smiling-pointing-fore-finger-camera-having-cheerful-facial-expression_343059-2078.jpg?_wi=2", imageAlt: "happy customer portrait smiling young woman" }, { id: "2", name: "Carlos Rodriguez", handle: "@carlosfinds_gems", testimonial: "Super friendly staff and everything tastes premium. You can tell everything is made fresh.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "happy customer portrait smiling young man" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg?_wi=2", imageAlt: "happy customer portrait smiling young man" }, { id: "3", name: "Angela Martinez", handle: "@angelaeats_local", testimonial: "If you're in the area, you HAVE to try it. The best paletas and desserts around.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-woman-holding-camera_23-2148979141.jpg", imageAlt: "happy customer portrait smiling woman diverse" + imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-woman-holding-camera_23-2148979141.jpg?_wi=2", imageAlt: "happy customer portrait smiling woman diverse" }, { id: "4", name: "David Torres", handle: "@davidtastes", testimonial: "Authentic recipes, premium quality, and consistently amazing service. Worth every penny.", rating: 5, -- 2.49.1