From f5b895f71fc3a1922ba8dbd7a10d23150c6555ff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:41:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da12bfc..03c9b3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,19 +60,19 @@ export default function LandingPage() { testimonials={[ { name: "Margaret Chen", handle: "CEO, Luxury Homes NYC", testimonial: "Their attention to detail and seamless execution transformed our penthouse. Every element reflects perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "David Richardson", handle: "Principal Architect, Richardson & Associates", testimonial: "Working with their team on our high-end projects has been exceptional. They understand craftsmanship at the highest level.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { name: "Sarah Mitchell", handle: "Commercial Property Manager", testimonial: "Their reliability and attention to timeline delivery on retail spaces is unmatched. We trust them completely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" }, { name: "James Peterson", handle: "Owner, Peterson Estates", testimonial: "The quality of their stone work and flooring expertise sets them apart. Worth every investment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4" } ]} testimonialRotationInterval={5000} @@ -174,23 +174,23 @@ export default function LandingPage() { { id: "founders", groupTitle: "Founders & Partners", members: [ { - id: "1", title: "Marcus Whitfield", subtitle: "Founder & Chief Craftsman", detail: "marcus@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg" + id: "1", title: "Marcus Whitfield", subtitle: "Founder & Chief Craftsman", detail: "marcus@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=1" }, { - id: "2", title: "Elena Rossi", subtitle: "Co-Founder & Design Director", detail: "elena@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-plans-helmet_1149-1127.jpg" + id: "2", title: "Elena Rossi", subtitle: "Co-Founder & Design Director", detail: "elena@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-plans-helmet_1149-1127.jpg?_wi=1" } ] }, { id: "specialists", groupTitle: "Master Specialists", members: [ { - id: "3", title: "James Chen", subtitle: "Stone & Masonry Master", detail: "james@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg" + id: "3", title: "James Chen", subtitle: "Stone & Masonry Master", detail: "james@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=2" }, { - id: "4", title: "Victoria Martinez", subtitle: "Flooring & Surface Expert", detail: "victoria@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-plans-helmet_1149-1127.jpg" + id: "4", title: "Victoria Martinez", subtitle: "Flooring & Surface Expert", detail: "victoria@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-plans-helmet_1149-1127.jpg?_wi=2" }, { - id: "5", title: "Robert Sullivan", subtitle: "Project Manager & Coordinator", detail: "robert@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg" + id: "5", title: "Robert Sullivan", subtitle: "Project Manager & Coordinator", detail: "robert@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=3" } ] } -- 2.49.1