Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-04-17 09:38:47 +00:00
5 changed files with 92 additions and 604 deletions

View File

@@ -25,36 +25,19 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="Swiftflow"
button={{ text: "Get a Quote", href: "/contact" }}
/>
</div>
<div id="about-main" data-section="about-main">
<TextAbout
useInvertedBackground={false}
title="Local Roots, Professional Standards"
/>
<TextAbout useInvertedBackground={false} title="Local Roots, Professional Standards" />
</div>
<div id="about-values" data-section="about-values">
@@ -64,21 +47,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15+",
description: "Years of experience",
},
{
id: "m2",
value: "100%",
description: "Local pride & respect",
},
{
id: "m3",
value: "Fast",
description: "Response & reliability",
},
{ id: "m1", value: "15+", description: "Years of experience" },
{ id: "m2", value: "100%", description: "Local pride & respect" },
{ id: "m3", value: "Fast", description: "Response & reliability" }
]}
title="Our Values"
description="Built on trust and high-quality craftsmanship."
@@ -89,48 +60,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Swiftflow Plumbing & Heating Ltd"
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "About",
href: "/about",
},
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Contact Us",
items: [
{
label: "135 Hansons Bridge Rd, Birmingham",
href: "#",
},
{
label: "07734 213674",
href: "tel:07734213674",
},
{
label: "info@swiftflowplumbing.co.uk",
href: "mailto:info@swiftflowplumbing.co.uk",
},
],
},
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }] },
{ title: "Contact Us", items: [{ label: "135 Hansons Bridge Rd, Birmingham", href: "#" }, { label: "07734 213674", href: "tel:07734213674" }, { label: "info@swiftflowplumbing.co.uk", href: "mailto:info@swiftflowplumbing.co.uk" }] }
]}
copyrightText="© 2025 Swiftflow Plumbing & Heating Ltd. All rights reserved."
/>

View File

@@ -24,64 +24,36 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="Swiftflow"
button={{ text: "Get a Quote", href: "/contact" }}
/>
</div>
<div id="contact-main" data-section="contact-main">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact"
title="Get a Free Quote"
description="Professional assistance when you need it most. Reach out for any project inquiries."
buttons={[
{
text: "07734 213674",
href: "tel:07734213674",
},
]}
buttons={[{ text: "07734 213674", href: "tel:07734213674" }]}
/>
</div>
<div id="contact-emergency" data-section="contact-emergency">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Emergency"
title="Plumbing Emergency?"
description="Call now for rapid response 24/7."
buttons={[
{
text: "Emergency Callout",
href: "tel:07734213674",
},
]}
buttons={[{ text: "Emergency Callout", href: "tel:07734213674" }]}
/>
</div>
@@ -89,48 +61,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Swiftflow Plumbing & Heating Ltd"
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "About",
href: "/about",
},
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Contact Us",
items: [
{
label: "135 Hansons Bridge Rd, Birmingham",
href: "#",
},
{
label: "07734 213674",
href: "tel:07734213674",
},
{
label: "info@swiftflowplumbing.co.uk",
href: "mailto:info@swiftflowplumbing.co.uk",
},
],
},
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }] },
{ title: "Contact Us", items: [{ label: "135 Hansons Bridge Rd, Birmingham", href: "#" }, { label: "07734 213674", href: "tel:07734213674" }, { label: "info@swiftflowplumbing.co.uk", href: "mailto:info@swiftflowplumbing.co.uk" }] }
]}
copyrightText="© 2025 Swiftflow Plumbing & Heating Ltd. All rights reserved."
/>

View File

