From 32ce0a46214c50d5d4ab45df0d6ba8e30813d9f4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:47:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 536cb5e..97a486c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Bathroom Transformation", quote: "The team completely transformed our bathroom! The grout looks brand new and the tiles are sparkling. Best decision we made for our home renovation.", name: "Sarah Martinez", role: "Homeowner, Miami", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Martinez" + id: "1", title: "Bathroom Transformation", quote: "The team completely transformed our bathroom! The grout looks brand new and the tiles are sparkling. Best decision we made for our home renovation.", name: "Sarah Martinez", role: "Homeowner, Miami", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Martinez" }, { id: "2", title: "Commercial Excellence", quote: "United Tile has been maintaining our restaurant kitchen for 3 years. They're reliable, professional, and their work quality is unmatched. Highly recommended!", name: "James Chen", role: "Restaurant Owner, Miami Beach", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Chen" @@ -145,7 +145,7 @@ export default function LandingPage() { id: "3", title: "Fast & Thorough", quote: "I was impressed by how quickly they completed the job without compromising quality. The attention to detail is exceptional. Worth every penny!", name: "Linda Thompson", role: "Condo Owner, Coral Gables", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Linda Thompson" }, { - id: "4", title: "Professional Service", quote: "From the initial quote to final cleanup, everything was professional and courteous. Our bathroom never looked better. I've already recommended them to friends.", name: "Robert Jackson", role: "Property Manager, Downtown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Jackson" + id: "4", title: "Professional Service", quote: "From the initial quote to final cleanup, everything was professional and courteous. Our bathroom never looked better. I've already recommended them to friends.", name: "Robert Jackson", role: "Property Manager, Downtown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Jackson" } ]} /> -- 2.49.1