Update src/app/about/page.tsx

This commit is contained in:
2026-04-17 09:38:42 +00:00
parent 5db025a40a
commit fafbac9626

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