You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/app/landing/components/TestimonialsSection.tsx
+53-27Lines changed: 53 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -5,34 +5,52 @@ import { motion } from "framer-motion";
5
5
6
6
consttestimonials=[
7
7
{
8
-
name: "Paymesh User",
9
-
handle: "@paymesh_defi",
10
-
text: "Somewhere out there, someone’s working hard for a dream—and this community is quietly helping them get there.",
8
+
tag: "Group Payments",
9
+
quote:
10
+
"We use Paymesh to pay our staff and saves us a lot of time and stress. ",
11
+
name: "Victor A.",
12
+
role: "co-founder of runescard",
13
+
company: "Kaduna, Nigeria",
11
14
},
12
15
{
13
-
name: "Paymesh User",
14
-
handle: "@paymesh_defi",
15
-
text: "The AgentNation Discord isn’t huge but is growing, little by little, through people who believe in possibilities. 🌍",
16
+
tag: "Group Savings",
17
+
quote:
18
+
"My friend group started a travel fund on PayMesh. We've been contributing weekly and watching our vacation fund grow. The transparency keeps everyone accountable.",
19
+
name: "Savage K.",
20
+
role: "Marketing Lead",
21
+
company: "Nigeria",
16
22
},
17
23
{
18
-
name: "Paymesh User",
19
-
handle: "@paymesh_defi",
20
-
text: "Every contribution tells a story of support, of connection, of what’s possible when we build together.",
24
+
tag: "Team Expenses",
25
+
quote:
26
+
"Managing team lunch money used to be a headache. Now we just have a PayMesh group wallet. Everyone contributes, I order, done. It's that simple.",
27
+
name: "Ebube O.",
28
+
role: "Founder of Fortichain",
29
+
company: "Nigeria",
21
30
},
22
31
{
23
-
name: "Paymesh User",
24
-
handle: "@paymesh_defi",
25
-
text: "Somewhere out there, someone’s working hard for a dream—and this community is quietly helping them get there.",
32
+
tag: "Event Planning",
33
+
quote:
34
+
"Used Paymesh to pay some beta testers who helped us test the app. It was seamless and efficient.",
35
+
name: "Onuora One.",
36
+
role: "CEO of InheritX",
37
+
company: "Ghana",
26
38
},
27
39
{
28
-
name: "Paymesh User",
29
-
handle: "@paymesh_defi",
30
-
text: "The AgentNation Discord isn’t huge but is growing, little by little, through people who believe in possibilities. 🌍",
40
+
tag: "Fundraising",
41
+
quote:
42
+
"We raised funds for the Buidl End of year party using Paymesh. It was super easy and we hit our target in less than 72 hours.",
43
+
name: "Mr Dave.",
44
+
role: "Founder of the Buidl",
45
+
company: "Nigeria",
31
46
},
32
47
{
33
-
name: "Paymesh User",
34
-
handle: "@paymesh_defi",
35
-
text: "Every contribution tells a story of support, of connection, of what’s possible when we build together.",
48
+
tag: "Crowdfunding",
49
+
quote:
50
+
"Did some transactions with Paymesh and i have to give them their flowers.",
51
+
name: "Blessing M.",
52
+
role: "Beta Tester",
53
+
company: "Switzerland",
36
54
},
37
55
];
38
56
@@ -88,19 +106,27 @@ export default function TestimonialsSection() {
0 commit comments