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">
|
||||
<HeroOverlay
|
||||
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."
|
||||
descriptionClassName="text-white/90"
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ 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."
|
||||
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}
|
||||
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"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -179,4 +181,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user