Update src/app/about/page.tsx
This commit is contained in:
@@ -62,29 +62,17 @@ export default function AboutPage() {
|
|||||||
description="A decade of dedicated service to the Karawal Nagar and Delhi community with unwavering commitment to excellence"
|
description="A decade of dedicated service to the Karawal Nagar and Delhi community with unwavering commitment to excellence"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", icon: Users,
|
||||||
icon: Users,
|
title: "Happy Clients", value: "2000+"},
|
||||||
title: "Happy Clients",
|
|
||||||
value: "2000+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", icon: CheckCircle,
|
||||||
icon: CheckCircle,
|
title: "Services Done", value: "5000+"},
|
||||||
title: "Services Done",
|
|
||||||
value: "5000+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", icon: Award,
|
||||||
icon: Award,
|
title: "5 Star Rating", value: "100%"},
|
||||||
title: "5 Star Rating",
|
|
||||||
value: "100%",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", icon: Clock,
|
||||||
icon: Clock,
|
title: "Years Active", value: "10+"},
|
||||||
title: "Years Active",
|
|
||||||
value: "10+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -98,71 +86,29 @@ export default function AboutPage() {
|
|||||||
description="Testimonials from individuals and businesses who've experienced our professional service"
|
description="Testimonials from individuals and businesses who've experienced our professional service"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Transparent & Honest Service", quote:
|
||||||
title: "Transparent & Honest Service",
|
"What I appreciate most is their transparency. No hidden charges, no surprises. They explain everything upfront. Best decision I made!", name: "Rajesh Kumar", role: "Vehicle Owner, Karawal Nagar", imageSrc:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Rajesh Kumar"},
|
||||||
"What I appreciate most is their transparency. No hidden charges, no surprises. They explain everything upfront. Best decision I made!",
|
|
||||||
name: "Rajesh Kumar",
|
|
||||||
role: "Vehicle Owner, Karawal Nagar",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6",
|
|
||||||
imageAlt: "Rajesh Kumar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Quick & Professional Service", quote:
|
||||||
title: "Quick & Professional Service",
|
"I was amazed how quickly they completed my insurance renewal. Professional team, great service, and very reasonable pricing. Highly recommended!", name: "Priya Singh", role: "Business Owner, Delhi", imageSrc:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Priya Singh"},
|
||||||
"I was amazed how quickly they completed my insurance renewal. Professional team, great service, and very reasonable pricing. Highly recommended!",
|
|
||||||
name: "Priya Singh",
|
|
||||||
role: "Business Owner, Delhi",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=7",
|
|
||||||
imageAlt: "Priya Singh",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "One-Stop Solution", quote:
|
||||||
title: "One-Stop Solution",
|
"Perfect solution for all vehicle documentation needs. Got my RC transfer, insurance, and fitness certificate done in one place. Saved so much time!", name: "Amit Patel", role: "Fleet Owner, NCR", imageSrc:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Amit Patel"},
|
||||||
"Perfect solution for all vehicle documentation needs. Got my RC transfer, insurance, and fitness certificate done in one place. Saved so much time!",
|
|
||||||
name: "Amit Patel",
|
|
||||||
role: "Fleet Owner, NCR",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=2",
|
|
||||||
imageAlt: "Amit Patel",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Expert Knowledge", quote:
|
||||||
title: "Expert Knowledge",
|
"Their team has deep knowledge of RTO procedures. They guided me through every step. No confusion, no complications. Excellent service!", name: "Neha Sharma", role: "New Vehicle Owner", imageSrc:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Neha Sharma"},
|
||||||
"Their team has deep knowledge of RTO procedures. They guided me through every step. No confusion, no complications. Excellent service!",
|
|
||||||
name: "Neha Sharma",
|
|
||||||
role: "New Vehicle Owner",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=8",
|
|
||||||
imageAlt: "Neha Sharma",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Reliable & Trustworthy", quote:
|
||||||
title: "Reliable & Trustworthy",
|
"I've been using their services for 3 years now. Never disappointed. Always available, always helpful, always professional. Truly a gem!", name: "Vikram Singh", role: "Commercial Vehicle Owner", imageSrc:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Vikram Singh"},
|
||||||
"I've been using their services for 3 years now. Never disappointed. Always available, always helpful, always professional. Truly a gem!",
|
|
||||||
name: "Vikram Singh",
|
|
||||||
role: "Commercial Vehicle Owner",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=9",
|
|
||||||
imageAlt: "Vikram Singh",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "Outstanding Support", quote:
|
||||||
title: "Outstanding Support",
|
"Their customer support is outstanding. They're available 24/7 on WhatsApp for any queries. Best service in the entire Karawal Nagar area!", name: "Anjali Verma", role: "Long-term Customer", imageSrc:
|
||||||
quote:
|
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Anjali Verma"},
|
||||||
"Their customer support is outstanding. They're available 24/7 on WhatsApp for any queries. Best service in the entire Karawal Nagar area!",
|
|
||||||
name: "Anjali Verma",
|
|
||||||
role: "Long-term Customer",
|
|
||||||
imageSrc:
|
|
||||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=10",
|
|
||||||
imageAlt: "Anjali Verma",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -193,9 +139,7 @@ export default function AboutPage() {
|
|||||||
items: [
|
items: [
|
||||||
{ label: "📞 Call: +91-XXXXXXX", href: "tel:+919876543210" },
|
{ label: "📞 Call: +91-XXXXXXX", href: "tel:+919876543210" },
|
||||||
{
|
{
|
||||||
label: "💬 WhatsApp: +91-XXXXXXX",
|
label: "💬 WhatsApp: +91-XXXXXXX", href: "https://wa.me/919876543210"},
|
||||||
href: "https://wa.me/919876543210",
|
|
||||||
},
|
|
||||||
{ label: "📍 Karawal Nagar, Delhi", href: "#" },
|
{ label: "📍 Karawal Nagar, Delhi", href: "#" },
|
||||||
{ label: "⏰ Mon-Sat: 9AM-6PM", href: "#" },
|
{ label: "⏰ Mon-Sat: 9AM-6PM", href: "#" },
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user