diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f15ff7..931f426 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." } ]} />