Update src/app/about/page.tsx
This commit is contained in:
@@ -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: "#" },
|
||||
|
||||
Reference in New Issue
Block a user