diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index f1145d4..3e56458 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -79,19 +79,19 @@ export default function LandingPage() { description="Discover additional feedback from our valued customers who experienced the Sunstek difference." testimonials={[ { - id: "6", name: "Ivan Kuznetsov", role: "Business Owner", company: "Kuznetsov Logistics", quote: "The team at Sunstek truly understands automotive care. Their ceramic coating service brought my executive car's paint to life and made maintenance effortless. Highly recommended for professionals.", rating: 5, + id: "6", name: "Ivan Kuznetsov", role: "Business Owner", company: "Kuznetsov Logistics", testimonial: "The team at Sunstek truly understands automotive care. Their ceramic coating service brought my executive car's paint to life and made maintenance effortless. Highly recommended for professionals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom_1303-13625.jpg", imageAlt: "Ivan Kuznetsov, Business Owner"}, { - id: "7", name: "Olga Sidorova", role: "Architect", company: "Sidorova Designs", quote: "I appreciate the meticulous attention to detail during the interior disinfection. My car now smells fresh and feels healthier, which is crucial for my daily commute.", rating: 5, + id: "7", name: "Olga Sidorova", role: "Architect", company: "Sidorova Designs", testimonial: "I appreciate the meticulous attention to detail during the interior disinfection. My car now smells fresh and feels healthier, which is crucial for my daily commute.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-standing-auto-salon-smiling-camera_7502-9589.jpg", imageAlt: "Olga Sidorova, Architect"}, { - id: "8", name: "Pavel Morozov", role: "IT Specialist", company: "Tech Solutions", quote: "The PPF installation on my sports car was flawless. It gives me peace of mind against road debris, and the finish is incredibly smooth. Sunstek's craftsmanship is top-notch.", rating: 5, + id: "8", name: "Pavel Morozov", role: "IT Specialist", company: "Tech Solutions", testimonial: "The PPF installation on my sports car was flawless. It gives me peace of mind against road debris, and the finish is incredibly smooth. Sunstek's craftsmanship is top-notch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-car_1303-14215.jpg", imageAlt: "Pavel Morozov, IT Specialist"}, { - id: "9", name: "Anna Lebedeva", role: "Marketing Manager", company: "Global Connect", quote: "From tinting to exterior detailing, Sunstek consistently delivers premium results. Their prompt service and friendly staff make every visit a pleasure. My car always looks showroom-ready.", rating: 5, + id: "9", name: "Anna Lebedeva", role: "Marketing Manager", company: "Global Connect", testimonial: "From tinting to exterior detailing, Sunstek consistently delivers premium results. Their prompt service and friendly staff make every visit a pleasure. My car always looks showroom-ready.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-sitting-car_1303-28468.jpg", imageAlt: "Anna Lebedeva, Marketing Manager"}, { - id: "10", name: "Maxim Novikov", role: "Entrepreneur", company: "Innovate Ventures", quote: "Sunstek exceeded my expectations with their comprehensive detailing package. The interior deep clean was superb, and the exterior polish was brilliant. A truly professional service.", rating: 5, + id: "10", name: "Maxim Novikov", role: "Entrepreneur", company: "Innovate Ventures", testimonial: "Sunstek exceeded my expectations with their comprehensive detailing package. The interior deep clean was superb, and the exterior polish was brilliant. A truly professional service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car-car-showrrom_1303-15164.jpg", imageAlt: "Maxim Novikov, Entrepreneur"}, ]} />