From b3bf0121310183a80c01efec338aa51912a41c74 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:53:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50e2bdf..e6f88ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,16 +111,16 @@ export default function LandingPage() { animationType="slide-up" team={[ { - id: "1", name: "John Mitchell", role: "Lead Roofing Contractor", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "John Mitchell" + id: "1", name: "John Mitchell", role: "Lead Roofing Contractor", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "John Mitchell" }, { - id: "2", name: "Sarah Coleman", role: "Quality Assurance Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", imageAlt: "Sarah Coleman" + id: "2", name: "Sarah Coleman", role: "Quality Assurance Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg?_wi=1", imageAlt: "Sarah Coleman" }, { - id: "3", name: "David Torres", role: "Senior Roof Technician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "David Torres" + id: "3", name: "David Torres", role: "Senior Roof Technician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=1", imageAlt: "David Torres" }, { - id: "4", name: "Michael Rogers", role: "Customer Relations Specialist", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "Michael Rogers" + id: "4", name: "Michael Rogers", role: "Customer Relations Specialist", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=1", imageAlt: "Michael Rogers" }, ]} /> @@ -159,19 +159,19 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Professional and Reliable", quote: "John and his team completed our roof replacement ahead of schedule. The quality of work was exceptional and they kept the property clean throughout. Highly recommend!", name: "Robert Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Robert Johnson" + id: "1", title: "Professional and Reliable", quote: "John and his team completed our roof replacement ahead of schedule. The quality of work was exceptional and they kept the property clean throughout. Highly recommend!", name: "Robert Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Robert Johnson" }, { - id: "2", title: "Best Investment for Our Home", quote: "We were worried about finding a trustworthy roofer. Their crew was punctual, professional, and explained everything clearly. Our new roof looks amazing!", name: "Jennifer Martinez", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", imageAlt: "Jennifer Martinez" + id: "2", title: "Best Investment for Our Home", quote: "We were worried about finding a trustworthy roofer. Their crew was punctual, professional, and explained everything clearly. Our new roof looks amazing!", name: "Jennifer Martinez", role: "Property Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg?_wi=2", imageAlt: "Jennifer Martinez" }, { - id: "3", title: "Fast and Efficient Service", quote: "Had an emergency roof leak and they came out same day. Fixed the problem quickly and professionally. Their attention to detail is outstanding.", name: "William Davis", role: "Commercial Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "William Davis" + id: "3", title: "Fast and Efficient Service", quote: "Had an emergency roof leak and they came out same day. Fixed the problem quickly and professionally. Their attention to detail is outstanding.", name: "William Davis", role: "Commercial Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=2", imageAlt: "William Davis" }, { id: "4", title: "Excellent Communication", quote: "From the initial inspection to final walkthrough, they kept us informed every step of the way. Fair pricing and exceptional craftsmanship!", name: "Patricia Anderson", role: "Residential Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", imageAlt: "Patricia Anderson" }, { - id: "5", title: "Worth Every Dollar", quote: "The warranty on their work gives me peace of mind. I've recommended them to all my friends and family. Best roofing company in the area!", name: "Christopher Lee", role: "Repeat Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "Christopher Lee" + id: "5", title: "Worth Every Dollar", quote: "The warranty on their work gives me peace of mind. I've recommended them to all my friends and family. Best roofing company in the area!", name: "Christopher Lee", role: "Repeat Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=2", imageAlt: "Christopher Lee" }, { id: "6", title: "Professional Team, Perfect Results", quote: "They inspected our roof, provided a detailed report, and gave us honest recommendations. The workmanship on our new roof is impeccable.", name: "Susan Williams", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Susan Williams" -- 2.49.1