From a57ea46c9d949b697b37e573bd609ab0bb82fca8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:02:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 627f3c8..852e59d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,15 +67,15 @@ export default function LandingPage() { ], stats: [ { - title: "Average ROI", values: ["285", "312", "341"], + title: "Average ROI", values: [285, 312, 341], description: "Client growth metrics" }, { - title: "Campaigns", values: ["156", "189", "214"], + title: "Campaigns", values: [156, 189, 214], description: "Active projects" }, { - title: "Engagement", values: ["2.8", "3.2", "3.7"], + title: "Engagement", values: [2.8, 3.2, 3.7], valueSuffix: "M+", description: "Total interactions" } ], @@ -109,6 +109,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg" imageAlt="Nitgrowth team collaboration" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -176,19 +177,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Founder & CEO", company: "TechFlow Innovations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Chen" }, { id: "2", name: "Marcus Rodriguez", role: "Marketing Director", company: "Elevate Commerce", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Rodriguez" }, { id: "3", name: "Emily Watson", role: "VP of Growth", company: "Luna Analytics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Emily Watson" + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Emily Watson" }, { id: "4", name: "David Kim", role: "Operations Lead", company: "GrowthVentures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" } ]} gridVariant="uniform-all-items-equal"