Merge version_1 into main #1
154
src/app/page.tsx
154
src/app/page.tsx
@@ -19,27 +19,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Properties",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Properties", id: "products" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Royalton Dubai"
|
||||
/>
|
||||
@@ -48,15 +43,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Defining Luxury Real Estate in Dubai"
|
||||
description="Discover the most exclusive properties in Dubai with Royalton, where excellence meets unparalleled service."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Listings",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Listings", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169758.jpg"
|
||||
/>
|
||||
@@ -77,41 +69,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Palm Jumeirah Villa",
|
||||
price: "AED 25M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2668.jpg",
|
||||
},
|
||||
id: "p1", name: "Palm Jumeirah Villa", price: "AED 25M", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2668.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Downtown Luxury Apartment",
|
||||
price: "AED 8M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg",
|
||||
},
|
||||
id: "p2", name: "Downtown Luxury Apartment", price: "AED 8M", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-chair-balcony-holding-newspaper_23-2148161260.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Marina Waterfront Penthouse",
|
||||
price: "AED 15M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263535.jpg",
|
||||
},
|
||||
id: "p3", name: "Marina Waterfront Penthouse", price: "AED 15M", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263535.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Jumeirah Park Estate",
|
||||
price: "AED 12M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-working-table_105762-2016.jpg",
|
||||
},
|
||||
id: "p4", name: "Jumeirah Park Estate", price: "AED 12M", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-working-table_105762-2016.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Business Bay Sky Residence",
|
||||
price: "AED 6M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-2069.jpg",
|
||||
},
|
||||
id: "p5", name: "Business Bay Sky Residence", price: "AED 6M", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-2069.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Dubai Hills Mansion",
|
||||
price: "AED 30M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_74190-2414.jpg",
|
||||
},
|
||||
id: "p6", name: "Dubai Hills Mansion", price: "AED 30M", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_74190-2414.jpg"},
|
||||
]}
|
||||
title="Exclusive Listings"
|
||||
description="Browse our hand-picked selection of Dubai's finest properties."
|
||||
@@ -125,20 +93,11 @@ export default function LandingPage() {
|
||||
tag="Expertise"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Successful Deals",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Successful Deals"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "m2", value: "20+", description: "Years Experience"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1.2B+",
|
||||
description: "AED Managed Portfolio",
|
||||
},
|
||||
id: "m3", value: "1.2B+", description: "AED Managed Portfolio"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -152,25 +111,15 @@ export default function LandingPage() {
|
||||
author="Sarah & John Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-real-estate-agent-talking-business-showing-house-gay-couple_23-2150164745.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-real-estate-agent-talking-business-showing-house-gay-couple_23-2150164745.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-holding-coffee-phone_171337-19923.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-holding-coffee-phone_171337-19923.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/well-dressed-businessmen-closing-deal_1098-2842.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/well-dressed-businessmen-closing-deal_1098-2842.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Client 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -182,14 +131,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Developer A",
|
||||
"Developer B",
|
||||
"Developer C",
|
||||
"Developer D",
|
||||
"Developer E",
|
||||
"Developer F",
|
||||
"Developer G",
|
||||
]}
|
||||
"Developer A", "Developer B", "Developer C", "Developer D", "Developer E", "Developer F", "Developer G"]}
|
||||
title="Trusted Partners"
|
||||
description="Collaborating with the leaders in luxury development."
|
||||
/>
|
||||
@@ -200,20 +142,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How is the real estate market in Dubai?",
|
||||
content: "Dubai's real estate market remains robust and one of the most profitable globally.",
|
||||
},
|
||||
id: "q1", title: "How is the real estate market in Dubai?", content: "Dubai's real estate market remains robust and one of the most profitable globally."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What fees are involved in buying?",
|
||||
content: "Typically involves registration fees, DLD fees, and agency commissions.",
|
||||
},
|
||||
id: "q2", title: "What fees are involved in buying?", content: "Typically involves registration fees, DLD fees, and agency commissions."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can non-residents buy property?",
|
||||
content: "Yes, Dubai offers a highly accessible property market for international investors.",
|
||||
},
|
||||
id: "q3", title: "Can non-residents buy property?", content: "Yes, Dubai offers a highly accessible property market for international investors."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -224,8 +157,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Connect with Royalton"
|
||||
description="Book a consultation with our property experts in Dubai."
|
||||
@@ -239,29 +171,19 @@ export default function LandingPage() {
|
||||
logoText="Royalton Dubai"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Listings",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Listings", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user