diff --git a/src/app/page.tsx b/src/app/page.tsx index b8f371f..4b3da3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-polishing-car-before-painting_1303-28148.jpg?_wi=1", imageAlt: "Luxury vehicle professional detailing showcase" + imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-polishing-car-before-painting_1303-28148.jpg", imageAlt: "Luxury vehicle professional detailing showcase" }, { imageSrc: "http://img.b2bpic.net/free-photo/car-manager-maintenance-engineer-wearing-face-masks-while-working-auto-repair-shop-coronavirus-epidemic_637285-7628.jpg", imageAlt: "Professional detailing team at work" @@ -72,10 +72,10 @@ export default function LandingPage() { description="With years of expertise in automotive detailing, Brandon and his professional team are committed to delivering exceptional results. Whether it's a daily driver or a prized possession, every vehicle receives meticulous attention and premium care. We specialize in comprehensive interior and exterior detailing, protecting your investment with proven techniques and high-quality products." tag="Why Choose Motorfield" tagIcon={CheckCircle} - tagAnimation="fade" + tagAnimation="slide-up" buttons={[{ text: "Learn More", href: "#services" }]} - buttonAnimation="fade" - imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194102.jpg?_wi=1" + buttonAnimation="slide-up" + imageSrc="http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194102.jpg" imageAlt="Professional vehicle interior detailing" useInvertedBackground={true} /> @@ -97,7 +97,7 @@ export default function LandingPage() { }, { id: 2, - title: "Interior Detailing", description: "Deep cleaning of carpets, seats, and dashboard with premium conditioning treatments for a fresh, pristine cabin.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194102.jpg?_wi=2", imageAlt: "Professional interior vehicle detailing" + title: "Interior Detailing", description: "Deep cleaning of carpets, seats, and dashboard with premium conditioning treatments for a fresh, pristine cabin.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194102.jpg", imageAlt: "Professional interior vehicle detailing" }, { id: 3, @@ -122,7 +122,7 @@ export default function LandingPage() { id: "1", value: "26+", title: "5-Star Reviews", description: "Trusted by satisfied vehicle owners throughout Bakersfield", imageSrc: "http://img.b2bpic.net/free-photo/close-up-rearview-mirror-sunshine_23-2148321852.jpg", imageAlt: "Exceptional detailing results" }, { - id: "2", value: "100%", title: "Satisfaction Guarantee", description: "Professional quality on every vehicle, every time", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-polishing-car-before-painting_1303-28148.jpg?_wi=2", imageAlt: "Premium quality assurance" + id: "2", value: "100%", title: "Satisfaction Guarantee", description: "Professional quality on every vehicle, every time", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-polishing-car-before-painting_1303-28148.jpg", imageAlt: "Premium quality assurance" } ]} />