Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-26 01:10:07 +00:00

View File

@@ -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" },
@@ -178,4 +180,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}