Update src/app/pricing/page.tsx
This commit is contained in:
@@ -23,7 +23,7 @@ const pricingPlans = [
|
|||||||
title: "Basic Clean",
|
title: "Basic Clean",
|
||||||
price: "Starting at $89",
|
price: "Starting at $89",
|
||||||
period: "per vehicle",
|
period: "per vehicle",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193171.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193171.jpg?_wi=2",
|
||||||
imageAlt: "Basic Clean package",
|
imageAlt: "Basic Clean package",
|
||||||
button: { text: "Book Now", href: "#contact" },
|
button: { text: "Book Now", href: "#contact" },
|
||||||
features: ["Exterior wash and dry", "Tire shine", "Window cleaning", "Quick vacuum interior"],
|
features: ["Exterior wash and dry", "Tire shine", "Window cleaning", "Quick vacuum interior"],
|
||||||
@@ -33,7 +33,7 @@ const pricingPlans = [
|
|||||||
title: "Interior Refresh",
|
title: "Interior Refresh",
|
||||||
price: "Starting at $149",
|
price: "Starting at $149",
|
||||||
period: "per vehicle",
|
period: "per vehicle",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2",
|
||||||
imageAlt: "Interior Refresh package",
|
imageAlt: "Interior Refresh package",
|
||||||
button: { text: "Book Now", href: "#contact" },
|
button: { text: "Book Now", href: "#contact" },
|
||||||
features: ["Complete interior vacuum", "Carpet and upholstery cleaning", "Dashboard cleaning", "Interior protectant"],
|
features: ["Complete interior vacuum", "Carpet and upholstery cleaning", "Dashboard cleaning", "Interior protectant"],
|
||||||
@@ -43,7 +43,7 @@ const pricingPlans = [
|
|||||||
title: "Exterior Shine",
|
title: "Exterior Shine",
|
||||||
price: "Starting at $179",
|
price: "Starting at $179",
|
||||||
period: "per vehicle",
|
period: "per vehicle",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg?_wi=2",
|
||||||
imageAlt: "Exterior Shine package",
|
imageAlt: "Exterior Shine package",
|
||||||
button: { text: "Book Now", href: "#contact" },
|
button: { text: "Book Now", href: "#contact" },
|
||||||
features: ["Professional wash and dry", "Clay bar decontamination", "Premium wax application", "Trim and tire conditioning"],
|
features: ["Professional wash and dry", "Clay bar decontamination", "Premium wax application", "Trim and tire conditioning"],
|
||||||
@@ -53,7 +53,7 @@ const pricingPlans = [
|
|||||||
title: "Full Detail",
|
title: "Full Detail",
|
||||||
price: "Starting at $299",
|
price: "Starting at $299",
|
||||||
period: "per vehicle",
|
period: "per vehicle",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg?_wi=2",
|
||||||
imageAlt: "Full Detail package - Most Popular",
|
imageAlt: "Full Detail package - Most Popular",
|
||||||
button: { text: "Book Now", href: "#contact" },
|
button: { text: "Book Now", href: "#contact" },
|
||||||
features: ["Complete interior detailing", "Professional exterior detailing", "Paint protection", "Engine bay cleaning", "Leather conditioning", "Interior protectant"],
|
features: ["Complete interior detailing", "Professional exterior detailing", "Paint protection", "Engine bay cleaning", "Leather conditioning", "Interior protectant"],
|
||||||
@@ -63,7 +63,7 @@ const pricingPlans = [
|
|||||||
title: "Ceramic Coating",
|
title: "Ceramic Coating",
|
||||||
price: "Starting at $499",
|
price: "Starting at $499",
|
||||||
period: "per vehicle",
|
period: "per vehicle",
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=5",
|
||||||
imageAlt: "Ceramic Coating package",
|
imageAlt: "Ceramic Coating package",
|
||||||
button: { text: "Book Now", href: "#contact" },
|
button: { text: "Book Now", href: "#contact" },
|
||||||
features: ["Full detail package included", "Professional ceramic coating", "Multi-year paint protection", "Hydrophobic finish", "Free 6-month inspection"],
|
features: ["Full detail package included", "Professional ceramic coating", "Multi-year paint protection", "Hydrophobic finish", "Free 6-month inspection"],
|
||||||
@@ -181,7 +181,7 @@ export default function PricingPage() {
|
|||||||
]}
|
]}
|
||||||
textarea={{ name: "message", placeholder: "Tell us about your vehicle and what services you're interested in...", rows: 4, required: true }}
|
textarea={{ name: "message", placeholder: "Tell us about your vehicle and what services you're interested in...", rows: 4, required: true }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg?_wi=3"
|
||||||
imageAlt="Professional detailing equipment"
|
imageAlt="Professional detailing equipment"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
@@ -191,7 +191,7 @@ export default function PricingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=3"
|
||||||
imageAlt="Elite Auto Detailing showcase"
|
imageAlt="Elite Auto Detailing showcase"
|
||||||
logoText="Elite Auto Detailing & Mobile Services LLC"
|
logoText="Elite Auto Detailing & Mobile Services LLC"
|
||||||
copyrightText="© 2025 Elite Auto Detailing & Mobile Services LLC. All rights reserved."
|
copyrightText="© 2025 Elite Auto Detailing & Mobile Services LLC. All rights reserved."
|
||||||
|
|||||||
Reference in New Issue
Block a user