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