import React from "react"; import TestimonialCard from "../cards/testimonialCard"; const testimonials = [ { name: "iCodeForBeer", role: "Builds Millionaire Startup", avatar: "icodeforbeer", testimonial: "As a product enthusiast, I must say SVR.JS is impressive! The versatility across platforms like Android, FreeBSD, and Windows is remarkable. The various installation options, including the streamlined installer and Docker support, make it incredibly accessible. The detailed documentation and built-in tools for log management and user management are great touches. Overall, it's a robust and flexible solution for web server needs!" }, { name: "Antoine C.", role: "Full-stack engineer", avatar: "acrosett", testimonial: "My pleasure, SVR.js is an awesome project! 🔥🚀" } ]; const Testimonials = () => { return (
Testimonials

Hear it from{" "} our users

); }; export default Testimonials;