Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e9cd2cd009 | |||
| 180baa288e | |||
| 5f02180a52 | |||
| 620ae52657 | |||
| f7d831319f | |||
| 982efff3b8 |
@@ -123,20 +123,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1", badge: "Core", price: "PKR XX,XXX", subtitle: "Deep Cleaning", features: [
|
||||
"Engine bay cleaning", "Interior sanitization", "Exterior hand wash"],
|
||||
id: "p1", badge: "Core", price: "Starting from PKR 8,000", subtitle: "Detailing", features: [
|
||||
"Exterior hand wash", "Interior vacuuming", "Wheel cleaning"],
|
||||
},
|
||||
{
|
||||
id: "p2", badge: "Expert", price: "PKR XX,XXX", subtitle: "Ceramic Coating", features: [
|
||||
"Advanced coating", "Surface prep", "Long-term shine"],
|
||||
id: "p2", badge: "Expert", price: "Starting from PKR 15,000", subtitle: "Ceramic Coating", features: [
|
||||
"Paint decontamination", "Surface polish", "Ceramic layer protection"],
|
||||
},
|
||||
{
|
||||
id: "p3", badge: "Elite", price: "PKR XX,XXX", subtitle: "Paint Protection", features: [
|
||||
"Full body PPF", "Self-healing layer", "Ultimate shield"],
|
||||
id: "p3", badge: "Elite", price: "Starting from PKR 90,000", subtitle: "PPF", features: [
|
||||
"Full body paint protection", "Self-healing technology", "Ultimate gloss retention"],
|
||||
},
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="Elevate your vehicle today."
|
||||
description="Prices vary by vehicle type. Exact quote on inspection/WhatsApp."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -166,27 +166,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Exceptional attention to detail! My car looks better than the day I bought it. Highly recommended for any automotive enthusiast in Islamabad."
|
||||
testimonial="The paint protection work on my SUV was absolutely incredible. The team is professional, detail-oriented, and clearly passionate about cars!"
|
||||
rating={5}
|
||||
author="Ahmed K."
|
||||
author=""
|
||||
avatars={[]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Professional service, clear communication, and impeccable results. Truly the best detailing studio in the city."
|
||||
testimonial="Best ceramic coating I've ever had. My car retains that deep, wet gloss even after weeks of driving in dusty conditions."
|
||||
rating={5}
|
||||
author="Sara Z."
|
||||
author=""
|
||||
avatars={[]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="The paint protection application was flawless. These guys really understand automotive aesthetics and care."
|
||||
testimonial="Flawless PPF installation. They don't just work on cars; they treat them like art. Truly high-end detailing standards in Islamabad."
|
||||
rating={5}
|
||||
author="Bilal M."
|
||||
author=""
|
||||
avatars={[]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Reflekt Detailing Studio. All rights reserved."
|
||||
copyrightText="© 2026 Reflekt Detailing Studio. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user