From 29ad31e3fca06d619bdf48e82bf53ba78711a6ba Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:10:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d83710..6a651e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,13 +142,13 @@ export default function LandingPage() { tag="Client Reviews" testimonials={[ { - id: "1", name: "Michael Rodriguez", role: "Business Owner", testimonial: "Absolutely impressed with the attention to detail. My BMW looks like it just rolled off the dealership lot. The team was professional, punctual, and left zero mess. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Michael Rodriguez"}, + id: "1", name: "Michael Rodriguez", role: "Business Owner", testimonial: "Absolutely impressed with the attention to detail. My BMW looks like it just rolled off the dealership lot. The team was professional, punctual, and left zero mess. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1", imageAlt: "Michael Rodriguez"}, { - id: "2", name: "Sarah Chen", role: "Real Estate Agent", testimonial: "Royal Detailing transformed my vehicle's appearance. The ceramic coating has held up beautifully over the past year. Amazing service and fantastic results. They even beat my quoted timeline!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"}, + id: "2", name: "Sarah Chen", role: "Real Estate Agent", testimonial: "Royal Detailing transformed my vehicle's appearance. The ceramic coating has held up beautifully over the past year. Amazing service and fantastic results. They even beat my quoted timeline!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen"}, { - id: "3", name: "James Patterson", role: "Fleet Manager", testimonial: "We contract Royal for our company vehicles. Consistent quality, reliable scheduling, and professional service every single time. They've earned our loyalty and we recommend them to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "James Patterson"}, + id: "3", name: "James Patterson", role: "Fleet Manager", testimonial: "We contract Royal for our company vehicles. Consistent quality, reliable scheduling, and professional service every single time. They've earned our loyalty and we recommend them to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2", imageAlt: "James Patterson"}, { - id: "4", name: "Jessica Martinez", role: "Luxury Car Owner", testimonial: "I entrust my high-end vehicles to Royal exclusively. They understand the nuances of premium paint care. The results speak for themselves. Exceptional value and unmatched expertise.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez"}, + id: "4", name: "Jessica Martinez", role: "Luxury Car Owner", testimonial: "I entrust my high-end vehicles to Royal exclusively. They understand the nuances of premium paint care. The results speak for themselves. Exceptional value and unmatched expertise.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jessica Martinez"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1