From c7c2a5bfb87687fb2571420e8b851d9ef42e1610 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:15:25 +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 7d03057..8f10e33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,11 +111,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Perfectly Punctual Professional Service", quote: "Always punctual, professional, and courteous. The quality of the vehicle and service is exceptional.", name: "James Mitchell", role: "CEO, Business Solutions Ltd", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"}, + id: "1", title: "Perfectly Punctual Professional Service", quote: "Always punctual, professional, and courteous. The quality of the vehicle and service is exceptional.", name: "James Mitchell", role: "CEO, Business Solutions Ltd", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell"}, { id: "2", title: "Quality at Competitive Prices", quote: "Great value for money. You get an executive vehicle and professional service without breaking the bank.", name: "Sarah Winters", role: "HR Manager, Tech Innovations", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Winters"}, { - id: "3", title: "Reliable Service Every Time", quote: "Very reliable service. They communicate clearly and always deliver exactly what they promise.", name: "David Khan", role: "Frequent Flyer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Khan"}, + id: "3", title: "Reliable Service Every Time", quote: "Very reliable service. They communicate clearly and always deliver exactly what they promise.", name: "David Khan", role: "Frequent Flyer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Khan"}, { id: "4", title: "Welcoming and Professional", quote: "Professional, clean cars, and a genuinely welcoming attitude. Highly recommended.", name: "Emma Thompson", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Emma Thompson"}, ]} -- 2.49.1