From 6a8f7e75dd4e0555edb2d577727243cd143e2ec0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:14:35 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 259c222..6dd3604 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" /> @@ -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" /> @@ -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" /> -- 2.49.1 From f6bc68d1ccb1139e35462caeb71c0caf0600d2b4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:14:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e5a256..dbab423 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,6 @@ export default function HomePage() { { text: "Get in Touch", href: "/contact" }, ]} buttonAnimation="slide-up" - containerClassName="mx-auto px-4 md:px-6" /> @@ -101,7 +100,6 @@ export default function HomePage() { id: "3", name: "Emirates Hills Villa", price: "AED 52M", variant: "7BR | 15,000 sqft | Private Gated", imageSrc: "http://img.b2bpic.net/free-photo/inner-courtyard-with-swimming-pool_661209-479.jpg", imageAlt: "Exclusive villa in Emirates Hills"}, ]} - containerClassName="mx-auto px-4 md:px-6" /> @@ -130,7 +128,6 @@ export default function HomePage() { "Access to off-market properties and exclusive deals available only to our premium clientele and partners.", imageSrc: "http://img.b2bpic.net/free-psd/luxury-real-estate-invitation-template_23-2150660237.jpg", imageAlt: "Exclusive luxury property listings"}, ]} - containerClassName="mx-auto px-4 md:px-6" /> @@ -145,7 +142,6 @@ export default function HomePage() { useInvertedBackground={false} buttons={[{ text: "Learn More", href: "/about" }]} buttonAnimation="slide-up" - containerClassName="mx-auto px-4 md:px-6" /> @@ -169,7 +165,6 @@ export default function HomePage() { id: "4", icon: Award, title: "Years of Excellence", value: "20+"}, ]} - containerClassName="mx-auto px-4 md:px-6" /> @@ -187,7 +182,6 @@ export default function HomePage() { { text: "Browse Properties", href: "/properties" }, ]} buttonAnimation="slide-up" - containerClassName="mx-auto px-4 md:px-6" /> @@ -229,7 +223,6 @@ export default function HomePage() { ]} bottomLeftText="© 2025 Luxury Estates Dubai. All rights reserved." bottomRightText="Premium Real Estate Management" - containerClassName="mx-auto px-4 md:px-6" /> -- 2.49.1