Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a56a9753d | |||
| 49cbc5488d | |||
| e66f2011a0 | |||
| 4f3c06285d |
@@ -81,6 +81,12 @@ export default function LandingPage() {
|
||||
{
|
||||
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"
|
||||
},
|
||||
{
|
||||
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" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -97,20 +103,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj_fenton", testimonial: "Had my ceramic coating on for 6 months now and it has held up amazing. Very professional work! The level of detail was exactly what I needed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", handle: "@clmobiledetailingfenton", testimonial: "Had my ceramic coating on for 6 months now and it has held up amazing. Very professional work! The level of detail was exactly what I needed.", rating: 5
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@mchen_detailing", testimonial: "The convenience of mobile service combined with high-end shop quality is unbeatable. Highly recommended for anyone in Fenton, Lake Fenton, or Linden.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg", imageAlt: "Michael Chen"
|
||||
id: "2", name: "Michael Chen", handle: "@clmobiledetailingfenton", testimonial: "The convenience of mobile service combined with high-end shop quality is unbeatable. Highly recommended for anyone in Fenton, Lake Fenton, or Linden.", rating: 5
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrod_cars", testimonial: "My interior looks factory-fresh after their restoration service. They treated my car like it was their own. Best detail I've ever had!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageAlt: "Emily Rodriguez"
|
||||
id: "3", name: "Emily Rodriguez", handle: "@clmobiledetailingfenton", testimonial: "My interior looks factory-fresh after their restoration service. They treated my car like it was their own. Best detail I've ever had!", rating: 5
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "@davidkim_mi", testimonial: "The engine bay detailing was incredible. Professional, meticulous, and they explained every step. Worth every penny for the quality and care shown.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "David Kim"
|
||||
id: "4", name: "David Kim", handle: "@clmobiledetailingfenton", testimonial: "The engine bay detailing was incredible. Professional, meticulous, and they explained every step. Worth every penny for the quality and care shown.", rating: 5
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -153,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: "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."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -182,7 +196,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Google Business Profile", href: "https://www.google.com/search?q=C%26L+Mobile+Detailing+Fenton" },
|
||||
{ label: "Instagram", href: "https://www.instagram.com/clmobiledetailingfenton" },
|
||||
{ label: "Call: (810) 288-4174", href: "tel:(810) 288-4174" },
|
||||
{ label: "Text for Quote", href: "sms:(810) 288-4174" },
|
||||
{ label: "Privacy Policy", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user