Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-04-04 21:37:09 +00:00

View File

@@ -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" },
],
}
]}