From e631e85535dfb66ea827461b50877c1f7c43926c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:04:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1efca9a..c1f42c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,11 +47,14 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/driver-washing-his-car-by-sponge-with-soap-solution_651396-3234.jpg", imageAlt: "Professional car wash service"}, + imageSrc: "http://img.b2bpic.net/free-photo/driver-washing-his-car-by-sponge-with-soap-solution_651396-3234.jpg", imageAlt: "Professional car wash service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194110.jpg", imageAlt: "Gleaming clean vehicle"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194110.jpg", imageAlt: "Gleaming clean vehicle" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15180.jpg", imageAlt: "Expert auto spa detailing"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15180.jpg", imageAlt: "Expert auto spa detailing" + }, ]} autoplayDelay={4000} showDimOverlay={true} @@ -71,6 +74,7 @@ export default function LandingPage() { imageAlt="Auto Spa professional team at work" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -81,11 +85,13 @@ export default function LandingPage() { tag="Services" negativeCard={{ items: [ - "Limited to basic rinse only", "Harsh chemicals that damage paint", "No interior cleaning", "One-size-fits-all approach"], + "Limited to basic rinse only", "Harsh chemicals that damage paint", "No interior cleaning", "One-size-fits-all approach" + ], }} positiveCard={{ items: [ - "Complete interior and exterior care", "Premium eco-friendly products", "Professional detailing services", "Customized packages for every vehicle"], + "Complete interior and exterior care", "Premium eco-friendly products", "Professional detailing services", "Customized packages for every vehicle" + ], }} animationType="slide-up" textboxLayout="default" @@ -104,17 +110,20 @@ export default function LandingPage() { plans={[ { id: "basic", title: "Basic Wash", price: "$25", period: "per wash", features: [ - "Exterior wash with foam", "Wheel cleaning", "Air dry", "Quick and efficient"], + "Exterior wash with foam", "Wheel cleaning", "Air dry", "Quick and efficient" + ], button: { text: "Book Now", href: "contact" }, }, { id: "premium", title: "Premium Detail", price: "$55", period: "per wash", features: [ - "Full exterior detail", "Interior vacuuming", "Dashboard wipe down", "Tire shine"], + "Full exterior detail", "Interior vacuuming", "Dashboard wipe down", "Tire shine" + ], button: { text: "Book Now", href: "contact" }, }, { id: "elite", title: "Elite Package", price: "$95", period: "per wash", features: [ - "Complete interior detail", "Paint protection", "Leather conditioning", "Engine bay cleaning"], + "Complete interior detail", "Paint protection", "Leather conditioning", "Engine bay cleaning" + ], button: { text: "Book Now", href: "contact" }, }, ]} @@ -132,16 +141,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Business Owner", company: "Mitchell Marketing Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Mitchell" + }, { id: "2", name: "David Chen", role: "Automotive Enthusiast", company: "Tech Startup CEO", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "David Chen" + }, { id: "3", name: "Jennifer Rodriguez", role: "Executive Manager", company: "Global Innovations Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageAlt: "Jennifer Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageAlt: "Jennifer Rodriguez" + }, { id: "4", name: "Marcus Williams", role: "Fleet Manager", company: "Elite Transportation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Marcus Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Marcus Williams" + }, ]} kpiItems={[ { value: "5000+", label: "Vehicles Detailed" }, -- 2.49.1