From efb27bd1a57b06388e5de2acde0fda4d966c6683 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 23:20:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b1689f..bf901a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,17 +98,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Luxe Sedan", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528592.jpg"}, + id: "p1", name: "Luxe Sedan", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528592.jpg"}, { - id: "p2", name: "Executive SUV", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33509.jpg"}, + id: "p2", name: "Executive SUV", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33509.jpg"}, { - id: "p3", name: "Sporty Coupe", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-trunk-door-black-car_23-2148321844.jpg"}, + id: "p3", name: "Sporty Coupe", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-trunk-door-black-car_23-2148321844.jpg"}, { - id: "p4", name: "Blue Roadster", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom-with-business-flyers_1303-14578.jpg"}, + id: "p4", name: "Blue Roadster", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom-with-business-flyers_1303-14578.jpg"}, { - id: "p5", name: "Racing Edition", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg"}, + id: "p5", name: "Racing Edition", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg"}, { - id: "p6", name: "Grey Cruiser", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg"}, + id: "p6", name: "Grey Cruiser", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg"}, ]} title="Available Cars" description="Explore our premium inventory ready for immediate delivery." @@ -174,9 +174,6 @@ export default function LandingPage() {