"use client"; import { Swiper, SwiperSlide } from "swiper/react"; import { Autoplay } from "swiper/modules"; import Image from "next/image"; import "swiper/css"; import DotAnimatsiya from "@/components/dot/DotAnimatsiya"; const testimonials = [ { id: 1, quote: "I've witnessed Fireforce in action multiple times, and they never cease to amaze me with their dedication and professionalism. They are the backbone of our safety and security. Thank you, Fireforce!", name: "JOHN SMITH", role: "Manager", avatar: "/images/home/avatar.jpg", rating: 5, }, { id: 2, quote: "The team's response time and expertise saved our property from a devastating fire. Their bravery and commitment to protecting our community is truly remarkable. Highly recommend their services!", name: "SARAH JOHNSON", role: "Business Owner", avatar: "/images/home/avatar.jpg", rating: 5, }, { id: 3, quote: "Working alongside Fireforce has been an honor. Their training programs and emergency protocols are second to none. They set the standard for fire safety excellence in our region.", name: "MICHAEL DAVIS", role: "Safety Director", avatar: "/images/home/avatar.jpg", rating: 5, }, ]; function StarRating({ rating }: { rating: number }) { return (
"{testimonial.quote}"
{/* Author Info */}{testimonial.role}