Update src/app/about/page.tsx

This commit is contained in:
2026-04-04 21:34:48 +00:00
parent f7c3f01c44
commit b0e5c2ebca

View File

@@ -25,26 +25,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
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="Hope Roofing & Leadwork LTD"
/>
@@ -55,10 +40,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Meet Tommy & The Team"
description={[
"Hope Roofing & Leadwork LTD is built on years of experience, honesty, and local trust.",
"Based in Bournemouth, we take pride in delivering top-tier work for every homeowner.",
"Our team is fully insured, highly skilled, and committed to fast, reliable service.",
]}
"Hope Roofing & Leadwork LTD is built on years of experience, honesty, and local trust.", "Based in Bournemouth, we take pride in delivering top-tier work for every homeowner.", "Our team is fully insured, highly skilled, and committed to fast, reliable service."]}
/>
</div>
@@ -72,29 +54,13 @@ export default function LandingPage() {
showStepNumbers={true}
features={[
{
title: "Assessment",
description: "We visit your property to inspect the damage.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=5",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg?_wi=5",
},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=6",
imageAlt: "flat roof repair residential",
},
title: "Assessment", description: "We visit your property to inspect the damage.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg" },
imageAlt: "flat roof repair residential"},
{
title: "Quote",
description: "You receive a clear, written estimate.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-their-new-home-after-moving-together_23-2149086828.jpg?_wi=4",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=7",
},
imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg?_wi=6",
imageAlt: "leadwork chimney flashing repair",
},
title: "Quote", description: "You receive a clear, written estimate.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-their-new-home-after-moving-together_23-2149086828.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg" },
imageAlt: "leadwork chimney flashing repair"},
]}
/>
</div>
@@ -102,38 +68,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Services",
href: "/services",
},
{
label: "About Us",
href: "/about",
},
{
label: "Contact",
href: "/contact",
},
],
},
{
items: [
{
label: "Emergency Roofers",
href: "tel:07958567911",
},
{
label: "Bournemouth Roofing",
href: "#",
},
{
label: "Leadwork Experts",
href: "#",
},
],
},
{ items: [{ label: "Services", href: "/services" }, { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
{ items: [{ label: "Emergency Roofers", href: "tel:07958567911" }, { label: "Bournemouth Roofing", href: "#" }, { label: "Leadwork Experts", href: "#" }] },
]}
logoText="Hope Roofing & Leadwork LTD"
/>