5 Commits

Author SHA1 Message Date
180baa288e Update src/app/page.tsx 2026-04-07 10:11:28 +00:00
5f02180a52 Merge version_3 into main
Merge version_3 into main
2026-04-07 10:09:11 +00:00
620ae52657 Update src/app/page.tsx 2026-04-07 10:09:08 +00:00
f7d831319f Merge version_2 into main
Merge version_2 into main
2026-04-07 07:27:02 +00:00
982efff3b8 Merge version_2 into main
Merge version_2 into main
2026-04-07 07:26:27 +00:00

View File

@@ -123,20 +123,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "p1", badge: "Core", price: "PKR XX,XXX", subtitle: "Deep Cleaning", features: [ id: "p1", badge: "Core", price: "Starting from PKR 8,000", subtitle: "Detailing", features: [
"Engine bay cleaning", "Interior sanitization", "Exterior hand wash"], "Exterior hand wash", "Interior vacuuming", "Wheel cleaning"],
}, },
{ {
id: "p2", badge: "Expert", price: "PKR XX,XXX", subtitle: "Ceramic Coating", features: [ id: "p2", badge: "Expert", price: "Starting from PKR 15,000", subtitle: "Ceramic Coating", features: [
"Advanced coating", "Surface prep", "Long-term shine"], "Paint decontamination", "Surface polish", "Ceramic layer protection"],
}, },
{ {
id: "p3", badge: "Elite", price: "PKR XX,XXX", subtitle: "Paint Protection", features: [ id: "p3", badge: "Elite", price: "Starting from PKR 90,000", subtitle: "PPF", features: [
"Full body PPF", "Self-healing layer", "Ultimate shield"], "Full body paint protection", "Self-healing technology", "Ultimate gloss retention"],
}, },
]} ]}
title="Professional Services" title="Professional Services"
description="Elevate your vehicle today." description="Prices vary by vehicle type. Exact quote on inspection/WhatsApp."
/> />
</div> </div>
@@ -166,27 +166,27 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <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} rating={5}
author="Ahmed K." author=""
avatars={[]} avatars={[]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
/> />
<TestimonialCardFifteen <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} rating={5}
author="Sara Z." author=""
avatars={[]} avatars={[]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
/> />
<TestimonialCardFifteen <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} rating={5}
author="Bilal M." author=""
avatars={[]} avatars={[]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="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> </div>
</ReactLenis> </ReactLenis>