From fb723b7329b365e45800d587e7983ee84a4d385d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:21:17 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 206 ++++++++++++++--------------------------------- 1 file changed, 61 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16021d7..eea7f31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,6 @@ import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; import { - Sparkles, TrendingUp, Home, DollarSign, @@ -24,9 +23,9 @@ import { Globe, Video, Smartphone, + UserCheck, Briefcase, Phone, - Package, } from "lucide-react"; const navItems = [ @@ -57,9 +56,7 @@ export default function HomePage() { brandName="Luxe Dubai" navItems={navItems} button={{ - text: "Explore Properties", - href: "#featured", - }} + text: "Find Property", href: "#featured"}} /> @@ -69,81 +66,43 @@ export default function HomePage() { title="Discover Dubai's Most Iconic Homes" description="Explore an exclusive collection of luxury properties in the world's most coveted destinations. Experience cinematic storytelling through our immersive digital gallery." tag="Luxury Collection" - tagIcon={Sparkles} background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Explore Now", href: "#featured" }, - { text: "Schedule Viewing", href: "/contact" }, + { text: "Schedule Viewing", href: "#contact" }, ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/river-modern-buildings-against-sky_1359-154.jpg?_wi=1", - imageAlt: "Dubai luxury skyline at sunset", - }, + imageSrc: "http://img.b2bpic.net/free-photo/river-modern-buildings-against-sky_1359-154.jpg", imageAlt: "Dubai luxury skyline at sunset"}, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=1", - imageAlt: "Burj Khalifa luxury residence view", - }, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", imageAlt: "Burj Khalifa luxury residence view"}, { - imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=1", - imageAlt: "Dubai Marina luxury waterfront", - }, + imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg", imageAlt: "Dubai Marina luxury waterfront"}, { - imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=2", - imageAlt: "Downtown Dubai luxury penthouses", - }, + imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg", imageAlt: "Downtown Dubai luxury penthouses"}, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1", - imageAlt: "Palm Jumeirah exclusive villa", - }, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Palm Jumeirah exclusive villa"}, { - imageSrc: "http://img.b2bpic.net/free-photo/city-sea-coast-mountains-sky-is-reflected-water_169016-9944.jpg?_wi=1", - imageAlt: "Emirates Hills luxury estate", - }, + imageSrc: "http://img.b2bpic.net/free-photo/city-sea-coast-mountains-sky-is-reflected-water_169016-9944.jpg", imageAlt: "Emirates Hills luxury estate"}, ]} /> - {/* Featured Properties Section */} + {/* Featured Section */} - {/* Investment Performance Section */} + {/* Investment Section */}
- {/* Process Timeline Section */} + {/* Process Section */}
+
+ + {/* Journal Section */} +
+
@@ -337,26 +256,23 @@ export default function HomePage() { Date: Thu, 5 Mar 2026 05:21:17 +0000 Subject: [PATCH 2/3] Update src/app/rent/page.tsx --- src/app/rent/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/rent/page.tsx b/src/app/rent/page.tsx index 3858b27..6f121dd 100644 --- a/src/app/rent/page.tsx +++ b/src/app/rent/page.tsx @@ -55,6 +55,7 @@ export default function RentPage() { imageAlt="Luxury rental property interior" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> -- 2.49.1 From 8980cf6a2b3c2c9df665156f7b0163b3ea774551 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:21:17 +0000 Subject: [PATCH 3/3] Update src/app/sell/page.tsx --- src/app/sell/page.tsx | 99 +++++++++++++------------------------------ 1 file changed, 30 insertions(+), 69 deletions(-) diff --git a/src/app/sell/page.tsx b/src/app/sell/page.tsx index 8036c6d..c13b845 100644 --- a/src/app/sell/page.tsx +++ b/src/app/sell/page.tsx @@ -2,11 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; -import { Sparkles, Home, DollarSign, TrendingUp } from "lucide-react"; +import { Package, TrendingUp } from "lucide-react"; const navItems = [ { name: "Buy", id: "/buy" }, @@ -36,85 +36,49 @@ export default function SellPage() { brandName="Luxe Dubai" navItems={navItems} button={{ - text: "List Property", - href: "/contact", - }} + text: "List Property", href: "#properties"}} /> {/* About Section - Sell Overview */}
- {/* Selling Process Section */} -
- +
@@ -124,8 +88,7 @@ export default function SellPage() {