Update src/app/about/page.tsx

This commit is contained in:
2026-03-10 14:59:48 +00:00
parent e132a39d6c
commit 66e133febc

View File

@@ -33,7 +33,8 @@ export default function AboutPage() {
{ name: "About", id: "about" },
]}
button={{
text: "Book Now", href: "#booking"}}
text: "Book Now", href: "#booking"
}}
animateOnLoad={true}
/>
</div>
@@ -46,13 +47,16 @@ export default function AboutPage() {
features={[
{
icon: Award,
title: "Excellence in Service", description: "We're dedicated to providing the highest standard of luxury vehicle rental service with attention to every detail and commitment to customer satisfaction."},
title: "Excellence in Service", description: "We're dedicated to providing the highest standard of luxury vehicle rental service with attention to every detail and commitment to customer satisfaction."
},
{
icon: Zap,
title: "Innovation & Technology", description: "Our advanced booking system and fleet management technology ensure seamless reservations and reliable service delivery for every client."},
title: "Innovation & Technology", description: "Our advanced booking system and fleet management technology ensure seamless reservations and reliable service delivery for every client."
},
{
icon: CheckCircle,
title: "Premium Fleet Curation", description: "Each vehicle in our collection is hand-selected and meticulously maintained to deliver the ultimate luxury rental experience."},
title: "Premium Fleet Curation", description: "Each vehicle in our collection is hand-selected and meticulously maintained to deliver the ultimate luxury rental experience."
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -66,7 +70,8 @@ export default function AboutPage() {
description="Join thousands of satisfied clients who trust LuxeDrive for their premium vehicle rental needs."
tag="Industry Partners"
names={[
"Hertz", "Avis", "Enterprise", "Alamo", "Europcar", "SIXT", "Budget", "Thrifty"]}
"Hertz", "Avis", "Enterprise", "Alamo", "Europcar", "SIXT", "Budget", "Thrifty"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}