From ef044b364a5e34dd37adaf4acc653431c19194e8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:35:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6735c40..febba2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,11 +146,11 @@ export default function LandingPage() { { id: "t2", title: "Performance Focused", quote: "Exactly the machine I needed for the weekend circuits.", name: "Michael Chen", role: "Product Designer", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-car-smiles_23-2148504901.jpg"}, { - id: "t3", title: "Luxury Experience", quote: "Best experience I've had purchasing a luxury vehicle.", name: "David Miller", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"}, + id: "t3", title: "Luxury Experience", quote: "Best experience I've had purchasing a luxury vehicle.", name: "David Miller", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg?_wi=1"}, { id: "t4", title: "Daily Commute", quote: "Comfort meets performance in this incredible model.", name: "Elena Rodriguez", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-woman-sunglasses-walking-around-city-smiling_176420-1951.jpg"}, { - id: "t5", title: "Top Tier Reliability", quote: "I have purchased three vehicles from Velocity and the quality remains unmatched.", name: "Marcus Thorne", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"}, + id: "t5", title: "Top Tier Reliability", quote: "I have purchased three vehicles from Velocity and the quality remains unmatched.", name: "Marcus Thorne", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg?_wi=2"}, ]} title="Client Success Stories" description="Hear from drivers who transformed their daily commutes into professional-grade experiences." -- 2.49.1