From 2855f1b2c4187ae2503ac00af81f91903de92c68 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:27:46 +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 f0fe38a..3162415 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,15 +58,15 @@ export default function LandingPage() { testimonials={[ { name: "María López", handle: "Bogotá Food Enthusiast", testimonial: "The most authentic Spanish experience in Bogotá. Every dish tastes like home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-caucasian-blonde-female-white-shirt-posing-brown-wall_181624-39526.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-caucasian-blonde-female-white-shirt-posing-brown-wall_181624-39526.jpg?_wi=1" }, { name: "Carlos Mendez", handle: "Regular Patron", testimonial: "Exceptional quality and genuine Spanish ambiance. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=1" }, { name: "Sofia García", handle: "Culinary Expert", testimonial: "GCS sets the gold standard for Spanish cuisine in Colombia.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-18963.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-18963.jpg?_wi=1" } ]} useInvertedBackground={false} @@ -157,15 +157,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "María López", role: "Restaurant Critic", company: "Bogotá Dining Guide", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-caucasian-blonde-female-white-shirt-posing-brown-wall_181624-39526.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-caucasian-blonde-female-white-shirt-posing-brown-wall_181624-39526.jpg?_wi=2" }, { id: "2", name: "Carlos Mendez", role: "Food Blogger", company: "Taste of Bogotá", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=2" }, { id: "3", name: "Sofia García", role: "Event Planner", company: "Elegant Occasions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-18963.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-18963.jpg?_wi=2" }, { id: "4", name: "Diego Torres", role: "Corporate Executive", company: "Synergy Solutions", rating: 5, -- 2.49.1