From 6f22bf351b916bdb2dd3f01698bc61528056449c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 08:48:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c546383..4d5dda2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -163,7 +163,7 @@ export default function LandingPage() { { id: "4", title: "Best Dealership!", quote: "The best car buying experience I've ever had. Their transparency and friendly approach truly set them apart.", name: "David Kim", role: "New Car Owner", imageSrc: "http://img.b2bpic.net/free-photo/business-people-talking-about-new-project_23-2148778072.jpg"}, { - id: "5", name: "Outstanding Support", quote: "From financing to delivery, the support was outstanding. They went above and beyond to ensure I was happy.", name: "Jessica Lee", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-black-businessman-buys-new-car-he-signs-contract-takes-keys-manager_146671-18402.jpg"}, + id: "5", title: "Outstanding Support", quote: "From financing to delivery, the support was outstanding. They went above and beyond to ensure I was happy.", name: "Jessica Lee", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-black-businessman-buys-new-car-he-signs-contract-takes-keys-manager_146671-18402.jpg"}, { id: "6", title: "Highly Recommended", quote: "I highly recommend Twins Motors for anyone looking for a premium pre-owned vehicle. Unbeatable service!", name: "Robert Green", role: "Repeat Customer", imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg"}, ]} -- 2.49.1