From d92634d8e3844c00351758649f401f02c1055290 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:55:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7277355..8ddcb76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,35 +65,35 @@ export default function LandingPage() { handle: "@anjali_cafe", testimonial: "The best coffee in Jagatpura. Absolute vibe!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg?_wi=1", }, { name: "Raj K.", handle: "@raj_foodie", testimonial: "Great service and even better espresso.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/diverse-schoolgirls-reading-books-library-focus-mandatory-literature_482257-118062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-schoolgirls-reading-books-library-focus-mandatory-literature_482257-118062.jpg?_wi=1", }, { name: "Meera P.", handle: "@meera_designs", testimonial: "Love the cozy atmosphere for work sessions.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/informal-chatting-with-friends-weekly-meeting-local-cafeteria-hot-summer-day_8353-10264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/informal-chatting-with-friends-weekly-meeting-local-cafeteria-hot-summer-day_8353-10264.jpg?_wi=1", }, { name: "Vikram V.", handle: "@vikram_sips", testimonial: "A true sanctuary for coffee aficionados.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-reading-book-while-having-coffee_23-2150064781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-reading-book-while-having-coffee_23-2150064781.jpg?_wi=1", }, { name: "Sanya L.", handle: "@sanya_beans", testimonial: "Warm, inviting, and consistently perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-barista-wearing-apron-working-cafe-standing-near-counter-with-coffee-machine-lookin_1258-138268.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-barista-wearing-apron-working-cafe-standing-near-counter-with-coffee-machine-lookin_1258-138268.jpg?_wi=1", }, ]} buttons={[ @@ -241,35 +241,35 @@ export default function LandingPage() { name: "Sarah", role: "Regular", testimonial: "Amazing coffee, friendly staff. A must-visit!", - imageSrc: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg?_wi=2", }, { id: "t2", name: "Mark", role: "Local", testimonial: "Best spot to get some work done in peace.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-schoolgirls-reading-books-library-focus-mandatory-literature_482257-118062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-schoolgirls-reading-books-library-focus-mandatory-literature_482257-118062.jpg?_wi=2", }, { id: "t3", name: "Emily", role: "Blogger", testimonial: "Love the vibe here, super Instagrammable too.", - imageSrc: "http://img.b2bpic.net/free-photo/informal-chatting-with-friends-weekly-meeting-local-cafeteria-hot-summer-day_8353-10264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/informal-chatting-with-friends-weekly-meeting-local-cafeteria-hot-summer-day_8353-10264.jpg?_wi=2", }, { id: "t4", name: "David", role: "Regular", testimonial: "Their signature latte is to die for.", - imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-reading-book-while-having-coffee_23-2150064781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-reading-book-while-having-coffee_23-2150064781.jpg?_wi=2", }, { id: "t5", name: "Jane", role: "Student", testimonial: "The staff feels like family.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-barista-wearing-apron-working-cafe-standing-near-counter-with-coffee-machine-lookin_1258-138268.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-barista-wearing-apron-working-cafe-standing-near-counter-with-coffee-machine-lookin_1258-138268.jpg?_wi=2", }, ]} title="Voices of the Community" -- 2.49.1