Merge version_1 into main #1
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
{ value: "98%", label: "Client Satisfaction" },
|
||||
{ value: "3x", label: "Avg Revenue Increase" },
|
||||
{ value: "14 days", label: "Avg Time to Results" },
|
||||
];
|
||||
] as const;
|
||||
|
||||
const socialProofLogos = [
|
||||
{
|
||||
@@ -228,7 +228,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
testimonials={testimonials}
|
||||
kpiItems={kpiItems}
|
||||
kpiItems={[kpiItems[0], kpiItems[1], kpiItems[2]]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from brands scaling with AI UGC ads"
|
||||
tag="Success Stories"
|
||||
|
||||
Reference in New Issue
Block a user