From e7b2aafcea96174854307066278f0e8ee9f29158 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 03:17:30 +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 2ae02b0..5cb4dcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,22 +72,22 @@ export default function LandingPage() { { title: "Retaining Walls", description: "Concrete sleeper, sandstone, and structural walls built to last.", icon: Box, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/grey-cement-brick-wall-outdoors-background_23-2148801213.jpg", imageAlt: "Retaining Walls" }, - { imageSrc: "http://img.b2bpic.net/free-photo/grey-cement-brick-wall-outdoors-background_23-2148801213.jpg", imageAlt: "Retaining Walls" }, + { imageSrc: "http://img.b2bpic.net/free-photo/grey-cement-brick-wall-outdoors-background_23-2148801213.jpg?_wi=1", imageAlt: "Retaining Walls" }, + { imageSrc: "http://img.b2bpic.net/free-photo/grey-cement-brick-wall-outdoors-background_23-2148801213.jpg?_wi=2", imageAlt: "Retaining Walls" }, ] }, { title: "Excavation & Earthworks", description: "Vast range of earthmoving equipment for any job big or small.", icon: Building2, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194773.jpg", imageAlt: "Excavation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194773.jpg", imageAlt: "Excavation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194773.jpg?_wi=1", imageAlt: "Excavation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194773.jpg?_wi=2", imageAlt: "Excavation" }, ] }, { title: "Drainage Solutions", description: "Professional drainage systems to protect your site and structure.", icon: Droplets, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-road_1137-90.jpg", imageAlt: "Drainage" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-road_1137-90.jpg", imageAlt: "Drainage" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-road_1137-90.jpg?_wi=1", imageAlt: "Drainage" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-road_1137-90.jpg?_wi=2", imageAlt: "Drainage" }, ] }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "John B", role: "Property Owner", testimonial: "SGH's excavation services were outstanding. Good professionalism and efficiency, delivering results that surpassed my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-calling-phone-park_1262-20185.jpg"}, + id: "1", name: "John B", role: "Property Owner", testimonial: "SGH's excavation services were outstanding. Good professionalism and efficiency, delivering results that surpassed my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-calling-phone-park_1262-20185.jpg?_wi=1"}, { id: "2", name: "Nick G", role: "Homeowner", testimonial: "Retaining wall and drainage was exceptional. SGH built a quality long lasting wall. Overall super happy with the job.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-wavy-voluminous-hair-natural-daytime-makeup-wearing-blue-shirt-beige-background-smiles-with-mischievous-cheerful-smile_343596-8237.jpg"}, { @@ -111,7 +111,7 @@ export default function LandingPage() { { id: "4", name: "Mark D", role: "Local Builder", testimonial: "Highly professional team. They handled our site prep and drainage perfectly. Will definitely use them again.", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-with-arms-crossed-standing-factory_107420-96042.jpg"}, { - id: "5", name: "Sarah W", role: "Landscape Designer", testimonial: "The team at SGH are true experts. Their work on our garden retaining walls was flawless. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-calling-phone-park_1262-20185.jpg"}, + id: "5", name: "Sarah W", role: "Landscape Designer", testimonial: "The team at SGH are true experts. Their work on our garden retaining walls was flawless. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-calling-phone-park_1262-20185.jpg?_wi=2"}, ]} title="Client Success Stories" description="Hear what our Hunter Valley clients have to say about our professional excavation and landscaping services." -- 2.49.1