9 Commits

Author SHA1 Message Date
ce2db734f1 Update src/app/page.tsx 2026-04-26 01:12:53 +00:00
e53f675843 Merge version_4 into main
Merge version_4 into main
2026-04-26 01:10:42 +00:00
61a4f5371b Merge version_3 into main
Merge version_3 into main
2026-04-26 01:10:39 +00:00
46efee7cc6 Update src/app/page.tsx 2026-04-26 01:10:39 +00:00
561160c11c Merge version_3 into main
Merge version_3 into main
2026-04-26 01:10:07 +00:00
03f3989977 Merge version_4 into main
Merge version_4 into main
2026-04-26 01:10:06 +00:00
d637935997 Update src/app/page.tsx 2026-04-26 01:10:00 +00:00
3c5b95ac49 Merge version_3 into main
Merge version_3 into main
2026-04-26 01:09:26 +00:00
6edebccefb Merge version_3 into main
Merge version_3 into main
2026-04-26 01:08:42 +00:00

View File

@@ -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}
/> />