From f9649366527b1c9adc0c2292e61f834d1204d294 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 22:44:34 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8033a3a..a773998 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,6 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import Link from "next/link"; export default function AboutPage() { return ( @@ -33,7 +32,7 @@ export default function AboutPage() { { name: "Reviews", id: "/reviews" }, { name: "Contact", id: "/contact" }, ]} - brandName="Apex Construction" + brandName="Diaz Plastering" /> @@ -43,8 +42,7 @@ export default function AboutPage() { useInvertedBackground={false} title="Our Clients" description="We are proud to serve these distinguished companies." - names={[ - "Urban Estates", "Design Studio", "Retail Group"]} + names={["Urban Estates", "Design Studio", "Retail Group"]} /> @@ -79,11 +77,11 @@ export default function AboutPage() { ], }, ]} - logoText="Apex Construction" - copyrightText="© 2025 Apex Construction. All rights reserved." + logoText="Diaz Plastering" + copyrightText="© 2025 Diaz Plastering. All rights reserved." /> ); -} +} \ No newline at end of file