From e86f26a086ca442c73d588ed6b8593d1154736cc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 19:59:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 931f426..9f15ff7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,9 +62,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Why We Connect" metrics={[ - { icon: Users, label: "Community Members", value: 1200 }, - { icon: Coffee, label: "Meetups Hosted", value: 450 }, - { icon: Heart, label: "Friendships Formed", value: 800 }, + { icon: Users, label: "Community Members", value: "1200" }, + { icon: Coffee, label: "Meetups Hosted", value: "450" }, + { icon: Heart, label: "Friendships Formed", value: "800" }, ]} metricsAnimation="slide-up" /> @@ -107,9 +107,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Maya A.", handle: "@maya_friends", testimonial: "A real friend is one who walks in when the rest of the world walks out." }, - { id: "2", name: "Sam J.", handle: "@sam_adventures", testimonial: "Friendship is born at that moment when one person says to another: What! You too? I thought I was the only one." }, - { id: "3", name: "Leo B.", handle: "@leo_social", testimonial: "Kindness in words creates confidence. Kindness in thinking creates profoundness. Kindness in giving creates love." } + { id: 1, name: "Maya A.", handle: "@maya_friends", testimonial: "A real friend is one who walks in when the rest of the world walks out." }, + { id: 2, name: "Sam J.", handle: "@sam_adventures", testimonial: "Friendship is born at that moment when one person says to another: What! You too? I thought I was the only one." }, + { id: 3, name: "Leo B.", handle: "@leo_social", testimonial: "Kindness in words creates confidence. Kindness in thinking creates profoundness. Kindness in giving creates love." } ]} />