From c4deaf7b494f59bcff8e97f38b6c14d18a5edbc2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 16:10:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c5daca..ce8260f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@mariag", testimonial: "Excellent workmanship. My new privacy fence is exactly what I wanted for my Miami backyard.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/gas-valve-with-fence-foreground_1182-762.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gas-valve-with-fence-foreground_1182-762.jpg?_wi=1", imageAlt: "residential fence installation Miami", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@jsmith", testimonial: "Professional, punctual, and high quality. The best fence company in the area.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/process-fence-renovation-bright-sunny-day-by-man-protective-gloves_613910-17102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/process-fence-renovation-bright-sunny-day-by-man-protective-gloves_613910-17102.jpg?_wi=1", imageAlt: "residential fence installation Miami", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@elena_r", testimonial: "The crew was fast, respectful, and the quality of the aluminum fence is top-notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plasterer-renovating-indoor-walls_1150-9959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plasterer-renovating-indoor-walls_1150-9959.jpg?_wi=1", imageAlt: "residential fence installation Miami", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@mark_t", testimonial: "Very happy with the wood fence installation. It completely changed the look of my yard.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bars_23-2148098630.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bars_23-2148098630.jpg?_wi=1", imageAlt: "residential fence installation Miami", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@sjenkins", testimonial: "Seamless process from quote to completion. Highly recommended for Miami homeowners.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756573.jpg?_wi=1", imageAlt: "residential fence installation Miami", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/gas-valve-with-fence-foreground_1182-762.jpg" + imageSrc="http://img.b2bpic.net/free-photo/gas-valve-with-fence-foreground_1182-762.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-man-stairs_181624-41082.jpg", @@ -134,7 +134,7 @@ export default function LandingPage() { description="With over 15 years serving the Miami community, our family-owned business prides itself on delivering high-quality, durable fencing that withstands Florida's weather." subdescription="We specialize in custom design, expert installation, and comprehensive maintenance." icon={ShieldCheck} - imageSrc="http://img.b2bpic.net/free-photo/process-fence-renovation-bright-sunny-day-by-man-protective-gloves_613910-17102.jpg" + imageSrc="http://img.b2bpic.net/free-photo/process-fence-renovation-bright-sunny-day-by-man-protective-gloves_613910-17102.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -161,7 +161,7 @@ export default function LandingPage() { content: "Need something unique? We tailor every project to your specific architectural style and security needs.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/plasterer-renovating-indoor-walls_1150-9959.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plasterer-renovating-indoor-walls_1150-9959.jpg?_wi=2" mediaAnimation="opacity" /> @@ -177,13 +177,13 @@ export default function LandingPage() { id: "p1", name: "Aluminum Privacy", price: "Contact for quote", - imageSrc: "http://img.b2bpic.net/free-photo/bars_23-2148098630.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bars_23-2148098630.jpg?_wi=2", }, { id: "p2", name: "Cedar Wood Privacy", price: "Contact for quote", - imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756573.jpg?_wi=2", }, { id: "p3", -- 2.49.1