From c51f3ed7a00354207700bd147af78f8edf6aaca3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:50:25 +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 658028d..617731f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,35 +66,35 @@ export default function LandingPage() { handle: "@annas", testimonial: "The best dining experience in town. Truly unforgettable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg?_wi=1", }, { name: "James L.", handle: "@jamesl", testimonial: "Fresh, locally sourced and beautifully presented.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg?_wi=1", }, { name: "Elena R.", handle: "@elenar", testimonial: "Absolutely divine flavors in every bite.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg?_wi=1", }, { name: "Marcus T.", handle: "@marcust", testimonial: "A masterclass in modern fine dining.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-glad-carefree-dark-skinned-female-recreate-cozy-cafeteria-tastes-delicious-exotic-cocktail-smiles-happily-as-being-satisfied-with-everything-has-specific-attractive-appearance_273609-2094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-glad-carefree-dark-skinned-female-recreate-cozy-cafeteria-tastes-delicious-exotic-cocktail-smiles-happily-as-being-satisfied-with-everything-has-specific-attractive-appearance_273609-2094.jpg?_wi=1", }, { name: "Sophie H.", handle: "@sophieh", testimonial: "Exquisite attention to detail and ambiance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg?_wi=1", }, ]} imageSrc="http://img.b2bpic.net/free-photo/table-setting_74190-3621.jpg" @@ -246,7 +246,7 @@ export default function LandingPage() { handle: "@mariac", testimonial: "Everything was perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg?_wi=2", }, { id: "2", @@ -254,7 +254,7 @@ export default function LandingPage() { handle: "@johnd", testimonial: "Exceptional service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg?_wi=2", }, { id: "3", @@ -262,7 +262,7 @@ export default function LandingPage() { handle: "@sarahp", testimonial: "Highly recommended spot.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg?_wi=2", }, { id: "4", @@ -270,7 +270,7 @@ export default function LandingPage() { handle: "@kevinb", testimonial: "Incredible flavor profiles.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-glad-carefree-dark-skinned-female-recreate-cozy-cafeteria-tastes-delicious-exotic-cocktail-smiles-happily-as-being-satisfied-with-everything-has-specific-attractive-appearance_273609-2094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-glad-carefree-dark-skinned-female-recreate-cozy-cafeteria-tastes-delicious-exotic-cocktail-smiles-happily-as-being-satisfied-with-everything-has-specific-attractive-appearance_273609-2094.jpg?_wi=2", }, { id: "5", @@ -278,7 +278,7 @@ export default function LandingPage() { handle: "@lindam", testimonial: "My new favorite place.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1