diff --git a/src/app/page.tsx b/src/app/page.tsx index 43b1651..18e05b5 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" titleClassName="text-4xl md:text-5xl font-bold mb-4" @@ -206,7 +206,7 @@ export default function LandingPage() {