@@ -28,144 +28,50 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="Swiftflow"
button={{ text: "Get a Quote", href: "/contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Birmingham's Trusted Plumbing & Heating Specialists"
description="Expert installations, reliable repairs, and emergency call-outs across the Birmingham area. Quality workmanship, every time."
testimonials={[
{
name: "David M.",
handle: "Birmingham",
testimonial: "Excellent job done on our bathroom. The job included unforeseen problems that required re-routing pipes.",
rating: 5,
imageSrc: "asset://testimonial-1?_wi=1",
},
{
name: "Alex L.",
handle: "Birmingham",
testimonial: "I was impressed with the quality of the work and how tidy he was.",
rating: 5,
imageSrc: "asset://testimonial-2?_wi=1",
},
{
name: "Sarah K.",
handle: "Birmingham",
testimonial: "Fast response for our boiler emergency. Professional and very helpful.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/interior-old-house-elegance-shower_1203-4967.jpg",
},
{
name: "Mark R.",
handle: "Birmingham",
testimonial: "Swiftflow transformed our outdated bathroom into a modern sanctuary.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg",
},
{
name: "Jane D.",
handle: "Birmingham",
testimonial: "Highly recommended for any plumbing needs. Honest pricing and great service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg",
},
]}
buttons={[
{
text: "Get a Free Quote",
href: "/contact",
},
{
text: "Call Now: 07734 213674",
href: "tel:07734213674",
},
{ name: "David M.", handle: "Birmingham", testimonial: "Excellent job done on our bathroom. The job included unforeseen problems that required re-routing pipes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-little-boy-washing_23-2148518619.jpg" },
{ name: "Alex L.", handle: "Birmingham", testimonial: "I was impressed with the quality of the work and how tidy he was.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg" },
{ name: "Sarah K.", handle: "Birmingham", testimonial: "Fast response for our boiler emergency. Professional and very helpful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/interior-old-house-elegance-shower_1203-4967.jpg" },
{ name: "Mark R.", handle: "Birmingham", testimonial: "Swiftflow transformed our outdated bathroom into a modern sanctuary.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg" },
{ name: "Jane D.", handle: "Birmingham", testimonial: "Highly recommended for any plumbing needs. Honest pricing and great service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg" }
]}
buttons={[{ text: "Get a Free Quote", href: "/contact" }, { text: "Call Now: 07734 213674", href: "tel:07734213674" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-little-boy-washing_23-2148518619.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg",
alt: "Client profile 1",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-person-working-construction-industry_23-2151349663.jpg",
alt: "Client profile 2",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-male-engineer-working-field-engineers-day-celebration_23-2151615101.jpg",
alt: "Client profile 3",
},
{
src: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg",
alt: "Client profile 4",
},
{
src: "http://img.b2bpic.net/free-photo/happy-industry-worker-posing-smiling-inside-factory-with-bars-pipes-around_114579-2834.jpg",
alt: "Client profile 5",
},
{ src: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg", alt: "Client profile 1" },
{ src: "http://img.b2bpic.net/free-photo/portrait-person-working-construction-industry_23-2151349663.jpg", alt: "Client profile 2" },
{ src: "http://img.b2bpic.net/free-photo/portrait-male-engineer-working-field-engineers-day-celebration_23-2151615101.jpg", alt: "Client profile 3" },
{ src: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg", alt: "Client profile 4" },
{ src: "http://img.b2bpic.net/free-photo/happy-industry-worker-posing-smiling-inside-factory-with-bars-pipes-around_114579-2834.jpg", alt: "Client profile 5" }
]}
marqueeItems={[
{
type: "text",
text: "Gas Safe Registered",
},
{
type: "text",
text: "Fully Insured",
},
{
type: "text",
text: "Local Birmingham Business",
},
{
type: "text",
text: "24/7 Emergency Service",
},
{
type: "text",
text: "Transparent Pricing",
},
{ type: "text", text: "Gas Safe Registered" },
{ type: "text", text: "Fully Insured" },
{ type: "text", text: "Local Birmingham Business" },
{ type: "text", text: "24/7 Emergency Service" },
{ type: "text", text: "Transparent Pricing" }
]}
/>
</div>
<div id="about-short" data-section="about-short">
<TextAbout
useInvertedBackground={false}
title="Why Choose Swiftflow?"
buttons={[
{
text: "Read Our Story",
href: "/about",
},
]}
/>
<TextAbout useInvertedBackground={false} title="Why Choose Swiftflow?" buttons={[{ text: "Read Our Story", href: "/about" }]} />
</div>
<div id="services-overview" data-section="services-overview">
@@ -174,31 +80,11 @@ export default function LandingPage() {
title="Professional Solutions for Every Need"
description="Comprehensive plumbing and heating services, delivered with local pride."
accordionItems={[
{
id: "s1",
title: "Central Heating",
content: "Installation, servicing & repairs for all residential heating systems.",
},
{
id: "s2",
title: "Bathroom Fitting",
content: "Full bathroom renovations, walk-in showers, and complete design.",
},
{
id: "s3",
title: "Boiler Services",
content: "Expert repairs, new boiler supply & fitting, gas safety.",
},
{
id: "s4",
title: "General Plumbing",
content: "Leaks, taps, toilets, pipes, and more.",
},
{
id: "s5",
title: "Emergency Services",
content: "Rapid response for when you need us most.",
},
{ id: "s1", title: "Central Heating", content: "Installation, servicing & repairs for all residential heating systems." },
{ id: "s2", title: "Bathroom Fitting", content: "Full bathroom renovations, walk-in showers, and complete design." },
{ id: "s3", title: "Boiler Services", content: "Expert repairs, new boiler supply & fitting, gas safety." },
{ id: "s4", title: "General Plumbing", content: "Leaks, taps, toilets, pipes, and more." },
{ id: "s5", title: "Emergency Services", content: "Rapid response for when you need us most." }
]}
imageSrc="http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515882.jpg"
mediaAnimation="slide-up"
@@ -213,40 +99,8 @@ export default function LandingPage() {
title="Service Packages"
description="Simple, transparent pricing for common plumbing and heating tasks."
plans={[
{
id: "plan1",
badge: "Essential",
price: "£85",
subtitle: "Basic plumbing repair",
buttons: [
{
text: "Book Now",
href: "/contact",
},
],
features: [
"Leak inspection",
"Tap washer change",
"Quick seal",
],
},
{
id: "plan2",
badge: "Standard",
price: "£150",
subtitle: "Boiler service & safety",
buttons: [
{
text: "Book Now",
href: "/contact",
},
],
features: [
"Full gas safety check",
"System flush",
"Boiler cleaning",
],
},
{ id: "plan1", badge: "Essential", price: "£85", subtitle: "Basic plumbing repair", buttons: [{ text: "Book Now", href: "/contact" }], features: ["Leak inspection", "Tap washer change", "Quick seal"] },
{ id: "plan2", badge: "Standard", price: "£150", subtitle: "Boiler service & safety", buttons: [{ text: "Book Now", href: "/contact" }], features: ["Full gas safety check", "System flush", "Boiler cleaning"] }
]}
/>
</div>
@@ -258,21 +112,9 @@ export default function LandingPage() {
sideDescription="Everything you need to know about our plumbing services."
faqsAnimation="slide-up"
faqs={[
{
id: "f1",
title: "Do you offer free quotes?",
content: "Yes, we provide free, no-obligation quotes for all major work.",
},
{
id: "f2",
title: "Are you gas safe registered?",
content: "Absolutely, all our heating engineers are fully Gas Safe registered.",
},
{
id: "f3",
title: "Do you handle emergencies?",
content: "Yes, we offer a 24/7 emergency response service for Birmingham.",
},
{ id: "f1", title: "Do you offer free quotes?", content: "Yes, we provide free, no-obligation quotes for all major work." },
{ id: "f2", title: "Are you gas safe registered?", content: "Absolutely, all our heating engineers are fully Gas Safe registered." },
{ id: "f3", title: "Do you handle emergencies?", content: "Yes, we offer a 24/7 emergency response service for Birmingham." }
]}
/>
</div>
@@ -281,48 +123,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Swiftflow Plumbing & Heating Ltd"
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "About",
href: "/about",
},
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Contact Us",
items: [
{
label: "135 Hansons Bridge Rd, Birmingham",
href: "#",
},
{
label: "07734 213674",
href: "tel:07734213674",
},
{
label: "info@swiftflowplumbing.co.uk",
href: "mailto:info@swiftflowplumbing.co.uk",
},
],
},
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }] },
{ title: "Contact Us", items: [{ label: "135 Hansons Bridge Rd, Birmingham", href: "#" }, { label: "07734 213674", href: "tel:07734213674" }, { label: "info@swiftflowplumbing.co.uk", href: "mailto:info@swiftflowplumbing.co.uk" }] }
]}
copyrightText="© 2025 Swiftflow Plumbing & Heating Ltd. All rights reserved."
/>

