From 636e9fed1db756f1a86b891ad5b63cf9aaac650e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:11:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e11f010..fc2e160 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,13 +64,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Ceramic Nano Coating", description: "Advanced ceramic protection technology that creates a permanent, hydrophobic layer. Protects paint from UV, oxidation, and contaminants for 2-5 years. Perfect for high-end vehicles seeking maximum durability and showroom shine.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30588.jpg", imageAlt: "Ceramic coating application professional detail" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg", imageAlt: "Paint protection film application car detail" } + title: "Ceramic Nano Coating", description: "Advanced ceramic protection technology that creates a permanent, hydrophobic layer. Protects paint from UV, oxidation, and contaminants for 2-5 years. Perfect for high-end vehicles seeking maximum durability and showroom shine.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30588.jpg?_wi=1", imageAlt: "Ceramic coating application professional detail" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg?_wi=1", imageAlt: "Paint protection film application car detail" } }, { id: 2, - title: "Paint Protection Film", description: "Transparent, self-healing film application that guards against rock chips, scratches, and environmental damage. Maintains clear coat integrity while preserving paint depth and gloss. Ideal for new purchases and high-value vehicles.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg", imageAlt: "Paint protection film application car detail" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30588.jpg", imageAlt: "Ceramic coating application professional detail" } + title: "Paint Protection Film", description: "Transparent, self-healing film application that guards against rock chips, scratches, and environmental damage. Maintains clear coat integrity while preserving paint depth and gloss. Ideal for new purchases and high-value vehicles.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg?_wi=2", imageAlt: "Paint protection film application car detail" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30588.jpg?_wi=2", imageAlt: "Ceramic coating application professional detail" } } ]} showStepNumbers={true} @@ -181,7 +181,7 @@ export default function LandingPage() { id: "6", title: "Can ceramic coating be applied to older vehicles?", content: "Yes! Ceramic coating works on all vehicle ages. For older vehicles, we recommend professional paint correction and polishing first to remove oxidation. This ensures the ceramic bonds properly and achieves maximum protection and shine." } ]} - imageSrc="http://img.b2bpic.net/free-photo/friendly-car-salesman-showcasing-dealership-vehicles-clients_482257-118526.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friendly-car-salesman-showcasing-dealership-vehicles-clients_482257-118526.jpg?_wi=1" imageAlt="Professional automotive detailing studio with expert service" mediaAnimation="slide-up" faqsAnimation="slide-up" @@ -206,7 +206,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/friendly-car-salesman-showcasing-dealership-vehicles-clients_482257-118526.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friendly-car-salesman-showcasing-dealership-vehicles-clients_482257-118526.jpg?_wi=2" imageAlt="Professional automotive detailing consultation" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1