Merge version_1 into main #2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user