From da9c2a7280d6ed9aeb6e9a68aab430cc1cc57778 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 02:34:29 +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 edb27c5..c5c3f3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@marcust", testimonial: "Chi Construction completely transformed our kitchen. They were on time every day, professional, and stunning work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263595.jpg?_wi=1", imageAlt: "luxury custom home exterior architecture", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@jennw", testimonial: "We hired Chi for a full bathroom gut and renovation. The estimate was detailed and they finished ahead of schedule.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/glass-block-flats_1203-57.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-block-flats_1203-57.jpg?_wi=1", imageAlt: "luxury custom home exterior architecture", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@dsconstruct", testimonial: "Outstanding commercial build-out. Kept us in the loop and delivered a space our team loves. Professional from start to finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg?_wi=1", imageAlt: "luxury custom home exterior architecture", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "They built our home addition and the attention to detail was exceptional. Truly the best in town.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264396.jpg?_wi=1", imageAlt: "luxury custom home exterior architecture", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@miker", testimonial: "Reliable, transparent, and skilled. Could not be happier with the results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tall-building-center-city_657883-736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tall-building-center-city_657883-736.jpg?_wi=1", imageAlt: "luxury custom home exterior architecture", }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263595.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263595.jpg?_wi=2" imageAlt="Luxury home build exterior" avatars={[ { @@ -165,7 +165,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Built on Trust. Driven by Craftsmanship." description="Chi Construction LLC is a Tallahassee-based general contractor serving homeowners and businesses across the Big Bend region. We handle every phase of your project — from initial design and permitting through final walkthrough — with the professionalism your investment deserves." - imageSrc="http://img.b2bpic.net/free-photo/glass-block-flats_1203-57.jpg" + imageSrc="http://img.b2bpic.net/free-photo/glass-block-flats_1203-57.jpg?_wi=2" imageAlt="Chi Construction team working" /> @@ -185,7 +185,7 @@ export default function LandingPage() { "Ground-up", "Custom", ], - imageSrc: "http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg?_wi=2", }, { id: "s2", @@ -196,7 +196,7 @@ export default function LandingPage() { "Kitchen", "Bath", ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264396.jpg?_wi=2", }, { id: "s3", @@ -207,7 +207,7 @@ export default function LandingPage() { "Commercial", "Office", ], - imageSrc: "http://img.b2bpic.net/free-photo/tall-building-center-city_657883-736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tall-building-center-city_657883-736.jpg?_wi=2", }, ]} title="Full-Service Construction Expertise" -- 2.49.1