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 */}