Update src/app/about/page.tsx

This commit is contained in:
2026-03-06 03:14:35 +00:00
parent 1add4f45b7
commit 6a8f7e75dd

View File

@@ -56,7 +56,6 @@ export default function AboutPage() {
useInvertedBackground={false}
buttons={[{ text: "Discover More", href: "/services" }]}
buttonAnimation="slide-up"
containerClassName="mx-auto px-4 md:px-6"
/>
</div>
@@ -85,7 +84,6 @@ export default function AboutPage() {
id: "4", name: "Layla Al Maktoum", role: "Client Relations", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg", imageAlt: "Layla Al Maktoum, Client Relations Manager"},
]}
containerClassName="mx-auto px-4 md:px-6"
/>
</div>
@@ -127,7 +125,6 @@ export default function AboutPage() {
]}
bottomLeftText="© 2025 Luxury Estates Dubai. All rights reserved."
bottomRightText="Premium Real Estate Management"
containerClassName="mx-auto px-4 md:px-6"
/>
</div>
</ThemeProvider>