Update src/app/about/page.tsx

This commit is contained in:
2026-05-10 22:44:34 +00:00
parent 902215ad92
commit f964936652

View File

@@ -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"
/>
</div>
@@ -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"]}
/>
</div>
@@ -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."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}