import { Container } from "./Container"; const testimonials = [ [ { content: "This application has revolutionized the way we handle deployments. The integration of Docker and Traefik through such a user-friendly interface has saved us countless hours.", author: { name: "Emily R.", role: "Full Stack Developer", image: "/avatars/avatar-1.png", }, }, { content: "As a fast-paced startup, efficiency and reliability are paramount. This software delivered on both, allowing us to focus more on development and less on operations.", author: { name: "Mark T.", role: "CTO, Tech Innovations Inc.", image: "/avatars/avatar-2.png", }, }, ], [ { content: "The comprehensive monitoring and robust backup solutions have given us the peace of mind we need to operate at our best 24/7. Highly recommended!", author: { name: "Sarah L.", role: "IT Director, Creative Solutions Agency", image: "/avatars/avatar-3.png", }, }, { content: "Upgrading to this platform was a game-changer for our agency. The user permission controls and real-time updates have greatly enhanced our team's efficiency.", author: { name: "James P.", role: "Lead Developer, Dynamic Web Solutions", image: "/avatars/avatar-4.png", }, }, ], [ { content: "Fantastic tool! The direct container access and dynamic Traefik configuration features have made it so easy to manage our services. It's like having a DevOps team in a box!", author: { name: "Ana D.", role: "Full Stack Developer, Independent Contractor", image: "/avatars/avatar-7.png", }, }, { content: "his tool has been indispensable for managing my client projects. It has streamlined my workflow and dramatically increased my productivity, allowing me to take on more clients without sacrificing quality.", author: { name: "Carlos M.", role: "Freelance Full Stack Developer", image: "/avatars/avatar-6.png", }, }, ], ]; function QuoteIcon(props: React.ComponentPropsWithoutRef<"svg">) { return ( ); } export function Testimonials() { return (

What Our Users Say

Don’t just take our word for it—see what our users across the globe are saying about how our platform has transformed their development workflows and boosted their productivity.

); }