Merge version_1 into main #2
@@ -36,9 +36,7 @@ export default function RentPage() {
|
||||
brandName="Luxe Dubai"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Find Rental",
|
||||
href: "#rentals",
|
||||
}}
|
||||
text: "Find Rental", href: "#rentals"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,8 +51,8 @@ export default function RentPage() {
|
||||
{ value: "200+", title: "Rental Properties" },
|
||||
{ value: "98%", title: "Tenant Satisfaction" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2"
|
||||
imageAlt: "Luxury rental property interior"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg"
|
||||
imageAlt="Luxury rental property interior"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -69,37 +67,13 @@ export default function RentPage() {
|
||||
tagIcon={Package}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Burj Khalifa Furnished Apartment",
|
||||
price: "AED 250,000/year",
|
||||
variant: "4BR Duplex | 520 sqm | Furnished",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=3",
|
||||
imageAlt: "Burj Khalifa rental apartment",
|
||||
},
|
||||
id: "1", name: "Burj Khalifa Furnished Apartment", price: "AED 250,000/year", variant: "4BR Duplex | 520 sqm | Furnished", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", imageAlt: "Burj Khalifa rental apartment"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Palm Jumeirah Beach Villa",
|
||||
price: "AED 400,000/year",
|
||||
variant: "5BR Villa | 850 sqm | Private Beach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=3",
|
||||
imageAlt: "Palm Jumeirah rental villa",
|
||||
},
|
||||
id: "2", name: "Palm Jumeirah Beach Villa", price: "AED 400,000/year", variant: "5BR Villa | 850 sqm | Private Beach", imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg", imageAlt: "Palm Jumeirah rental villa"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emirates Hills Mansion Rental",
|
||||
price: "AED 350,000/year",
|
||||
variant: "6BR Mansion | 1200 sqm | Golf View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/place-relax-sunny-beach-black-sea-bulgaria-summer-vacation-travel-holiday_627829-9817.jpg?_wi=3",
|
||||
imageAlt: "Emirates Hills rental mansion",
|
||||
},
|
||||
id: "3", name: "Emirates Hills Mansion Rental", price: "AED 350,000/year", variant: "6BR Mansion | 1200 sqm | Golf View", imageSrc: "http://img.b2bpic.net/free-photo/place-relax-sunny-beach-black-sea-bulgaria-summer-vacation-travel-holiday_627829-9817.jpg", imageAlt: "Emirates Hills rental mansion"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Downtown Dubai Penthouse",
|
||||
price: "AED 180,000/year",
|
||||
variant: "3BR Penthouse | 420 sqm | Fountain View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rooftop-pool-with-city-view_23-2151976543.jpg?_wi=4",
|
||||
imageAlt: "Downtown Dubai rental penthouse",
|
||||
},
|
||||
id: "4", name: "Downtown Dubai Penthouse", price: "AED 180,000/year", variant: "3BR Penthouse | 420 sqm | Fountain View", imageSrc: "http://img.b2bpic.net/free-photo/rooftop-pool-with-city-view_23-2151976543.jpg", imageAlt: "Downtown Dubai rental penthouse"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
@@ -113,8 +87,7 @@ export default function RentPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{ label: "Buy", href: "/buy" },
|
||||
{ label: "Sell", href: "/sell" },
|
||||
{ label: "Rent", href: "/rent" },
|
||||
@@ -122,8 +95,7 @@ export default function RentPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Journal", href: "/journal" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -131,8 +103,7 @@ export default function RentPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user