Skip to content

Commit 6e790a9

Browse files
feat: reorg testimonials
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent a39dc21 commit 6e790a9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/components/Testimonials/index.tsx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import styles from "./styles.module.scss";
66
export default function Testimonials(): JSX.Element {
77
const testimonials: TestimonialProps[] = [
88
{
9-
name: "Krzysztof Woś",
10-
twitter: "krzysztofwos",
11-
img: "https://pbs.twimg.com/profile_images/1905138464590594048/Y5MsHA2V_400x400.jpg",
12-
text: "Juno is the best Web3 app out there."
9+
name: "Jay F. Grissom",
10+
twitter: "jfgrissom",
11+
img: "https://pbs.twimg.com/profile_images/1602168015482519553/UFJ5_rcZ_400x400.jpg",
12+
text: "This is the next iteration of the internet I signed up for.🔥"
1313
},
1414
{
1515
name: "daisuke",
@@ -18,23 +18,23 @@ export default function Testimonials(): JSX.Element {
1818
text: "Yes so easy build MVP with Juno 😍"
1919
},
2020
{
21-
name: "Jacob Crabtree",
22-
twitter: "crabtr26",
23-
img: "https://pbs.twimg.com/profile_images/1854279105920823304/-0-W42jG_400x400.jpg",
24-
text: "Juno is my favorite hosting service, Web3 or otherwise."
25-
},
26-
{
27-
name: "Jay F. Grissom",
28-
twitter: "jfgrissom",
29-
img: "https://pbs.twimg.com/profile_images/1602168015482519553/UFJ5_rcZ_400x400.jpg",
30-
text: "This is the next iteration of the internet I signed up for.🔥"
21+
name: "Krzysztof Woś",
22+
twitter: "krzysztofwos",
23+
img: "https://pbs.twimg.com/profile_images/1905138464590594048/Y5MsHA2V_400x400.jpg",
24+
text: "Juno is the best Web3 app out there."
3125
},
3226
{
3327
name: "DeeAye.bio",
3428
twitter: "DeeAyee3",
3529
img: "https://pbs.twimg.com/profile_images/1970688408386445317/DmUvbYXx_400x400.jpg",
3630
text: "CI integration with that CLI is pure chef’s kiss mate."
3731
},
32+
{
33+
name: "Jacob Crabtree",
34+
twitter: "crabtr26",
35+
img: "https://pbs.twimg.com/profile_images/1854279105920823304/-0-W42jG_400x400.jpg",
36+
text: "Juno is my favorite hosting service, Web3 or otherwise."
37+
},
3838
{
3939
name: "Sam-the-tutor™",
4040
twitter: "samthetutor2",

0 commit comments

Comments
 (0)