From 66e133febc6eb3adb23bf02cf29cbdb58da1a0da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:59:48 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9c65b72..8709fb2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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} /> @@ -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}