Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -7,7 +7,7 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
@@ -54,8 +54,7 @@ export default function HvacPage() {
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ happy renters"
|
||||
buttons={[
|
||||
{ text: "Browse Vehicles", href: "#services" },
|
||||
{ text: "How It Works", href: "#process" },
|
||||
{ text: "Browse Vehicles", href: "#services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/city-hatchback-taking-countryside-curve-golden-hour-daily-commute_169016-70074.jpg"
|
||||
@@ -132,22 +131,6 @@ export default function HvacPage() {
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
<FeatureCardEight
|
||||
title="Your Rental Journey in 4 Simple Steps"
|
||||
description="From selection to return, we make car rental effortless."
|
||||
features={[
|
||||
{
|
||||
title: "Choose Your Vehicle", description: "Browse our extensive fleet online and select the perfect car that fits your needs and style.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-laptop-sitting-hood-car_23-2148155090.jpg", imageAlt: "Person browsing cars on tablet"},
|
||||
{
|
||||
title: "Select Dates & Location", description: "Specify your desired pickup and return dates and locations. We offer flexible options.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-map-car_23-2148192766.jpg", imageAlt: "Calendar and map on screen"},
|
||||
{
|
||||
title: "Confirm & Drive", description: "Complete your booking with a few clicks. Your chosen car will be ready for you at the selected time.", imageSrc: "http://img.b2bpic.net/free-photo/yellow-car-road_23-2151850169.jpg", imageAlt: "Hands on steering wheel"},
|
||||
{
|
||||
title: "Easy Return", description: "Return your vehicle hassle-free at your designated drop-off point. We handle the rest.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-car-key_23-2150320982.jpg", imageAlt: "Person returning car key"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="What Our Renters Say"
|
||||
@@ -172,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"
|
||||
|
||||
Reference in New Issue
Block a user