From 74605b1a41608c1f3494708fca1a510aab8ba58a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:46:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13df7f3..75d212d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function HvacPage() { { name: "Vehicles", id: "services" }, { name: "About Us", id: "about" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "contact" } ]} button={{ text: "Book Now", href: "#contact" }} animateOnLoad={false} @@ -72,7 +72,7 @@ export default function HvacPage() { { value: "10,000+", title: "Happy Customers"}, { - value: "99%", title: "Customer Satisfaction"}, + value: "99%", title: "Customer Satisfaction"} ]} imageSrc="http://img.b2bpic.net/free-photo/man-with-sales-woman-car-showroom_1303-25413.jpg" imageAlt="Happy family renting a car at a DriveLux counter" @@ -101,7 +101,7 @@ export default function HvacPage() { { title: "Long-Term Rentals", description: "Flexible options for extended trips, business needs, or temporary vehicle replacement.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-mechanic-giving-car-key-customer-repair-shop_637285-9791.jpg", imageAlt: "Car key handover"}, { - title: "Airport Pick-up & Drop-off", description: "Convenient services directly at major airports for a smooth start and end to your trip.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-traveling-together_23-2149272091.jpg", imageAlt: "Car waiting at airport"}, + title: "Airport Pick-up & Drop-off", description: "Convenient services directly at major airports for a smooth start and end to your trip.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-traveling-together_23-2149272091.jpg", imageAlt: "Car waiting at airport"} ]} gridVariant="uniform-all-items-equal" uniformGridCustomHeightClasses="aspect-square" @@ -124,7 +124,7 @@ export default function HvacPage() { title: "Diverse & Modern Fleet", description: "Access a wide range of well-maintained, late-model vehicles for every occasion."}, { icon: Wallet, - title: "Transparent Pricing", description: "Enjoy competitive rates with no hidden fees. What you see is what you pay."}, + title: "Transparent Pricing", description: "Enjoy competitive rates with no hidden fees. What you see is what you pay."} ]} textboxLayout="default" animationType="slide-up" @@ -144,7 +144,7 @@ export default function HvacPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-man-travelling-by-city-bus_23-2148958101.jpg", imageAlt: "Mark L."}, { id: "3", name: "Jessica D.", handle: "Family Vacationer, FL", testimonial: "Renting a minivan for our family vacation from DriveLux was a breeze. Plenty of space, comfortable, and the airport pickup service was a lifesaver with kids and luggage.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lovely-young-woman-with-wavy-hairstyle-is-posing-camera-with-happy-smile-beach_291650-1993.jpg", imageAlt: "Jessica D."}, + imageSrc: "http://img.b2bpic.net/free-photo/lovely-young-woman-with-wavy-hairstyle-is-posing-camera-with-happy-smile-beach_291650-1993.jpg", imageAlt: "Jessica D."} ]} showRating={true} animationType="slide-up" @@ -155,7 +155,7 @@ export default function HvacPage() {
@@ -183,7 +183,7 @@ export default function HvacPage() { description="Our team is ready to assist you in finding the ideal vehicle for your next adventure. Get a quote or call us directly." buttons={[ { text: "Get a Free Quote", href: "#contact" }, - { text: "Call (555) 123-4567", href: "tel:5551234567" }, + { text: "Call (555) 123-4567", href: "tel:5551234567" } ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -201,24 +201,24 @@ export default function HvacPage() { { label: "Economy Cars", href: "#services" }, { label: "Luxury Sedans", href: "#services" }, { label: "SUVs & Family", href: "#services" }, - { label: "Sports Cars", href: "#services" }, - ], + { label: "Sports Cars", href: "#services" } + ] }, { title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }, - { label: "Contact", href: "#contact" }, - ], + { label: "Contact", href: "#contact" } + ] }, { title: "Support", items: [ { label: "(555) 123-4567", href: "tel:5551234567" }, { label: "info@drivelux.com", href: "mailto:info@drivelux.com" }, - { label: "New York, NY" }, - ], - }, + { label: "New York, NY" } + ] + } ]} copyrightText="© 2026 | DriveLux Car Rentals" />