From 314f50ddf138e4841d9cd0653a59942f5b85cf03 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:26:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56f9744..d8450ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,16 +152,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "A Dream Home Realized", quote: "The team completely transformed our dated living room into a modern sanctuary. Their attention to detail and understanding of our vision was exceptional. We couldn't be happier with the results!", name: "Sarah Mitchell", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" + id: "1", title: "A Dream Home Realized", quote: "The team completely transformed our dated living room into a modern sanctuary. Their attention to detail and understanding of our vision was exceptional. We couldn't be happier with the results!", name: "Sarah Mitchell", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { id: "2", title: "Professional Excellence", quote: "Working with this design studio was seamless from start to finish. They managed our commercial space redesign on time and within budget. The result is stunning and functional.", name: "James Anderson", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "James Anderson" }, { - id: "3", title: "Exceeded All Expectations", quote: "I had no idea what I wanted, but this team guided me through the entire process with such professionalism and creativity. My home is now my happy place!", name: "Emily Rodriguez", role: "Interior Design Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + id: "3", title: "Exceeded All Expectations", quote: "I had no idea what I wanted, but this team guided me through the entire process with such professionalism and creativity. My home is now my happy place!", name: "Emily Rodriguez", role: "Interior Design Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { - id: "4", title: "Transformative Service", quote: "From consultation to final installation, every step was handled with care and expertise. The team brought my vision to life better than I imagined possible.", name: "Michael Chen", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + id: "4", title: "Transformative Service", quote: "From consultation to final installation, every step was handled with care and expertise. The team brought my vision to life better than I imagined possible.", name: "Michael Chen", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael Chen" } ]} buttons={[ -- 2.49.1