Update src/app/page.tsx

This commit is contained in:
2026-03-19 20:55:35 +00:00
parent 11f8c25297
commit 33b8cc9d9d

View File

@@ -52,15 +52,15 @@ export default function LandingPage() {
testimonials={[
{
name: "James Mitchell", handle: "@satisfied_customer", testimonial: "Exceptional service! My car runs better than ever. Highly recommend TS1 AutoWorks.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-car-salesman_23-2148130243.jpg", imageAlt: "James Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-car-salesman_23-2148130243.jpg?_wi=1", imageAlt: "James Mitchell"
},
{
name: "Sarah Johnson", handle: "@car_enthusiast", testimonial: "Professional, reliable, and honest. They fixed my issue quickly and explained everything.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg?_wi=1", imageAlt: "Sarah Johnson"
},
{
name: "Michael Chen", handle: "@vehicle_owner", testimonial: "Best mechanics in town. Fair pricing and excellent craftsmanship. Worth every penny!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-face-discomfort_1187-1592.jpg", imageAlt: "Michael Chen"
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-face-discomfort_1187-1592.jpg?_wi=1", imageAlt: "Michael Chen"
}
]}
testimonialRotationInterval={5000}
@@ -152,22 +152,22 @@ export default function LandingPage() {
animationType="blur-reveal"
testimonials={[
{
id: "1", name: "James Mitchell", role: "Business Owner", testimonial: "Exceptional service! My car runs better than ever. The team at TS1 AutoWorks is professional and knowledgeable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-car-salesman_23-2148130243.jpg", imageAlt: "James Mitchell", icon: Star
id: "1", name: "James Mitchell", role: "Business Owner", testimonial: "Exceptional service! My car runs better than ever. The team at TS1 AutoWorks is professional and knowledgeable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-car-salesman_23-2148130243.jpg?_wi=2", imageAlt: "James Mitchell", icon: Star
},
{
id: "2", name: "Sarah Johnson", role: "Software Engineer", testimonial: "Professional, reliable, and honest. They fixed my issue quickly and explained everything clearly. Best mechanics in town!", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg", imageAlt: "Sarah Johnson", icon: Star
id: "2", name: "Sarah Johnson", role: "Software Engineer", testimonial: "Professional, reliable, and honest. They fixed my issue quickly and explained everything clearly. Best mechanics in town!", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg?_wi=2", imageAlt: "Sarah Johnson", icon: Star
},
{
id: "3", name: "Michael Chen", role: "Marketing Director", testimonial: "Fair pricing and excellent craftsmanship. Every time I visit, they treat my vehicle like it's their own. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-face-discomfort_1187-1592.jpg", imageAlt: "Michael Chen", icon: Star
id: "3", name: "Michael Chen", role: "Marketing Director", testimonial: "Fair pricing and excellent craftsmanship. Every time I visit, they treat my vehicle like it's their own. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-face-discomfort_1187-1592.jpg?_wi=2", imageAlt: "Michael Chen", icon: Star
},
{
id: "4", name: "Emily Rodriguez", role: "HR Manager", testimonial: "Amazing attention to detail. They caught issues I didn't even know existed. Trustworthy and transparent throughout the entire process.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg", imageAlt: "Emily Rodriguez", icon: Star
},
{
id: "5", name: "David Park", role: "Entrepreneur", testimonial: "Quick turnaround time without compromising quality. Their diagnostic service saved me hundreds in unnecessary repairs elsewhere.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-car-salesman_23-2148130243.jpg", imageAlt: "David Park", icon: Star
id: "5", name: "David Park", role: "Entrepreneur", testimonial: "Quick turnaround time without compromising quality. Their diagnostic service saved me hundreds in unnecessary repairs elsewhere.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-car-salesman_23-2148130243.jpg?_wi=3", imageAlt: "David Park", icon: Star
},
{
id: "6", name: "Lisa Anderson", role: "Teacher", testimonial: "Friendly staff, clean facility, and honest work. I feel confident leaving my car in their hands. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg", imageAlt: "Lisa Anderson", icon: Star
id: "6", name: "Lisa Anderson", role: "Teacher", testimonial: "Friendly staff, clean facility, and honest work. I feel confident leaving my car in their hands. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-woman-thumbs-up-give-approval-drink-coffee_176420-16240.jpg?_wi=3", imageAlt: "Lisa Anderson", icon: Star
}
]}
/>