diff --git a/src/app/page.tsx b/src/app/page.tsx
index 89e2c78..5bcbbf2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
+import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Award, Calendar, Search, Settings } from "lucide-react";
export default function LandingPage() {
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,41 +47,26 @@ export default function LandingPage() {
@@ -101,34 +78,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "1",
- value: "5.0",
- title: "Star Rating",
- items: [
- "Google Reviews",
- "Customer Satisfaction",
- "Industry Standard",
- ],
+ id: "1", value: "5.0", title: "Star Rating", items: [
+ "Google Reviews", "Customer Satisfaction", "Industry Standard"],
},
{
- id: "2",
- value: "100%",
- title: "Satisfaction",
- items: [
- "Vehicle Restoration",
- "Precision Care",
- "Client Trust",
- ],
+ id: "2", value: "100%", title: "Satisfaction", items: [
+ "Vehicle Restoration", "Precision Care", "Client Trust"],
},
{
- id: "3",
- value: "24/7",
- title: "Passion",
- items: [
- "Obsessive Detail",
- "Automotive Art",
- "Dedication",
- ],
+ id: "3", value: "24/7", title: "Passion", items: [
+ "Obsessive Detail", "Automotive Art", "Dedication"],
},
]}
title="Unrivaled Standards"
@@ -144,21 +103,13 @@ export default function LandingPage() {
description="Reflekt Detailing Studio is built on precision, passion, and perfection. Every vehicle is treated as a statement piece, not just transport. Inspired by industry standards: detailing is not just cleaning, it’s restoring and protecting vehicles to their best condition."
bulletPoints={[
{
- title: "Paint Protection Expertise",
- description: "Cutting-edge protection techniques.",
- },
+ title: "Paint Protection Expertise", description: "Cutting-edge protection techniques."},
{
- title: "Premium Products",
- description: "Only the finest formulas used.",
- },
+ title: "Premium Products", description: "Only the finest formulas used."},
{
- title: "Skilled Professionals",
- description: "Experts in automotive care.",
- },
+ title: "Skilled Professionals", description: "Experts in automotive care."},
{
- title: "Unmatched Detail",
- description: "Every millimeter analyzed.",
- },
+ title: "Unmatched Detail", description: "Every millimeter analyzed."},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg"
mediaAnimation="blur-reveal"
@@ -172,37 +123,16 @@ 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: "PKR XX,XXX", subtitle: "Deep Cleaning", features: [
+ "Engine bay cleaning", "Interior sanitization", "Exterior hand wash"],
},
{
- id: "p2",
- badge: "Expert",
- price: "PKR XX,XXX",
- subtitle: "Ceramic Coating",
- features: [
- "Advanced coating",
- "Surface prep",
- "Long-term shine",
- ],
+ id: "p2", badge: "Expert", price: "PKR XX,XXX", subtitle: "Ceramic Coating", features: [
+ "Advanced coating", "Surface prep", "Long-term shine"],
},
{
- 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: "PKR XX,XXX", subtitle: "Paint Protection", features: [
+ "Full body PPF", "Self-healing layer", "Ultimate shield"],
},
]}
title="Professional Services"
@@ -217,24 +147,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Book Appointment",
- description: "Secure your slot in Islamabad.",
- icon: Calendar,
+ title: "Book Appointment", description: "Secure your slot in Islamabad.", icon: Calendar,
},
{
- title: "Vehicle Inspection",
- description: "Detailed diagnosis of paint.",
- icon: Search,
+ title: "Vehicle Inspection", description: "Detailed diagnosis of paint.", icon: Search,
},
{
- title: "Precision Detailing",
- description: "Masterful restoration work.",
- icon: Settings,
+ title: "Precision Detailing", description: "Masterful restoration work.", icon: Settings,
},
{
- title: "Final Reveal",
- description: "Your car, elevated.",
- icon: Award,
+ title: "Final Reveal", description: "Your car, elevated.", icon: Award,
},
]}
title="Our Precision Process"
@@ -243,66 +165,43 @@ export default function LandingPage() {
-
+
+
+
@@ -312,29 +211,19 @@ export default function LandingPage() {
logoText="Reflekt"
columns={[
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Instagram",
- href: "https://www.instagram.com/reflektdetailingstudio",
- },
+ label: "Instagram", href: "https://www.instagram.com/reflektdetailingstudio"},
{
- label: "TikTok",
- href: "https://www.tiktok.com/@reflektdetailingstudio",
- },
+ label: "TikTok", href: "https://www.tiktok.com/@reflektdetailingstudio"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}
@@ -344,4 +233,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file