Merge version_2 into main #2
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -58,12 +58,14 @@ export default function LandingPage() {
|
||||
title="Flat Tire? We Come To You!"
|
||||
description="Expert mobile tire changing, repair, and replacement services, right where you are. Fast, reliable, and hassle-free, 24/7."
|
||||
tag="Emergency Roadside Assistance"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
text: "Call Now", href: "tel:+18001234567"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-pushing-wheel_23-2148327595.jpg", imageAlt: "Mobile tire service van arriving at a customer's location"},
|
||||
@@ -81,11 +83,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Your Trusted Mobile Tire Solution"
|
||||
description={[
|
||||
"At Tire Rescue Mobile, we understand that a flat tire can ruin your day. That's why we bring the tire shop to you, offering unparalleled convenience and professional service wherever you are.", "Our certified technicians handle everything from emergency tire changes to new tire installations, ensuring you're back on the road safely and swiftly. We prioritize your time and safety with every service call."]}
|
||||
"At Tire Rescue Mobile, we understand that a flat tire can ruin your day. That's why we bring the tire shop to you, offering unparalleled convenience and professional service wherever you are.", "Our certified technicians handle everything from emergency tire changes to new tire installations, ensuring you're back on the road safely and swiftly. We prioritize your time and safety with every service call." ]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Why Choose Us?", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -105,6 +108,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Our Convenient Tire Services"
|
||||
description="We offer a full range of mobile tire solutions designed to get you back on the road with minimal hassle."
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,9 +178,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"AAA Roadside", "Local Auto Repair", "Fleet Management Solutions", "Delivery Express", "Rental Car Services", "Logistics Co.", "Mobile Mechanics United"]}
|
||||
"AAA Roadside", "Local Auto Repair", "Fleet Management Solutions", "Delivery Express", "Rental Car Services", "Logistics Co.", "Mobile Mechanics United" ]}
|
||||
title="Trusted by Drivers & Businesses"
|
||||
description="Our reliable mobile tire services are chosen by a wide range of clients for convenience and professionalism."
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -223,12 +230,13 @@ export default function LandingPage() {
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-side-talking-phone-isolated-white-wall_141793-94402.jpg"
|
||||
imageAlt="Mechanic working on a tire with a mobile service van in the background"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Send Message"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
|
||||
Reference in New Issue
Block a user