Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #8.
This commit is contained in:
@@ -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." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user