From 610ba6fcb796f10768834a935e14470d321132b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:15: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 75a5c1f..c0c0783 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,10 +133,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "John Martinez", handle: "Homeowner", testimonial: "Oro Electrical completely rewired our 30-year-old home. Professional, punctual, and fair pricing. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", imageAlt: "John Martinez" + id: "1", name: "John Martinez", handle: "Homeowner", testimonial: "Oro Electrical completely rewired our 30-year-old home. Professional, punctual, and fair pricing. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg?_wi=1", imageAlt: "John Martinez" }, { - id: "2", name: "Sarah Thompson", handle: "Business Owner", testimonial: "Fast emergency response when our office lost power. They diagnosed and fixed the issue in under an hour. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg", imageAlt: "Sarah Thompson" + id: "2", name: "Sarah Thompson", handle: "Business Owner", testimonial: "Fast emergency response when our office lost power. They diagnosed and fixed the issue in under an hour. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg?_wi=1", imageAlt: "Sarah Thompson" }, { id: "3", name: "Michael Chen", handle: "Contractor", testimonial: "We've partnered with Oro Electrical on multiple projects. Their expertise and reliability are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Michael Chen" @@ -145,10 +145,10 @@ export default function LandingPage() { id: "4", name: "Emily Rodriguez", handle: "Homeowner", testimonial: "Best electricians I've worked with. They explained everything clearly and finished ahead of schedule. Will definitely call again!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280722.jpg", imageAlt: "Emily Rodriguez" }, { - id: "5", name: "David Kim", handle: "Property Manager", testimonial: "Reliable, professional, and cost-effective. Oro Electrical handles all our property maintenance needs seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", imageAlt: "David Kim" + id: "5", name: "David Kim", handle: "Property Manager", testimonial: "Reliable, professional, and cost-effective. Oro Electrical handles all our property maintenance needs seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg?_wi=2", imageAlt: "David Kim" }, { - id: "6", name: "Lisa Anderson", handle: "Homeowner", testimonial: "Had them upgrade our electrical panel. Great communication throughout the project. Very satisfied with the results!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg", imageAlt: "Lisa Anderson" + id: "6", name: "Lisa Anderson", handle: "Homeowner", testimonial: "Had them upgrade our electrical panel. Great communication throughout the project. Very satisfied with the results!", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg?_wi=2", imageAlt: "Lisa Anderson" } ]} speed={40} -- 2.49.1