View File

@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="Swiftflow"
button={{ text: "Get a Quote", href: "/contact" }}
/>
</div>
@@ -54,31 +40,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "David M.",
imageSrc: "asset://testimonial-1?_wi=2",
},
{
id: "t2",
name: "Alex L.",
imageSrc: "asset://testimonial-2?_wi=2",
},
{
id: "t3",
name: "Sarah K.",
imageSrc: "asset://testimonial-3",
},
{
id: "t4",
name: "Mark R.",
imageSrc: "asset://testimonial-4",
},
{
id: "t5",
name: "Jane D.",
imageSrc: "asset://testimonial-5",
},
{ id: "t1", name: "David M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-little-boy-washing_23-2148518619.jpg" },
{ id: "t2", name: "Alex L.", imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg" },
{ id: "t3", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/interior-old-house-elegance-shower_1203-4967.jpg" },
{ id: "t4", name: "Mark R.", imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg" },
{ id: "t5", name: "Jane D.", imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg" }
]}
cardTitle="Birmingham's Verdict"
cardTag="Verified"
@@ -89,18 +55,11 @@ export default function LandingPage() {
<div id="reviews-cta" data-section="reviews-cta">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Feedback"
title="Your Experience Matters"
description="Left a job with Swiftflow? Help us grow by leaving a review."
buttons={[
{
text: "Review on Google",
href: "#",
},
]}
buttons={[{ text: "Review on Google", href: "#" }]}
/>
</div>
@@ -108,48 +67,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Swiftflow Plumbing & Heating Ltd"
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "About",
href: "/about",
},
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Contact Us",
items: [
{
label: "135 Hansons Bridge Rd, Birmingham",
href: "#",
},
{
label: "07734 213674",
href: "tel:07734213674",
},
{
label: "info@swiftflowplumbing.co.uk",
href: "mailto:info@swiftflowplumbing.co.uk",
},
],
},
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }] },
{ title: "Contact Us", items: [{ label: "135 Hansons Bridge Rd, Birmingham", href: "#" }, { label: "07734 213674", href: "tel:07734213674" }, { label: "info@swiftflowplumbing.co.uk", href: "mailto:info@swiftflowplumbing.co.uk" }] }
]}
copyrightText="© 2025 Swiftflow Plumbing & Heating Ltd. All rights reserved."
/>

