feat: add Bart's testimonial
All checks were successful
Deploy Next.js application / deploy (push) Successful in 8m0s

This commit is contained in:
Dorian Niemiec 2024-10-20 19:59:58 +02:00
parent 24511542dd
commit 3b8c308f63
2 changed files with 6 additions and 0 deletions

View file

@ -20,6 +20,12 @@ const testimonials = [
avatar: "julia",
testimonial:
"You can tell just by looking at the website how much work and passion was put into this project! I loved the detailed manual, it's very well-organized and easy to follow. The server is truly a playground with the amount of features it has and the possibilities it provides! I also appreciate just how easily you can get in touch with the creator, you can tell he is passionate and dedicated to helping users get the most out of his project. I can't wait to see how it develops further :)"
},
{
name: "Bart",
role: "Software Engineer",
avatar: "bart",
testimonial: "Recommended!"
}
];

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB