From 378132351ca0e093894717981f9a2fcea4f245bb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:37:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89f857f..551f1b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "s1", title: "Roof Repairs", author: "Fast Response", description: "Expert solutions for leaks, missing tiles, and storm damage.", tags: ["Bournemouth"], imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg" }, + { id: "s1", title: "Roof Repairs", author: "Fast Response", description: "Expert solutions for leaks, missing tiles, and storm damage.", tags: ["Bournemouth"], imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=1" }, { id: "s2", title: "Flat Roofing", author: "Durable Finish", description: "High-standard flat roofing systems built to last.", tags: ["Reliable"], imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg" }, { id: "s3", title: "Leadwork", author: "Specialist Skills", description: "Precision lead flashing and repair for long-term protection.", tags: ["Expert"], imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-their-new-home-after-moving-together_23-2149086828.jpg" }, ]} @@ -118,7 +118,7 @@ export default function LandingPage() { groups={[ { id: "management", groupTitle: "Management", members: [ - { id: "m1", title: "Tommy", subtitle: "Lead Roofer", detail: "15+ years experience in domestic roofing and leadwork.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg" }, + { id: "m1", title: "Tommy", subtitle: "Lead Roofer", detail: "15+ years experience in domestic roofing and leadwork.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=2" }, ], } ]} -- 2.49.1