Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-23 18:51:02 +00:00

View File

@@ -129,7 +129,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
animationType="depth-3d"
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
@@ -171,25 +171,25 @@ export default function LandingPage() {
id: "m1",
value: "25+",
title: "Years in Business",
description: "A quarter-century of expertise in luxury automotive sales.",
description: "A quarter-century of expertise in luxury automotive sales.", imageSrc: ""
},
{
id: "m2",
value: "5,000+",
title: "Satisfied Clients",
description: "A growing community of discerning owners who trust Apex Motors.",
description: "A growing community of discerning owners who trust Apex Motors.", imageSrc: ""
},
{
id: "m3",
value: "100+",
title: "Luxury Models Available",
description: "An extensive range of exclusive vehicles from leading manufacturers.",
description: "An extensive range of exclusive vehicles from leading manufacturers.", imageSrc: ""
},
{
id: "m4",
value: "5-Star",
title: "Customer Ratings",
description: "Consistently rated excellent for service, selection, and support.",
description: "Consistently rated excellent for service, selection, and support.", imageSrc: ""
},
]}
title="Our Unwavering Commitment"
@@ -199,6 +199,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}