From fbc424c06a7ef6530ec7d4f8815843f15a3846b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 22:48:17 +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 30aa90a..7619964 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,15 +111,15 @@ export default function LandingPage() { { id: "s1", title: "Residential Construction", tags: [ "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", title: "Commercial Build-Outs", tags: [ "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", title: "Renovation & Remodeling", tags: [ "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" description="Comprehensive construction solutions tailored to meet your unique needs and vision." @@ -134,13 +134,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "g1", name: "Modern Home Build", price: "Covington, GA", variant: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278555.jpg"}, + id: "g1", name: "Modern Home Build", price: "Covington, GA", variant: "Residential", 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"}, + 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?_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"}, + id: "g3", name: "Office Build-Out", price: "Covington, GA", variant: "Commercial", 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"}, + 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?_wi=3"}, ]} title="Completed Projects" description="A showcase of our dedication to craftsmanship and quality." @@ -153,7 +153,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", title: "Excellent Quality", 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"}, + id: "t1", title: "Excellent Quality", 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?_wi=1"}, { id: "t2", title: "Very Professional", quote: "Professional, punctual, and clean. They did exactly what they promised.", name: "Sarah J.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086832.jpg"}, { @@ -161,7 +161,7 @@ export default function LandingPage() { { id: "t4", title: "Highly Recommend", quote: "Solid craftsmanship and transparent pricing. I'd hire them again in a heartbeat.", name: "Elena M.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg"}, { - id: "t5", title: "Outstanding Work", 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"}, + id: "t5", title: "Outstanding Work", 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?_wi=2"}, ]} title="What Our Clients Say" description="Trusted by residents across Covington and surrounding areas." @@ -176,7 +176,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