Merge version_1 into main #3
@@ -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."
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user