4 Commits

Author SHA1 Message Date
c7698aa9ae Update src/app/page.tsx 2026-04-22 18:29:44 +00:00
f58192dfca Merge version_3 into main
Merge version_3 into main
2026-04-22 18:28:24 +00:00
484c03c411 Update src/app/page.tsx 2026-04-22 18:28:21 +00:00
3ff138074e Merge version_2 into main
Merge version_2 into main
2026-04-22 18:26:56 +00:00

View File

@@ -99,11 +99,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1", value: "15M+", description: "Average monthly reach"},
id: "m1", value: "15M+", description: "Average Monthly Reach (Organic)"},
{
id: "m2", value: "4.2x", description: "Engagement rate uplift"},
id: "m2", value: "4.2x", description: "Engagement Rate Uplift (Industry Benchmark)"},
{
id: "m3", value: "240%", description: "Lead conversion growth"},
id: "m3", value: "240%", description: "Lead Conversion Growth (Year-over-Year)"},
]}
title="Tangible Results"
description="Data-backed growth metrics delivered to our partners."
@@ -171,6 +171,9 @@ export default function LandingPage() {
title="Agency Inquiries"
faqsAnimation="slide-up"
description="Common questions regarding our creative partnership model."
buttons={[
{ text: "Start a Conversation", href: "#contact" }
]}
/>
</div>