diff --git a/components/shared/Testimonials.tsx b/components/shared/Testimonials.tsx index 3e86d1c..2163d20 100644 --- a/components/shared/Testimonials.tsx +++ b/components/shared/Testimonials.tsx @@ -14,6 +14,12 @@ const testimonials = [ role: "Full-stack engineer", avatar: "acrosett", testimonial: "My pleasure, SVR.js is an awesome project! 🔥🚀" + }, + { + name: "Julia", + 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 :)" } ]; diff --git a/public/testimonials/julia.webp b/public/testimonials/julia.webp new file mode 100644 index 0000000..44b3251 Binary files /dev/null and b/public/testimonials/julia.webp differ