Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-06-08 18:28:30 +00:00

View File

@@ -48,19 +48,19 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Alexei Ivanov", handle: "@alex_carfan", testimonial: "Sunstek did an amazing job with my tinting! The car looks fantastic, and the thermal protection is noticeable. Shamil truly is a master of his craft.", rating: 5,
id: "1", name: "Alexei Ivanov", handle: "@alex_carfan", quote: "Sunstek did an amazing job with my tinting! The car looks fantastic, and the thermal protection is noticeable. Shamil truly is a master of his craft.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-showing-thumb-up-while-buying-car-salon_7502-9630.jpg", imageAlt: "Alexei Ivanov, happy Sunstek customer"},
{
id: "2", name: "Maria Petrova", handle: "@maria_drives", testimonial: "The detailing service was impeccable. My car feels brand new inside and out. The team is very professional and attentive to every detail.", rating: 5,
id: "2", name: "Maria Petrova", handle: "@maria_drives", quote: "The detailing service was impeccable. My car feels brand new inside and out. The team is very professional and attentive to every detail.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-outside_23-2148958782.jpg", imageAlt: "Maria Petrova, satisfied with detailing"},
{
id: "3", name: "Dmitry Smirnov", handle: "@dmitry_auto", testimonial: "Got PPF installed on my new SUV. The film is perfectly applied, practically invisible. Great quality and friendly service. Highly recommend Sunstek!", rating: 5,
id: "3", name: "Dmitry Smirnov", handle: "@dmitry_auto", quote: "Got PPF installed on my new SUV. The film is perfectly applied, practically invisible. Great quality and friendly service. Highly recommend Sunstek!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/car-salesperson-dealership-signing-contract-with-clients-shaking-hands_482257-124065.jpg", imageAlt: "Dmitry Smirnov, pleased with PPF"},
{
id: "4", name: "Elena Novikova", handle: "@elena_moscow", testimonial: "The nano-ozone disinfection was a game-changer! My car smells fresh and clean, no more lingering odors. Professional and effective service.", rating: 5,
id: "4", name: "Elena Novikova", handle: "@elena_moscow", quote: "The nano-ozone disinfection was a game-changer! My car smells fresh and clean, no more lingering odors. Professional and effective service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-client-car-service-station_1303-26916.jpg", imageAlt: "Elena Novikova, happy with disinfection"},
{
id: "5", name: "Sergei Volkov", handle: "@sergei_wheels", testimonial: "Outstanding ceramic coating. The gloss is incredible, and washing the car is so much easier now. Thank you, Shamil, for your personal touch!", rating: 5,
id: "5", name: "Sergei Volkov", handle: "@sergei_wheels", quote: "Outstanding ceramic coating. The gloss is incredible, and washing the car is so much easier now. Thank you, Shamil, for your personal touch!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-laughing-man_158595-4245.jpg", imageAlt: "Sergei Volkov, showing off ceramic coated car"},
]}
showRating={true}