Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce2db734f1 | |||
| e53f675843 | |||
| 61a4f5371b | |||
| 46efee7cc6 | |||
| 561160c11c | |||
| 03f3989977 | |||
| d637935997 | |||
| 3c5b95ac49 | |||
| 6edebccefb |
@@ -43,7 +43,9 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Drive Smarter with Apex Tires"
|
title="Drive Smarter with Apex Tires"
|
||||||
|
titleClassName="text-white"
|
||||||
description="Premium selection of high-performance tires for every road condition. Expert installation and precision alignment services to keep you safe."
|
description="Premium selection of high-performance tires for every road condition. Expert installation and precision alignment services to keep you safe."
|
||||||
|
descriptionClassName="text-white/90"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#products" },
|
{ text: "Shop Now", href: "#products" },
|
||||||
{ text: "Book Appointment", href: "#contact" },
|
{ text: "Book Appointment", href: "#contact" },
|
||||||
@@ -67,7 +69,7 @@ export default function LandingPage() {
|
|||||||
description="For over two decades, Apex Tires has provided premium tire solutions. We believe that your safety on the road starts with the right tires, installed with precision."
|
description="For over two decades, Apex Tires has provided premium tire solutions. We believe that your safety on the road starts with the right tires, installed with precision."
|
||||||
subdescription="Our team of certified technicians ensures every vehicle receives expert care, so you can drive with absolute confidence in any weather condition."
|
subdescription="Our team of certified technicians ensures every vehicle receives expert care, so you can drive with absolute confidence in any weather condition."
|
||||||
icon={Shield}
|
icon={Shield}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-changing-tires-car-service_1303-26890.jpg?_wi=1"
|
videoSrc="http://img.b2bpic.net/free-photo/mechanic-changing-tires-car-service_1303-26890.jpg?_wi=1"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -179,4 +181,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user