Update src/app/about/page.tsx

This commit is contained in:
2026-03-11 04:45:31 +00:00
parent 53055b04e0
commit 96f74e2a62

View File

@@ -33,10 +33,10 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Request a Quote",
href: "/contact",
}}
text: "Request a Quote", href: "/contact"}}
animateOnLoad={true}
logoSrc="http://img.b2bpic.net/free-vector/ski-badge-collection_23-2147726082.jpg"
logoAlt="PFC Group Logo"
/>
</div>
@@ -97,8 +97,7 @@ export default function AboutPage() {
copyrightText="© 2025 PFC Group. All rights reserved. Protecting Structures with Excellence."
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Services", href: "/services" },
{ label: "Portfolio", href: "/portfolio" },
@@ -106,8 +105,7 @@ export default function AboutPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Roof Waterproofing", href: "/services" },
{ label: "Basement Waterproofing", href: "/services" },
{ label: "Concrete Repair", href: "/services" },
@@ -115,8 +113,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Request a Quote", href: "/contact" },
{ label: "Emergency Support", href: "/contact" },
{ label: "Privacy Policy", href: "#" },