From b781bb5d345c3106f2a169e4a65b159c37b38271 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:41:54 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f74692..069534f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,14 +43,14 @@ export default function LandingPage() { title="Trusted Roofing Experts in Bournemouth" description="Fast, reliable repairs & installations at fair prices. Local experts you can depend on." testimonials={[ - { name: "Sarah J.", handle: "Homeowner", testimonial: "Quick response & fair quote. Excellent service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg" }, - { name: "Mark D.", handle: "Homeowner", testimonial: "Professional work, repaired my flat roof within 24 hours.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg" }, - { name: "James L.", handle: "Property Manager", testimonial: "Exceptional communication and quality finish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg" }, - { name: "Elena P.", handle: "Resident", testimonial: "Very professional and left the site clean.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg" }, - { name: "Robert B.", handle: "Homeowner", testimonial: "Highly recommended for chimney work!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg" }, + { name: "Sarah J.", handle: "Homeowner", testimonial: "Quick response & fair quote. Excellent service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg?_wi=1" }, + { name: "Mark D.", handle: "Homeowner", testimonial: "Professional work, repaired my flat roof within 24 hours.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg?_wi=1" }, + { name: "James L.", handle: "Property Manager", testimonial: "Exceptional communication and quality finish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg?_wi=2" }, + { name: "Elena P.", handle: "Resident", testimonial: "Very professional and left the site clean.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg?_wi=2" }, + { name: "Robert B.", handle: "Homeowner", testimonial: "Highly recommended for chimney work!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg?_wi=3" }, ]} buttons={[{ text: "Call Now: 07958 567911", href: "tel:07958567911" }, { text: "Get Free Quote", href: "/contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg", alt: "Customer" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg", alt: "Customer" }, @@ -67,10 +67,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { title: "Roof Repairs", description: "Expert fixing of leaks and damaged tiles.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg", imageAlt: "residential roof repair service" }, - { title: "Flat Roofing", description: "High-quality EPDM and asphalt flat roof systems.", buttonIcon: Square, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-engineer_23-2148233726.jpg", imageAlt: "professional roofer smiling" }, - { title: "Leadwork", description: "Precision lead flashings and weatherproofing.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg", imageAlt: "happy customer portrait" }, - { title: "Chimney Repairs", description: "Safe, reliable chimney stack maintenance.", buttonIcon: Home, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg", imageAlt: "homeowner standing in front of house" }, + { title: "Roof Repairs", description: "Expert fixing of leaks and damaged tiles.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg?_wi=2", imageAlt: "residential roof repair service" }, + { title: "Flat Roofing", description: "High-quality EPDM and asphalt flat roof systems.", buttonIcon: Square, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-engineer_23-2148233726.jpg?_wi=1", imageAlt: "professional roofer smiling" }, + { title: "Leadwork", description: "Precision lead flashings and weatherproofing.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg?_wi=4", imageAlt: "happy customer portrait" }, + { title: "Chimney Repairs", description: "Safe, reliable chimney stack maintenance.", buttonIcon: Home, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg?_wi=3", imageAlt: "homeowner standing in front of house" }, ]} title="Our Roofing Services" description="Professional roofing solutions for every property type." -- 2.49.1 From 00c5ecf0f47711cfc32acecaa79c39df0ed07ac5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:41:55 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 4f1851f..33aaf03 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -40,10 +40,10 @@ export default function ServicesPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Guttering", description: "Full cleaning and replacement services.", buttonIcon: Droplets, imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg", imageAlt: "residential roof repair service" }, - { title: "Drainage", description: "Ensuring optimal water flow off your roof.", buttonIcon: ArrowDown, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-engineer_23-2148233726.jpg", imageAlt: "professional roofer smiling" }, - { title: "New Roofs", description: "Complete strip and re-tile service.", buttonIcon: Hammer, imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg", imageAlt: "happy customer portrait" }, - { title: "Emergency Repairs", description: "Available for urgent storm damage.", buttonIcon: AlertCircle, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg", imageAlt: "homeowner standing in front of house" }, + { title: "Guttering", description: "Full cleaning and replacement services.", buttonIcon: Droplets, imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13093.jpg?_wi=3", imageAlt: "residential roof repair service" }, + { title: "Drainage", description: "Ensuring optimal water flow off your roof.", buttonIcon: ArrowDown, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-engineer_23-2148233726.jpg?_wi=2", imageAlt: "professional roofer smiling" }, + { title: "New Roofs", description: "Complete strip and re-tile service.", buttonIcon: Hammer, imageSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2831.jpg?_wi=5", imageAlt: "happy customer portrait" }, + { title: "Emergency Repairs", description: "Available for urgent storm damage.", buttonIcon: AlertCircle, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg?_wi=4", imageAlt: "homeowner standing in front of house" }, ]} title="Detailed Service List" description="Comprehensive roofing and leadwork for Bournemouth homeowners." -- 2.49.1