From c021b6ca6d539a7e3f2024aa9fb0b81f845b7c34 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 01:30:36 +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 ead4412..e612cc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "@carlosm", testimonial: "Excellent service and quick installation. The fence looks great!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg?_wi=1", }, { name: "Elena R.", handle: "@elenar", testimonial: "Very professional and clean work. Highly recommend Jimenez Fence Corp.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", }, { name: "Juan D.", handle: "@juand", testimonial: "They did a fantastic job on my backyard fence. Top-notch quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shining-face-beautiful-woman-home_329181-1327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shining-face-beautiful-woman-home_329181-1327.jpg?_wi=1", }, { name: "Maria P.", handle: "@mariap", testimonial: "Solid craftsmanship and great customer service. Will hire again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095767.jpg?_wi=1", }, { name: "Luis G.", handle: "@luisg", testimonial: "Amazing attention to detail. My property feels much more secure now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg?_wi=2", }, ]} buttons={[ @@ -204,35 +204,35 @@ export default function LandingPage() { name: "Roberto Jimenez", role: "Lead Installer", description: "15+ years of experience in custom fencing.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg?_wi=3", }, { id: "2", name: "Maria Garcia", role: "Project Manager", description: "Ensures every project is completed on time and to perfection.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", }, { id: "3", name: "Carlos Ruiz", role: "Lead Fabricator", description: "Master artisan specializing in iron metalwork.", - imageSrc: "http://img.b2bpic.net/free-photo/shining-face-beautiful-woman-home_329181-1327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shining-face-beautiful-woman-home_329181-1327.jpg?_wi=2", }, { id: "4", name: "Elena Lopez", role: "Customer Success", description: "Your main point of contact for consultations.", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing-with-crossed-arms_23-2148095767.jpg?_wi=2", }, { id: "5", name: "Juan Martinez", role: "Field Tech", description: "Ensuring structural integrity on every build.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-pensive-beautiful-business-woman_1262-2981.jpg?_wi=4", }, ]} /> -- 2.49.1