Merge version_3 into main #3
@@ -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,28 +166,28 @@ 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."
|
||||
avatars={[]}
|
||||
avatars={[{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1Hj1B2UZc7HWijaYyiDO9TLi6/uploaded-1775556526792-zjvyjjpo.jpg", alt: "Ahmed K" }]}
|
||||
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."
|
||||
avatars={[]}
|
||||
avatars={[{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1Hj1B2UZc7HWijaYyiDO9TLi6/uploaded-1775556526793-zki8rjjj.jpg", alt: "Sara Z" }]}
|
||||
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."
|
||||
avatars={[]}
|
||||
avatars={[{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1Hj1B2UZc7HWijaYyiDO9TLi6/uploaded-1775556526793-f4q9bwhe.jpg", alt: "Bilal M" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -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