2 Commits

Author SHA1 Message Date
8fee6fd260 Update src/app/page.tsx 2026-04-26 01:10:33 +00:00
7e78b2b7f9 Update src/app/page.tsx 2026-04-26 01:10:00 +00:00

View File

@@ -43,9 +43,7 @@ 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" },
@@ -69,7 +67,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}
videoSrc="http://img.b2bpic.net/free-photo/mechanic-changing-tires-car-service_1303-26890.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/mechanic-changing-tires-car-service_1303-26890.jpg?_wi=1"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -181,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}