From 391902a6b1750cc1c7253d6ce24374843fda14b9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:53:15 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2d2dbf3..9abf1e4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ export default function ContactPage() { { name: "email", type: "email", placeholder: "Email", required: true }, ]} textarea={{ name: "description", placeholder: "Brief description of work needed", rows: 4 }} - imageSrc="http://img.b2bpic.net/free-photo/field-full-trees-with-no-leaves-green-grass-spring_181624-19618.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905278.jpg?_wi=5" mediaAnimation="slide-up" /> @@ -57,7 +57,7 @@ export default function ContactPage() { faqs={[ { id: "q1", title: "Are you fully insured?", content: "Yes, we carry full insurance for all tree surgery work." }, { id: "q2", title: "Do you provide free quotes?", content: "Absolutely, all our quotes are free and no-obligation." }, - { id: "q3", title: "Do you cover my area?", content: "We serve Belfast, Lisburn, Bangor, and surrounding areas." }, + { id: "q3", title: "Do you cover my area?", content: "We serve all of Scotland and surrounding areas." }, ]} sideTitle="Common Questions" faqsAnimation="blur-reveal" -- 2.49.1 From 95f2910557eaba3eea0caf74dd7ae66525b69f34 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:53:16 +0000 Subject: [PATCH 2/4] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index dc46f31..978ab35 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -42,7 +42,7 @@ export default function GalleryPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} title="Recent Projects" - description="See the results of our expert tree surgery across Belfast." + description="See the results of our expert tree surgery." features={[ { id: "g1", title: "Before & After", description: "See how we transformed this overgrown oak tree.", imageSrc: "http://img.b2bpic.net/free-photo/field-full-trees-with-no-leaves-green-grass-spring_181624-19618.jpg?_wi=3", imageAlt: "neatly trimmed garden space" }, { id: "g2", title: "Stump Removal", description: "From clutter to clear garden space in hours.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905278.jpg?_wi=4", imageAlt: "professional tree surgeon working outdoors" }, -- 2.49.1 From 04cb46e206a2b1fc71628539ad6eb13cc6296d48 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:53:16 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 46 ++++++++++++++++++++-------------------------- 1 file changed, 20 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61ed54e..5610d31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,28 +42,22 @@ export default function LandingPage() { @@ -94,11 +88,11 @@ export default function LandingPage() { Date: Thu, 2 Apr 2026 13:53:17 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c3b62d7..d4ff53b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -44,8 +44,8 @@ export default function ServicesPage() { title="Our Professional Services" description="Comprehensive tree care solutions tailored to your garden." features={[ - { id: "s1", title: "Tree Surgery", description: "Expert pruning and felling services.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-young-woman-terrace_329181-11565.jpg?_wi=3", imageAlt: "woman smiling portrait outside home" }, - { id: "s2", title: "Hedge Care", description: "Professional hedge trimming and shaping.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-living-without-care_23-2149868480.jpg?_wi=3", imageAlt: "portrait of happy customer outdoor" }, + { id: "s1", title: "Tree Surgery", description: "Expert pruning and felling services.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905278.jpg?_wi=3", imageAlt: "professional tree pruning" }, + { id: "s2", title: "Hedge Care", description: "Professional hedge trimming and shaping.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905278.jpg?_wi=2", imageAlt: "professional hedge maintenance" }, ]} /> @@ -56,7 +56,7 @@ export default function ServicesPage() { useInvertedBackground={false} title="How We Work" description="Everything you need to know about our process." - imageSrc="http://img.b2bpic.net/free-photo/field-full-trees-with-no-leaves-green-grass-spring_181624-19618.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905278.jpg?_wi=2" mediaAnimation="slide-up" faqsAnimation="slide-up" faqs={[ -- 2.49.1