View File

@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Services",
id: "/services",
},
{
name: "About",
id: "/about",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="Swiftflow"
button={{ text: "Get a Quote", href: "/contact" }}
/>
</div>
@@ -56,21 +42,9 @@ export default function LandingPage() {
title="Comprehensive Plumbing & Heating Solutions"
description="Professional services tailored for Birmingham homes."
accordionItems={[
{
id: "c1",
title: "Central Heating",
content: "System flushing, radiator maintenance, and thermostat upgrades.",
},
{
id: "c2",
title: "Boiler Care",
content: "Servicing, repairs, and annual gas safety certification.",
},
{
id: "c3",
title: "Bathroom Transformations",
content: "From basic bathroom refits to advanced wet room installations.",
},
{ id: "c1", title: "Central Heating", content: "System flushing, radiator maintenance, and thermostat upgrades." },
{ id: "c2", title: "Boiler Care", content: "Servicing, repairs, and annual gas safety certification." },
{ id: "c3", title: "Bathroom Transformations", content: "From basic bathroom refits to advanced wet room installations." }
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg"
mediaAnimation="blur-reveal"
@@ -84,42 +58,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Leak Detection",
price: "Get a quote",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg",
},
{
id: "p2",
name: "Tap Repair",
price: "Get a quote",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721537.jpg",
},
{
id: "p3",
name: "Toilet Fixes",
price: "Get a quote",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg",
},
{
id: "p4",
name: "Drain Cleaning",
price: "Get a quote",
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg",
},
{
id: "p5",
name: "Pipe Routing",
price: "Get a quote",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg",
},
{
id: "p6",
name: "Appliance Fitting",
price: "Get a quote",
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg",
},
{ id: "p1", name: "Leak Detection", price: "Get a quote", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg" },
{ id: "p2", name: "Tap Repair", price: "Get a quote", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721537.jpg" },
{ id: "p3", name: "Toilet Fixes", price: "Get a quote", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg" },
{ id: "p4", name: "Drain Cleaning", price: "Get a quote", imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg" },
{ id: "p5", name: "Pipe Routing", price: "Get a quote", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg" },
{ id: "p6", name: "Appliance Fitting", price: "Get a quote", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-touching-sink-inspecting-pipes_259150-58251.jpg" }
]}
title="Everyday Plumbing Support"
description="Standard daily plumbing fixes you can rely on."
@@ -130,48 +74,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Swiftflow Plumbing & Heating Ltd"
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "/",
},
{
label: "Services",
href: "/services",
},
{
label: "About",
href: "/about",
},
{
label: "Reviews",
href: "/reviews",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
title: "Contact Us",
items: [
{
label: "135 Hansons Bridge Rd, Birmingham",
href: "#",
},
{
label: "07734 213674",
href: "tel:07734213674",
},
{
label: "info@swiftflowplumbing.co.uk",
href: "mailto:info@swiftflowplumbing.co.uk",
},
],
},
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }] },
{ title: "Contact Us", items: [{ label: "135 Hansons Bridge Rd, Birmingham", href: "#" }, { label: "07734 213674", href: "tel:07734213674" }, { label: "info@swiftflowplumbing.co.uk", href: "mailto:info@swiftflowplumbing.co.uk" }] }
]}
copyrightText="© 2025 Swiftflow Plumbing & Heating Ltd. All rights reserved."
/>