diff --git a/src/app/page.tsx b/src/app/page.tsx index a3cf553..560a9a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,16 +136,16 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", name: "John Martinez", role: "Homeowner", testimonial: "Experienced professionals, very nice and fast work, beautiful finished. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Martinez" + id: "1", name: "John Martinez", role: "Homeowner", testimonial: "Experienced professionals, very nice and fast work, beautiful finished. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Martinez" }, { - id: "2", name: "Sarah Thompson", role: "Business Owner", testimonial: "Very good prices, nice workers, expert technicians. They understood our commercial needs perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Thompson" + id: "2", name: "Sarah Thompson", role: "Business Owner", testimonial: "Very good prices, nice workers, expert technicians. They understood our commercial needs perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Thompson" }, { - id: "3", name: "Michael Rodriguez", role: "Property Manager", testimonial: "Amazing company. Ayad provides 5 star service all around. Professional, punctual, and thorough.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez" + id: "3", name: "Michael Rodriguez", role: "Property Manager", testimonial: "Amazing company. Ayad provides 5 star service all around. Professional, punctual, and thorough.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Rodriguez" }, { - id: "4", name: "Emily Chen", role: "Homeowner", testimonial: "Best electricians in Dearborn! They fixed our panel upgrade on time and within budget. Fantastic service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Chen" + id: "4", name: "Emily Chen", role: "Homeowner", testimonial: "Best electricians in Dearborn! They fixed our panel upgrade on time and within budget. Fantastic service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Emily Chen" } ]} animationType="slide-up"