From 1df4486e7e4416949d2c8104ec1a0b7a456536d8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:16:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3183b6b..1f04f19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,11 +107,11 @@ export default function LandingPage() { }, { id: "full-wash", title: "Full Car Wash", author: "Complete Package", description: "Comprehensive exterior and interior cleaning. Everything your vehicle needs for a complete refresh.", tags: ["Premium", "35 min"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg?_wi=1", imageAlt: "Complete professional car wash service" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg", imageAlt: "Complete professional car wash service" }, { id: "quick-wash", title: "Quick Wash", author: "Fast & Efficient", description: "Express exterior wash for busy drivers. Quality cleaning in record time.", tags: ["Express", "10 min"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193166.jpg?_wi=1", imageAlt: "Fast express car wash service" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193166.jpg", imageAlt: "Fast express car wash service" }, { id: "vacuum-service", title: "Vacuum Cleaning", author: "Pristine Cabin", description: "Professional vacuuming of seats, carpets, and floor mats. Removes dust and debris thoroughly.", tags: ["Interior", "15 min"], @@ -123,11 +123,11 @@ export default function LandingPage() { }, { id: "deep-clean", title: "Deep Cleaning", author: "Showroom Ready", description: "Intensive cleaning inside and out. Professional detailing that makes your car look brand new.", tags: ["Premium", "45 min"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg?_wi=2", imageAlt: "Deep professional cleaning service" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg", imageAlt: "Deep professional cleaning service" }, { id: "express-care", title: "Express Car Care", author: "Quick & Quality", description: "Fast exterior wash plus interior vacuum. The perfect solution for busy schedules.", tags: ["Combo", "25 min"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193166.jpg?_wi=2", imageAlt: "Express combined car care service" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193166.jpg", imageAlt: "Express combined car care service" } ]} titleClassName="text-4xl md:text-5xl font-bold text-gray-900" @@ -202,7 +202,7 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/drops-multicolored-foam_23-2147797957.jpg" imageAlt="Prestige Car Wash facility at night" - mediaAnimation="fade-in" + mediaAnimation="blur-reveal" mediaPosition="right" inputs={[ { name: "name", type: "text", placeholder: "Your Name", required: true },