From 40448e4e29e7af0e79ef3a7bb99d1050d32d7de0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 22:47:09 +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 097edda..b32f831 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,7 +156,7 @@ export default function LandingPage() { "New Build", "Additions", ], - imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278555.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278555.jpg?_wi=1", }, { id: "s2", @@ -165,7 +165,7 @@ export default function LandingPage() { "Office", "Retail", ], - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=1", }, { id: "s3", @@ -174,7 +174,7 @@ export default function LandingPage() { "Kitchen", "Bath", ], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-guitar_23-2149223663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-guitar_23-2149223663.jpg?_wi=1", }, ]} title="Our Professional Services" @@ -194,28 +194,28 @@ export default function LandingPage() { name: "Modern Home Build", price: "Covington, GA", variant: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278555.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278555.jpg?_wi=2", }, { id: "g2", name: "Interior Kitchen Reno", price: "Covington, GA", variant: "Remodeling", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-guitar_23-2149223663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-guitar_23-2149223663.jpg?_wi=2", }, { id: "g3", name: "Office Build-Out", price: "Covington, GA", variant: "Commercial", - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=2", }, { id: "g4", name: "Custom Deck Addition", price: "Covington, GA", variant: "Outdoor", - imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278555.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278555.jpg?_wi=3", }, ]} title="Completed Projects" @@ -234,7 +234,7 @@ export default function LandingPage() { quote: "DS Georgia Construction provided amazing service and high-quality results. Highly recommended!", name: "Wanderson Batista", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-camera-coffee-cup_482257-122657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-camera-coffee-cup_482257-122657.jpg?_wi=1", }, { id: "t2", @@ -266,7 +266,7 @@ export default function LandingPage() { quote: "They turned our vision into reality perfectly. Top-tier contractors.", name: "David L.", role: "Property Manager", - imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-camera-coffee-cup_482257-122657.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-posing-with-camera-coffee-cup_482257-122657.jpg?_wi=2", }, ]} title="What Our Clients Say" @@ -282,7 +282,7 @@ export default function LandingPage() { description="We blend professional construction standards with local expertise to deliver structures that stand the test of time." subdescription="Our team focuses on transparency, clear communication, and high-quality building materials." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=3" mediaAnimation="slide-up" /> -- 2.49.1