Update src/app/page.tsx

This commit is contained in:
2026-06-10 08:46:07 +00:00
parent f3a38bc449
commit 74605b1a41

View File

@@ -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() {
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Frequently Asked Questions"
buttons={[{ text: "Contact Us", href: "#contact" }]})
buttons={[{ text: "Contact Us", href: "#contact" }]}
buttonAnimation="slide-up"
faqsAnimation="slide-up"
textPosition="left"
@@ -170,7 +170,7 @@ export default function HvacPage() {
{
id: "4", title: "What is your fuel policy?", content: "Our standard fuel policy is 'full to full', meaning you pick up the car with a full tank and should return it full to avoid refueling charges. Other options may be available upon request."},
{
id: "5", title: "Can I add an additional driver?", content: "Yes, additional drivers can be added to your rental agreement. They must meet the same age and license requirements as the primary renter and will incur a small daily fee. All drivers must be present at pickup."},
id: "5", title: "Can I add an additional driver?", content: "Yes, additional drivers can be added to your rental agreement. They must meet the same age and license requirements as the primary renter and will incur a small daily fee. All drivers must be present at pickup."}
]}
/>
</div>
@@ -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"
/>