From f62a613ba6eec21f6f4323b5d7b94f1c6f3f6854 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 22:21:06 +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 b1522bc..474b8b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,7 +160,7 @@ export default function LandingPage() { reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-standing-near-car-use-laptop_1157-27344.jpg", imageAlt: "Tesla Electric Luxury Car"}, { id: "p6", brand: "Classic", name: "Vintage Collection", price: "Custom Quote", rating: 4, - reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9242.jpg", imageAlt: "Vintage Luxury Car"}, + reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9242.jpg", alt: "Vintage Luxury Car"}, ]} title="Our Diverse Fleet: Choose Your Perfect Ride" description="Explore our meticulously maintained fleet of high-end vehicles, each selected for its comfort, safety, and sophisticated style. From executive sedans to spacious SUVs, we have a vehicle to match every preference and occasion." @@ -236,7 +236,7 @@ export default function LandingPage() {