310 lines
17 KiB
TypeScript
310 lines
17 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
import { Wrench, Shield, Home, Flame, Zap, Droplet, Star, CheckCircle, Trophy, Users, Phone, HelpCircle } from 'lucide-react';
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="icon-arrow"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="soft"
|
|
contentWidth="mediumLarge"
|
|
sizing="mediumLargeSizeMediumTitles"
|
|
background="none"
|
|
cardStyle="inset"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="extrabold"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleFullscreen
|
|
navItems={[
|
|
{ name: "Home", id: "home" },
|
|
{ name: "Services", id: "services" },
|
|
{ name: "Why Us", id: "why-us" },
|
|
{ name: "FAQs", id: "faq" },
|
|
{ name: "Contact", id: "contact" }
|
|
]}
|
|
brandName="J M Bonehill"
|
|
bottomLeftText="Stratford-upon-Avon, Warwickshire"
|
|
bottomRightText="07941 070982"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroBillboardDashboard
|
|
title="Reliable Plumbing & Heating Services in Stratford-upon-Avon"
|
|
description="Professional, punctual and trusted local service. Same-day response, transparent pricing, and 5-star rated work."
|
|
tag="Local Expert"
|
|
tagIcon={Wrench}
|
|
tagAnimation="slide-up"
|
|
background={{ variant: "plain" }}
|
|
buttons={[
|
|
{ text: "Call Now: 07941 070982", href: "tel:07941070982" },
|
|
{ text: "Request a Call Back", href: "#contact" }
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
dashboard={{
|
|
title: "Why Choose J M Bonehill", logoIcon: Shield,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg", searchPlaceholder: "Services Available", buttons: [
|
|
{ text: "Emergency Call", href: "tel:07941070982" },
|
|
{ text: "Book Online", href: "#contact" }
|
|
],
|
|
sidebarItems: [
|
|
{ icon: Home },
|
|
{ icon: Flame },
|
|
{ icon: Zap }
|
|
],
|
|
stats: [
|
|
{ title: "5 Star", values: ["5.0", "5.0", "5.0"], description: "Customer Rated" },
|
|
{ title: "Response", values: ["Same", "Same", "Same"], valueSuffix: " Day", description: "Service Available" },
|
|
{ title: "Experience", values: ["15+", "15+", "15+"], valueSuffix: " Years", description: "Local Service" }
|
|
],
|
|
chartTitle: "Service Quality", chartData: [
|
|
{ value: 95 },
|
|
{ value: 98 },
|
|
{ value: 100 },
|
|
{ value: 97 },
|
|
{ value: 99 }
|
|
],
|
|
listTitle: "Available Services", listItems: [
|
|
{ icon: Droplet, title: "Leak Detection", status: "24/7 Available" },
|
|
{ icon: Flame, title: "Heating Repairs", status: "Emergency Support" },
|
|
{ icon: Wrench, title: "General Plumbing", status: "Same Day Service" }
|
|
],
|
|
className: "rounded-lg"
|
|
}}
|
|
ariaLabel="J M Bonehill Plumbing Hero Section"
|
|
/>
|
|
</div>
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
<TestimonialCardSix
|
|
title="Trusted by Hundreds of Happy Customers"
|
|
description="See what our customers say about our professional service, reliability, and expertise."
|
|
tag="Customer Reviews"
|
|
tagIcon={Star}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
buttonAnimation="slide-up"
|
|
testimonials={[
|
|
{
|
|
id: "1", name: "Sarah Mitchell", handle: "Homeowner, Stratford", testimonial: "Cannot rate Jason highly enough. Professional, punctual and always willing to go the extra mile. Would definitely recommend.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
|
},
|
|
{
|
|
id: "2", name: "David Thompson", handle: "Property Manager", testimonial: "Reliable and always on time. Jason has been maintaining our rental properties for 3 years. Consistently excellent service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Thompson"
|
|
},
|
|
{
|
|
id: "3", name: "Emma Johnson", handle: "Homeowner", testimonial: "Emergency leak at midnight and Jason answered the call. Fixed it professionally and fairly priced. Amazing service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Emma Johnson"
|
|
},
|
|
{
|
|
id: "4", name: "Robert Williams", handle: "Business Owner", testimonial: "Best plumber in Stratford. Transformed our bathroom with expert installation and beautiful workmanship. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Robert Williams"
|
|
},
|
|
{
|
|
id: "5", name: "Catherine Price", handle: "Homeowner", testimonial: "Clean, respectful, and thorough. Jason left our home spotless and explained everything clearly. Perfect experience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "Catherine Price"
|
|
},
|
|
{
|
|
id: "6", name: "Michael Stone", handle: "Landlord", testimonial: "Fast response, fair pricing, and guaranteed quality work. Jason is my first call for any plumbing needs. Excellent professional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "Michael Stone"
|
|
}
|
|
]}
|
|
speed={40}
|
|
topMarqueeDirection="left"
|
|
ariaLabel="Customer Testimonials"
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardSix
|
|
title="Our Services"
|
|
description="Comprehensive plumbing and heating solutions for your home or business in Stratford-upon-Avon"
|
|
tag="What We Do"
|
|
tagIcon={Wrench}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
buttonAnimation="slide-up"
|
|
features={[
|
|
{
|
|
id: 1,
|
|
title: "General Plumbing Repairs", description: "Leaking taps, burst pipes, blockages, and all general plumbing issues. Fast diagnosis and reliable fixes.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=1", imageAlt: "General Plumbing Repairs"
|
|
},
|
|
{
|
|
id: 2,
|
|
title: "Leak Detection & Pipework", description: "Advanced leak detection to identify hidden problems. Complete pipework installation and repair services.", imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", imageAlt: "Leak Detection Services"
|
|
},
|
|
{
|
|
id: 3,
|
|
title: "Bathroom Plumbing", description: "Complete bathroom installations, upgrades, and renovations. Expert fixture installation and finishing.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990710.jpg", imageAlt: "Bathroom Plumbing Services"
|
|
},
|
|
{
|
|
id: 4,
|
|
title: "Heating Services", description: "Boiler repairs, installation, and maintenance. Central heating system support and radiator services.", imageSrc: "http://img.b2bpic.net/free-vector/heating-convection-flat-banners-set_1284-10671.jpg", imageAlt: "Heating System Services"
|
|
},
|
|
{
|
|
id: 5,
|
|
title: "Maintenance & Installations", description: "Regular maintenance programs to prevent problems. Professional installation of new systems and equipment.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=2", imageAlt: "Maintenance and Installation"
|
|
}
|
|
]}
|
|
ariaLabel="Services Section"
|
|
/>
|
|
</div>
|
|
|
|
<div id="why-us" data-section="why-us">
|
|
<MetricSplitMediaAbout
|
|
title="Why Choose J M Bonehill"
|
|
description="Local expertise you can trust. With years of experience serving Stratford-upon-Avon, we deliver reliable, professional plumbing and heating solutions. Our commitment to honest pricing and customer satisfaction sets us apart."
|
|
tag="Local Expertise"
|
|
tagIcon={CheckCircle}
|
|
tagAnimation="slide-up"
|
|
metrics={[
|
|
{ value: "15+", title: "Years Local Experience" },
|
|
{ value: "5.0★", title: "Customer Satisfaction" }
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg"
|
|
imageAlt="Jason - Experienced Local Plumber"
|
|
mediaAnimation="slide-up"
|
|
metricsAnimation="slide-up"
|
|
useInvertedBackground={false}
|
|
ariaLabel="Why Choose Us Section"
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardOne
|
|
title="Proven Track Record"
|
|
description="Our commitment to excellence reflected in numbers"
|
|
tag="Our Achievements"
|
|
tagIcon={Trophy}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
gridVariant="uniform-all-items-equal"
|
|
metrics={[
|
|
{
|
|
id: "1", value: "1000+", title: "Happy Customers", description: "Satisfied clients throughout Stratford-upon-Avon", icon: Users
|
|
},
|
|
{
|
|
id: "2", value: "100%", title: "5-Star Rated", description: "Consistent excellent customer reviews", icon: Star
|
|
},
|
|
{
|
|
id: "3", value: "Same Day", title: "Emergency Response", description: "Fast response to urgent plumbing issues", icon: Zap
|
|
},
|
|
{
|
|
id: "4", value: "Honest", title: "Transparent Pricing", description: "No hidden costs or surprise charges", icon: Shield
|
|
}
|
|
]}
|
|
ariaLabel="Metrics Section"
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqSplitMedia
|
|
title="Frequently Asked Questions"
|
|
description="Get answers to common questions about our plumbing and heating services"
|
|
tag="Help & Support"
|
|
tagIcon={HelpCircle}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
mediaAnimation="slide-up"
|
|
faqsAnimation="slide-up"
|
|
mediaPosition="right"
|
|
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg"
|
|
imageAlt="Customer Support"
|
|
faqs={[
|
|
{
|
|
id: "1", title: "What areas do you serve?", content: "We provide plumbing and heating services throughout Stratford-upon-Avon and surrounding areas in Warwickshire. Call for availability in your specific location."
|
|
},
|
|
{
|
|
id: "2", title: "Do you offer emergency services?", content: "Yes, we offer 24/7 emergency plumbing and heating support. Call 07941 070982 immediately for urgent issues like burst pipes or boiler failures."
|
|
},
|
|
{
|
|
id: "3", title: "How quickly can you respond?", content: "We aim for same-day response to emergency calls and typically complete urgent repairs within hours. Non-emergency repairs are scheduled within 1-2 working days."
|
|
},
|
|
{
|
|
id: "4", title: "What payment methods do you accept?", content: "We accept cash, cheque, and electronic bank transfer. Payment is due upon completion of work unless other arrangements have been made in advance."
|
|
},
|
|
{
|
|
id: "5", title: "Do you offer guarantees on your work?", content: "Yes, all our work is guaranteed. We stand behind the quality of our installations and repairs, and provide peace of mind with our professional service."
|
|
},
|
|
{
|
|
id: "6", title: "Can you help with maintenance plans?", content: "Absolutely. We offer regular maintenance services to keep your plumbing and heating systems in top condition, preventing costly problems down the line."
|
|
}
|
|
]}
|
|
animationType="smooth"
|
|
ariaLabel="FAQ Section"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactSplit
|
|
tag="Get In Touch"
|
|
title="Need a Reliable Local Plumber?"
|
|
description="Contact J M Bonehill today for professional plumbing and heating services. Call now or fill out the form and we'll get back to you promptly."
|
|
tagIcon={Phone}
|
|
tagAnimation="slide-up"
|
|
background={{ variant: "radial-gradient" }}
|
|
useInvertedBackground={false}
|
|
mediaAnimation="slide-up"
|
|
mediaPosition="right"
|
|
imageSrc="http://img.b2bpic.net/free-photo/delivery-man-with-clipboard-front-cargo-van-delivering-bottles-water_627829-4187.jpg"
|
|
imageAlt="J M Bonehill Service Van"
|
|
inputPlaceholder="Your email address"
|
|
buttonText="Send Enquiry"
|
|
termsText="We respect your privacy. We'll only contact you about your plumbing enquiry."
|
|
ariaLabel="Contact Section"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterMedia
|
|
imageSrc="http://img.b2bpic.net/free-photo/bath-house-bathroom-faucet-bright_1203-5166.jpg"
|
|
imageAlt="Modern bathroom - J M Bonehill"
|
|
columns={[
|
|
{
|
|
title: "Services", items: [
|
|
{ label: "General Plumbing", href: "#services" },
|
|
{ label: "Leak Detection", href: "#services" },
|
|
{ label: "Heating Services", href: "#services" },
|
|
{ label: "Bathroom Installation", href: "#services" }
|
|
]
|
|
},
|
|
{
|
|
title: "Company", items: [
|
|
{ label: "About Us", href: "#why-us" },
|
|
{ label: "Our Reviews", href: "#social-proof" },
|
|
{ label: "FAQs", href: "#faq" },
|
|
{ label: "Contact", href: "#contact" }
|
|
]
|
|
},
|
|
{
|
|
title: "Contact", items: [
|
|
{ label: "Phone: 07941 070982", href: "tel:07941070982" },
|
|
{ label: "43 Bordon Pl, Stratford-upon-Avon CV37 9AZ", href: "#" },
|
|
{ label: "Emergency: 24/7 Available", href: "tel:07941070982" },
|
|
{ label: "Email for enquiries", href: "#contact" }
|
|
]
|
|
}
|
|
]}
|
|
logoText="J M Bonehill Plumbing & Heating"
|
|
copyrightText="© 2025 J M Bonehill Plumbing & Heating Services. All rights reserved. Local plumber serving Stratford-upon-Avon."
|
|
ariaLabel="Site Footer"
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
}
|