From 1df0d83e19b1b8c97bf90278920d7084a6d819b1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:49:10 +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 dddfc3f..fcb8b34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,16 +137,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" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1