From 88ae7e2c1498e9bb3539e31697fc27e2c73cef7b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:57:09 +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 68c44c9..1597790 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,17 +60,17 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15922.jpg", imageAlt: "Vista Roofing Project 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15922.jpg?_wi=1", imageAlt: "Vista Roofing Project 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15922.jpg", imageAlt: "Vista Roofing Project 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15922.jpg?_wi=2", imageAlt: "Vista Roofing Project 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15922.jpg", imageAlt: "Vista Roofing Project 3"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15922.jpg?_wi=3", imageAlt: "Vista Roofing Project 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15922.jpg", imageAlt: "Vista Roofing Project 4"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15922.jpg?_wi=4", imageAlt: "Vista Roofing Project 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15922.jpg", imageAlt: "Vista Roofing Project 5"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15922.jpg?_wi=5", imageAlt: "Vista Roofing Project 5"}, { - imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15922.jpg", imageAlt: "Vista Roofing Project 6"}, + imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15922.jpg?_wi=6", imageAlt: "Vista Roofing Project 6"}, ]} mediaAnimation="blur-reveal" /> @@ -132,7 +132,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Mark Ramkishun", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-european-guy-living-alone-spending-all-day-home-while-social-distancing-being-optimistic-carefree-looking-camera-with-smile_343059-2035.jpg"}, + id: "1", name: "Mark Ramkishun", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-european-guy-living-alone-spending-all-day-home-while-social-distancing-being-optimistic-carefree-looking-camera-with-smile_343059-2035.jpg?_wi=1"}, { id: "2", name: "Patrick Kwan", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-handsome-man_23-2148238926.jpg"}, { @@ -140,7 +140,7 @@ export default function LandingPage() { { id: "4", name: "Kerry Wei", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg"}, { - id: "5", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-european-guy-living-alone-spending-all-day-home-while-social-distancing-being-optimistic-carefree-looking-camera-with-smile_343059-2035.jpg"}, + id: "5", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-european-guy-living-alone-spending-all-day-home-while-social-distancing-being-optimistic-carefree-looking-camera-with-smile_343059-2035.jpg?_wi=2"}, ]} cardTitle="What Our Customers Say" cardTag="5.0 ⭐ Rated on Google" -- 2.49.1