From fa75d027e378288217395e2c8958ed8cdf2f8fe1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:40:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1386ac1..c699afc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,35 +68,35 @@ export default function LandingPage() { handle: "@elara_desserts", testimonial: "The iced tea mojito changed my life. Such a perfect, refreshing treat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-woman-relaxing-home-with-warm-drink_23-2150168065.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-woman-relaxing-home-with-warm-drink_23-2150168065.jpg?_wi=1", }, { name: "James T.", handle: "@jamest_local", testimonial: "Best dessert spot in the city. Incredible variety, affordable, and warm vibes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg?_wi=1", }, { name: "Sophie K.", handle: "@sophiek_fam", testimonial: "Finally a place that's kid-friendly but feels like a luxury escape.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg?_wi=1", }, { name: "Mark V.", handle: "@mark_biz", testimonial: "Use the meeting room every week—the pastries make for perfect brain food.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg?_wi=1", }, { name: "Lisa G.", handle: "@lisa_bakes", testimonial: "The attention to detail here is unmatched. A true hidden gem.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg?_wi=1", }, ]} buttons={[ @@ -179,13 +179,13 @@ export default function LandingPage() { id: "p1", name: "Artisan Chocolate Cake", price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132617.jpg?_wi=1", }, { id: "p2", name: "Signature Iced Tea Mojito", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/decorative-tea-still-life_23-2148116770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/decorative-tea-still-life_23-2148116770.jpg?_wi=1", }, { id: "p3", @@ -203,13 +203,13 @@ export default function LandingPage() { id: "p5", name: "Lemon Zest Cupcake", price: "$2.50", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132617.jpg?_wi=2", }, { id: "p6", name: "Cold Brew Latte", price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/decorative-tea-still-life_23-2148116770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/decorative-tea-still-life_23-2148116770.jpg?_wi=2", }, ]} title="Featured Delights" @@ -224,27 +224,27 @@ export default function LandingPage() { { id: "t1", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/view-woman-relaxing-home-with-warm-drink_23-2150168065.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-woman-relaxing-home-with-warm-drink_23-2150168065.jpg?_wi=2", }, { id: "t2", name: "Michael R.", - imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg?_wi=2", }, { id: "t3", name: "Elena D.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg?_wi=2", }, { id: "t4", name: "Robert B.", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg?_wi=2", }, { id: "t5", name: "Chloe L.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-barista-girl_23-2148436110.jpg?_wi=2", }, ]} cardTitle="What Our Guests Say" -- 2.49.1