5 Commits

Author SHA1 Message Date
8bffd03b72 Update src/app/page.tsx 2026-03-10 15:44:25 +00:00
126194feff Switch to version 2: modified src/app/page.tsx 2026-03-10 15:42:00 +00:00
15e6271607 Merge version_3 into main
Merge version_3 into main
2026-03-10 14:17:20 +00:00
49cbc5488d Update src/app/page.tsx 2026-03-10 14:17:11 +00:00
e66f2011a0 Merge version_2 into main
Merge version_2 into main
2026-03-10 14:01:54 +00:00

View File

@@ -81,6 +81,12 @@ export default function LandingPage() {
{ {
id: 4, id: 4,
title: "Full Exterior Package", description: "Precision hand wash, wheel deep-clean, and professional headlight polishing for safety and style. Every angle receives meticulous attention.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194110.jpg" title: "Full Exterior Package", description: "Precision hand wash, wheel deep-clean, and professional headlight polishing for safety and style. Every angle receives meticulous attention.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194110.jpg"
},
{
id: 5,
title: "Premium 10-Year Ceramic Coating", description: "Our flagship ultra-premium service offering unmatched long-term protection. This advanced ceramic formula bonds at the molecular level, providing up to 10 years of exceptional durability with minimal maintenance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkvAsMZv9Bu11P1oySAqmLUenp/uploaded-1773152187608-67mu0fou.png", buttons: [
{ text: "Learn More", href: "tel:(810) 288-4174" }
]
} }
]} ]}
/> />
@@ -149,7 +155,19 @@ export default function LandingPage() {
id: "5", title: "Do you offer headlight polishing?", content: "Absolutely. Headlight polishing is a key part of our Full Exterior Package. We restore clarity and safety while enhancing your vehicle's appearance. It's an easy upsell for older cars seeking that restored, like-new look." id: "5", title: "Do you offer headlight polishing?", content: "Absolutely. Headlight polishing is a key part of our Full Exterior Package. We restore clarity and safety while enhancing your vehicle's appearance. It's an easy upsell for older cars seeking that restored, like-new look."
}, },
{ {
id: "6", title: "How do I book your service?", content: "Contact us via phone at (810) 288-4174 or text for a quote. We'll discuss your vehicle's needs, confirm your location in our service area, and schedule a time that works for you." id: "6", title: "How long does the 10-year ceramic coating last?", content: "Our premium 10-year ceramic coating is engineered with advanced bonding technology to provide exceptional durability for up to a decade. It creates a molecular-level barrier that resists UV exposure, oxidation, and environmental contaminants. With proper maintenance and care, you'll enjoy maximum protection and showroom-quality gloss throughout the warranty period."
},
{
id: "7", title: "What makes the 10-year coating different from the standard 6-month option?", content: "The 10-year coating uses a proprietary advanced formula with enhanced resin compounds and superior adhesion technology. It's applied with meticulous multi-layer techniques and includes comprehensive pre-treatment preparation. The result is dramatically longer-lasting protection with better depth of finish, enhanced water beading, and superior resistance to swirl marks and contamination."
},
{
id: "8", title: "How much does the premium 10-year ceramic coating cost?", content: "Our 10-year ceramic coating investment varies based on vehicle size and condition. For luxury vehicles and larger SUVs, expect premium pricing reflecting the advanced formula, extended warranty, and superior application process. Contact us at (810) 288-4174 or text for a detailed quote tailored to your specific vehicle."
},
{
id: "9", title: "What maintenance is required for the 10-year coating?", content: "The 10-year coating requires minimal maintenance to maintain peak performance. We recommend regular gentle washing with pH-neutral soap, avoiding harsh chemicals, and annual professional maintenance applications. No waxing is necessary—the ceramic barrier eliminates that need entirely. Proper care ensures you maximize your warranty coverage and protection."
},
{
id: "10", title: "How do I book your service?", content: "Contact us via phone at (810) 288-4174 or text for a quote. We'll discuss your vehicle's needs, confirm your location in our service area, and schedule a time that works for you."
} }
]} ]}
/> />