From a5d5053f305b43e6008e7c1d4ed462e82949a346 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 10:26:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bffb8b..e3da090 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function Page() { tag="Mobile Service Available" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} buttons={[ { text: "Book Your Wash", href: "#contact" } ]} @@ -56,10 +56,10 @@ export default function Page() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-washing_23-2149172895.jpg", imageAlt: "Professional mobile car wash service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-frost-blue-car-winter_181624-12184.jpg?_wi=1", imageAlt: "Exterior car detailing" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-frost-blue-car-winter_181624-12184.jpg", imageAlt: "Exterior car detailing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-driver-recharging-ev-vehicle-battery-low-angle-shot_482257-130130.jpg?_wi=1", imageAlt: "Interior detailing service" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-driver-recharging-ev-vehicle-battery-low-angle-shot_482257-130130.jpg", imageAlt: "Interior detailing service" } ]} ariaLabel="Hero section showcasing Blue Planet car wash services" @@ -79,11 +79,11 @@ export default function Page() { features={[ { id: "exterior", title: "Exterior Wash", author: "Standard Service", description: "Complete exterior cleaning including wheels, tires, and body shine. We use premium, eco-friendly products to protect your paint.", tags: ["Professional", "Eco-Friendly", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-frost-blue-car-winter_181624-12184.jpg?_wi=2", imageAlt: "Professional exterior car washing" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-frost-blue-car-winter_181624-12184.jpg", imageAlt: "Professional exterior car washing" }, { id: "interior", title: "Interior Detailing", author: "Deep Clean Service", description: "Comprehensive interior cleaning including vacuuming, upholstery cleaning, and stain removal. Bring your car back to showroom condition.", tags: ["Deep Clean", "Stain Removal", "Professional"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-driver-recharging-ev-vehicle-battery-low-angle-shot_482257-130130.jpg?_wi=2", imageAlt: "Professional interior car detailing" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-driver-recharging-ev-vehicle-battery-low-angle-shot_482257-130130.jpg", imageAlt: "Professional interior car detailing" }, { id: "ceramic", title: "Ceramic Coating", author: "Premium Protection", description: "Long-lasting protective coating that shields your paint from UV rays, dirt, and contaminants. Maintains showroom shine for months.", tags: ["Protection", "Long-Lasting", "Premium"], @@ -116,7 +116,7 @@ export default function Page() { tagIcon={Trophy} tagAnimation="slide-up" animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} metrics={[ { @@ -199,7 +199,7 @@ export default function Page() { description="Schedule your mobile car wash and detailing service. We'll bring premium care directly to you in Houston." tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} mediaAnimation="blur-reveal" inputPlaceholder="Enter your email" -- 2.49.1