diff --git a/src/app/page.tsx b/src/app/page.tsx index b6308fb..970aeab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,7 +155,7 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Michael Rodriguez", role: "Business Owner", testimonial: "Complete Autowerks fixed my truck faster than expected and at a fair price. Their honesty about what repairs were needed is rare. I trust them with all my vehicles now.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-choosing-car-car-salon_1303-32012.jpg", imageAlt: "Michael Rodriguez", icon: Star + id: "1", name: "Michael Rodriguez", role: "Business Owner", testimonial: "Complete Autowerks fixed my truck faster than expected and at a fair price. Their honesty about what repairs were needed is rare. I trust them with all my vehicles now.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-choosing-car-car-salon_1303-32012.jpg?_wi=1", imageAlt: "Michael Rodriguez", icon: Star }, { id: "2", name: "Sarah Mitchell", role: "Local Resident", testimonial: "I was nervous about getting my car repaired, but the team at Complete Autowerks explained everything clearly and answered all my questions. Excellent service and very professional.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6863.jpg", imageAlt: "Sarah Mitchell", icon: Star @@ -164,7 +164,7 @@ export default function LandingPage() { id: "3", name: "John Peterson", role: "Fleet Manager", testimonial: "We've been bringing our entire fleet to Complete Autowerks for over 5 years. They're reliable, knowledgeable, and always get our vehicles back in top condition.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "John Peterson", icon: Star }, { - id: "4", name: "Lisa Chen", role: "Teacher", testimonial: "The fastest oil change I've ever had, and they did a complimentary inspection without pressuring me to buy anything. That's integrity. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/business-man-choosing-car-car-salon_1303-32012.jpg", imageAlt: "Lisa Chen", icon: Star + id: "4", name: "Lisa Chen", role: "Teacher", testimonial: "The fastest oil change I've ever had, and they did a complimentary inspection without pressuring me to buy anything. That's integrity. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/business-man-choosing-car-car-salon_1303-32012.jpg?_wi=2", imageAlt: "Lisa Chen", icon: Star } ]} animationType="slide-up"