From b529e712761192b8af0d8eda0cfa434c3080296c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:38:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18e05b5..96f032d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,8 +102,8 @@ export default function LandingPage() { { id: "vehicle-3", name: "Exclusive Performance SUV", price: "$155,000", imageSrc: "http://img.b2bpic.net/free-photo/black-interior-car-center-control-space_53876-96704.jpg", imageAlt: "Black luxury SUV" } ]} containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-opacity-80 mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-opacity-80 mb-12" /> @@ -121,12 +121,12 @@ 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?_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" } + { 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" } ]} containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" /> @@ -143,7 +143,7 @@ export default function LandingPage() { speed={40} showCard={true} containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-3xl md:text-4xl font-bold text-center mb-2" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-center mb-2" /> @@ -162,8 +162,8 @@ export default function LandingPage() { { id: "testimonial-6", title: "Premium Experience", quote: "From initial consultation to final delivery, every step was handled with excellence. I'm thrilled with my purchase.", name: "Amanda Foster", role: "Healthcare Executive", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg", imageAlt: "Amanda Foster" } ]} containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-opacity-80 mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-opacity-80 mb-12" /> @@ -206,7 +206,7 @@ export default function LandingPage() {