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() { 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() {