From 999f073f817a9d8b2840905d2ed5cc10c94b3534 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:35:26 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e355f75..863de56 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -56,11 +56,11 @@ export default function LandingPage() { { title: "Assessment", description: "We visit your property to inspect the damage.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg" }, - imageAlt: "flat roof repair residential"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", imageAlt: "flat roof repair residential"}, { title: "Quote", description: "You receive a clear, written estimate.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-their-new-home-after-moving-together_23-2149086828.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg" }, - imageAlt: "leadwork chimney flashing repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg", imageAlt: "leadwork chimney flashing repair"}, ]} /> -- 2.49.1 From dc1ffa4f74321feb30cc07f099db3a646f36c1ac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:35:26 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0b49771..fae4856 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,8 +10,8 @@ import { Montserrat } from "next/font/google"; export const metadata: Metadata = { - title: 'Roofers Bournemouth | Hope Roofing & Leadwork LTD', - description: 'Trusted roofing experts in Bournemouth. Fast response roof repairs, flat roofs, leadwork, and installations. Get a free quote today.', + title: 'Hope Roofing & Leadwork LTD', + description: 'Professional roofing and leadwork services in Bournemouth.', openGraph: { "title": "Roofers Bournemouth | Hope Roofing & Leadwork LTD", "description": "Professional roofing services in Bournemouth. Reliable, local, and fully insured.", -- 2.49.1 From f5a5aa1894578b67c5580129863eb97a1590310e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:35:26 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0ae525..9890c39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,7 @@ export default function LandingPage() { 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" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg", imageAlt: "professional roofing worker on roof"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg" }, ]} /> -- 2.49.1