Update src/app/services/page.tsx

This commit is contained in:
2026-04-17 09:38:44 +00:00
parent cb7d1a6f05
commit 4e95ed7835

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."
/>