Update src/app/about/page.tsx

This commit is contained in:
2026-05-09 23:03:41 +00:00
parent d29c45214f
commit dd5b6acb2d

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Cole Roofing"
/>
@@ -50,7 +42,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Commitment to Excellence in Roofing"
description="With over a decade of experience, we pride ourselves on building roofs that endure Florida's unique climate, ensuring security and comfort for every client."
/>
</div>
@@ -62,15 +53,9 @@ export default function LandingPage() {
description="Integrity, speed, and safety guide every project we undertake."
features={[
{
title: "Unmatched Transparency",
description: "Clear pricing and honest assessments without hidden fees.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg",
},
title: "Unmatched Transparency", description: "Clear pricing and honest assessments without hidden fees.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg"},
{
title: "Quality Materials",
description: "Using industry-leading products for superior longevity.",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg",
},
title: "Quality Materials", description: "Using industry-leading products for superior longevity.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg"},
]}
/>
</div>
@@ -79,13 +64,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Cole Roofing Services"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Contact Us",
href: "/contact",
}}
text: "Contact Us", href: "/contact"}}
/>
</div>
</ReactLenis>