Update src/app/page.tsx

This commit is contained in:
2026-03-03 17:02:35 +00:00
parent c8d1a1c244
commit a57ea46c9d

View File

@@ -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}
/>
</div>
@@ -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"