From 44a09a76db9f1f4b8728d02a851ca9f771a2f982 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 08:08:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 86 ++++++++++++++++-------------------------------- 1 file changed, 28 insertions(+), 58 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e57ca64..8e5f431 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MediaAbout from '@/components/sections/about/MediaAbout'; @@ -28,7 +28,7 @@ export default function LandingPage() { headingFontWeight="medium" > @@ -50,25 +49,13 @@ export default function LandingPage() { tag="Premium Collections" tagIcon={Sparkles} buttons={[ - { text: "Explore Properties", href: "properties" }, - { text: "Contact Agent", href: "contact" } + { text: "Explore Properties", href: "#properties" }, + { text: "Contact Agent", href: "#contact" } ]} mediaItems={[ - { - imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", imageAlt: "Luxury penthouse in Dubai Marina" - }, - { - imageSrc: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg?_wi=1", imageAlt: "Dubai skyline at night" - }, - { - imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=1", imageAlt: "Modern luxury exterior design" - }, - { - imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=1", imageAlt: "Contemporary luxury architecture" - }, - { - imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2", imageAlt: "Spacious modern interior with panoramic view" - } + { imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", imageAlt: "Luxury penthouse in Dubai Marina" }, + { imageSrc: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg?_wi=1", imageAlt: "Dubai skyline at night" }, + { imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=1", imageAlt: "Modern luxury exterior design" } ]} mediaAnimation="blur-reveal" /> @@ -86,19 +73,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" carouselMode="buttons" buttons={[ - { text: "See all properties", href: "/properties" } + { text: "See all properties", href: "#" } ]} products={[ - { - id: "1", name: "Palm Jumeirah Villa", price: "AED 12,500,000", variant: "5 Bed Villa | Beachfront", imageSrc: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg?_wi=2", imageAlt: "Luxury villa on Palm Jumeirah", isFavorited: false, - onProductClick: () => window.location.href = "/property/palm-jumeirah-villa" - }, - { - id: "2", name: "Downtown Dubai Penthouse", price: "AED 8,750,000", variant: "4 Bed Penthouse | City View", imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=2", imageAlt: "Modern penthouse in Downtown Dubai", isFavorited: false - }, - { - id: "3", name: "Emirates Hills Townhouse", price: "AED 6,200,000", variant: "4 Bed Townhouse | Golf View", imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=2", imageAlt: "Contemporary townhouse in Emirates Hills", isFavorited: false - } + { id: "1", name: "Palm Jumeirah Villa", price: "AED 12,500,000", variant: "5 Bed Villa | Beachfront", imageSrc: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg?_wi=2", isFavorited: false }, + { id: "2", name: "Downtown Dubai Penthouse", price: "AED 8,750,000", variant: "4 Bed Penthouse | City View", imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=2", isFavorited: false }, + { id: "3", name: "Emirates Hills Townhouse", price: "AED 6,200,000", variant: "4 Bed Townhouse | Golf View", imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=2", isFavorited: false } ]} /> @@ -106,10 +86,9 @@ export default function LandingPage() {
@@ -142,16 +117,15 @@ export default function LandingPage() {
@@ -159,17 +133,15 @@ export default function LandingPage() {
@@ -177,14 +149,13 @@ export default function LandingPage() {
@@ -194,11 +165,10 @@ export default function LandingPage() { tag="Support & Inquiries" tagIcon={Mail} title="How can we assist you?" - description="Whether you are looking for property management support, investment advice, or have questions about a listing, our dedicated support team is here to help." + description="Our dedicated support team is here to help with your inquiries." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} buttons={[ - { text: "Submit Support Ticket", href: "#" }, { text: "Schedule Consultation", href: "#" } ]} /> @@ -207,9 +177,9 @@ export default function LandingPage() {