Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-16 14:13:55 +00:00

View File

@@ -230,7 +230,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1", title: "Warranty Info?", content: "Comprehensive 4-year coverage."},
id: "f1", title: "Warranty Info?", content: "Our 4-year/50,000-mile comprehensive warranty covers all major components for your peace of mind."},
{
id: "f2", title: "Service Locations?", content: "Global network of dealers."},
{
@@ -282,4 +282,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}