From 25036b4ede0a5dca44f6ab2f8208dfda45387128 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:39:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96f032d..136f32e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,9 +121,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: 1, title: "Expert Consultation", description: "Our knowledgeable team provides personalized guidance to help you find the perfect vehicle matching your lifestyle and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-thinking-purchase_1303-14582.jpg", imageAlt: "Professional dealership team" }, - { id: 2, title: "Certified Pre-Owned", description: "Every vehicle undergoes comprehensive inspection and multi-point certification ensuring optimal performance and reliability.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-thinking-purchase_1303-14582.jpg", imageAlt: "Vehicle inspection process" }, - { id: 3, title: "Financing Solutions", description: "Flexible financing options with competitive rates tailored to your financial situation and requirements.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-thinking-purchase_1303-14582.jpg", imageAlt: "Dealership finance office" } + { id: 1, title: "Expert Consultation", description: "Our knowledgeable team provides personalized guidance to help you find the perfect vehicle matching your lifestyle and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-thinking-purchase_1303-14582.jpg?_wi=1", imageAlt: "Professional dealership team" }, + { id: 2, title: "Certified Pre-Owned", description: "Every vehicle undergoes comprehensive inspection and multi-point certification ensuring optimal performance and reliability.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-thinking-purchase_1303-14582.jpg?_wi=2", imageAlt: "Vehicle inspection process" }, + { id: 3, title: "Financing Solutions", description: "Flexible financing options with competitive rates tailored to your financial situation and requirements.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-thinking-purchase_1303-14582.jpg?_wi=3", imageAlt: "Dealership finance office" } ]} containerClassName="max-w-7xl mx-auto px-4" textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" @@ -206,7 +206,7 @@ export default function LandingPage() {