about marasi drive in process
This commit is contained in:
@@ -1,158 +1,158 @@
|
||||
export const roveHomeDescription = [
|
||||
'Fullyfurnished apartments',
|
||||
'Vibrant art installations',
|
||||
'Inspiring design',
|
||||
export const dubaiMarinaDescriptionBadges = [
|
||||
"Fullyfurnished apartments",
|
||||
"Vibrant art installations",
|
||||
"Inspiring design",
|
||||
] as const;
|
||||
|
||||
export const dubaiMarinaFeatures = [
|
||||
{
|
||||
name: 'Life-enhancing Amenties',
|
||||
image: '/images/about-complex/dubai-marina/amenties.jpg',
|
||||
name: "Life-enhancing Amenties",
|
||||
image: "/images/about-complex/dubai-marina/amenties.jpg",
|
||||
},
|
||||
{
|
||||
name: 'Community',
|
||||
image: '/images/about-complex/dubai-marina/community.jpg',
|
||||
name: "Community",
|
||||
image: "/images/about-complex/dubai-marina/community.jpg",
|
||||
},
|
||||
{
|
||||
name: 'Wellness Focus',
|
||||
image: '/images/about-complex/dubai-marina/wellness.jpg',
|
||||
name: "Wellness Focus",
|
||||
image: "/images/about-complex/dubai-marina/wellness.jpg",
|
||||
},
|
||||
{
|
||||
name: 'Rove-Style Design',
|
||||
image: '/images/about-complex/dubai-marina/design.jpg',
|
||||
name: "Rove-Style Design",
|
||||
image: "/images/about-complex/dubai-marina/design.jpg",
|
||||
},
|
||||
{
|
||||
name: 'Fully-Furnished Apartments',
|
||||
image: '/images/about-complex/dubai-marina/furnished.jpg',
|
||||
name: "Fully-Furnished Apartments",
|
||||
image: "/images/about-complex/dubai-marina/furnished.jpg",
|
||||
},
|
||||
] as const;
|
||||
|
||||
export const dubaiMarinaDescription = [
|
||||
{
|
||||
title: 'Wellness',
|
||||
description: 'Unlock your inner zen in our wellness playground',
|
||||
title: "Wellness",
|
||||
description: "Unlock your inner zen in our wellness playground",
|
||||
},
|
||||
{
|
||||
title: 'Fitness',
|
||||
description: 'Cancel all your membership. Your new home has it all',
|
||||
title: "Fitness",
|
||||
description: "Cancel all your membership. Your new home has it all",
|
||||
},
|
||||
{
|
||||
title: 'Community',
|
||||
description: 'Connect. Engage. Thrive.',
|
||||
title: "Community",
|
||||
description: "Connect. Engage. Thrive.",
|
||||
},
|
||||
{
|
||||
title: 'Convenience',
|
||||
description: 'Your smart living hub',
|
||||
title: "Convenience",
|
||||
description: "Your smart living hub",
|
||||
},
|
||||
] as const;
|
||||
|
||||
export const dubaiMarinaSlider = {
|
||||
Wellness: [
|
||||
{
|
||||
title: 'Indoor Infinity Pool',
|
||||
title: "Indoor Infinity Pool",
|
||||
description:
|
||||
'Breezy and open in winter and closed in summer – this one-of-a-kind convertible pool takes relaxation to new heights, 165 meters to be precise!',
|
||||
image: '/images/about-complex/dubai-marina/pool1.jpg',
|
||||
"Breezy and open in winter and closed in summer – this one-of-a-kind convertible pool takes relaxation to new heights, 165 meters to be precise!",
|
||||
image: "/images/about-complex/dubai-marina/pool1.jpg",
|
||||
},
|
||||
{
|
||||
title: 'Multi-sensory wellness pods',
|
||||
title: "Multi-sensory wellness pods",
|
||||
description:
|
||||
'Set against a backdrop of dream-worthy views, immerse yourself in diverse wellness experiences including ultrashield oxygen, cold bucket showers and more.',
|
||||
image: '/images/about-complex/dubai-marina/pool2.jpg',
|
||||
"Set against a backdrop of dream-worthy views, immerse yourself in diverse wellness experiences including ultrashield oxygen, cold bucket showers and more.",
|
||||
image: "/images/about-complex/dubai-marina/pool2.jpg",
|
||||
},
|
||||
],
|
||||
Fitness: [
|
||||
{
|
||||
title: 'Semi-Olympic Leisure Pool',
|
||||
title: "Semi-Olympic Leisure Pool",
|
||||
description:
|
||||
'Overlooking the city, enjoy a leisurely swim, do your daily 25-meter laps or just unwind at one of the cozy cabanas,',
|
||||
image: '/images/about-complex/dubai-marina/fitness1.jpg',
|
||||
"Overlooking the city, enjoy a leisurely swim, do your daily 25-meter laps or just unwind at one of the cozy cabanas,",
|
||||
image: "/images/about-complex/dubai-marina/fitness1.jpg",
|
||||
},
|
||||
{
|
||||
title: 'Boutique Fitness Studio',
|
||||
title: "Boutique Fitness Studio",
|
||||
description:
|
||||
'Elevate your fitness regime at flagship Crank Ride & Shape studios – blending fitness, fun, and thrill vibes.',
|
||||
image: '/images/about-complex/dubai-marina/fitness2.jpg',
|
||||
"Elevate your fitness regime at flagship Crank Ride & Shape studios – blending fitness, fun, and thrill vibes.",
|
||||
image: "/images/about-complex/dubai-marina/fitness2.jpg",
|
||||
},
|
||||
],
|
||||
Community: [
|
||||
{
|
||||
title: 'Multi-Purpose Hall',
|
||||
title: "Multi-Purpose Hall",
|
||||
description:
|
||||
'Designed for gatherings, gamings, and entertainment, step into a vibrant multi-functional indoor and outdoor space that can be rented for special events.',
|
||||
image: '/images/about-complex/dubai-marina/community.jpg',
|
||||
"Designed for gatherings, gamings, and entertainment, step into a vibrant multi-functional indoor and outdoor space that can be rented for special events.",
|
||||
image: "/images/about-complex/dubai-marina/community.jpg",
|
||||
},
|
||||
{
|
||||
title: 'Lobby Lounge',
|
||||
title: "Lobby Lounge",
|
||||
description:
|
||||
'Enjoy multi-level seating, reading nooks, co-working spaces, Rove Café and more, for an unforgettable welcome, every time you come home.',
|
||||
image: '/images/about-complex/dubai-marina/community2.jpg',
|
||||
"Enjoy multi-level seating, reading nooks, co-working spaces, Rove Café and more, for an unforgettable welcome, every time you come home.",
|
||||
image: "/images/about-complex/dubai-marina/community2.jpg",
|
||||
},
|
||||
],
|
||||
Convenience: [
|
||||
{
|
||||
title: 'Rentable Guest Room',
|
||||
title: "Rentable Guest Room",
|
||||
description:
|
||||
'A private space for guests to relax and unwind, complete with a comfortable seating area, a flat-screen TV, and a private bathroom.',
|
||||
image: '/images/about-complex/dubai-marina/convenience1.jpg',
|
||||
"A private space for guests to relax and unwind, complete with a comfortable seating area, a flat-screen TV, and a private bathroom.",
|
||||
image: "/images/about-complex/dubai-marina/convenience1.jpg",
|
||||
},
|
||||
{
|
||||
title: 'Entrance & Concierge',
|
||||
description: 'An unforgettable welcome, every time you come home.',
|
||||
image: '/images/about-complex/dubai-marina/design.jpg',
|
||||
title: "Entrance & Concierge",
|
||||
description: "An unforgettable welcome, every time you come home.",
|
||||
image: "/images/about-complex/dubai-marina/design.jpg",
|
||||
},
|
||||
],
|
||||
} as const;
|
||||
|
||||
export const sliderBadgesCategory = {
|
||||
Wellness: [
|
||||
'Vitality Pool',
|
||||
'Reflexology Pool',
|
||||
'Cold Plunge Pool',
|
||||
'Convertible Indoor Infinity Pool',
|
||||
'Zen Library Area',
|
||||
'Finnish Sauna Pod',
|
||||
'Aroma Steam Pod',
|
||||
'Salt Steam Pod',
|
||||
'Ultra Shield Oxygen Pod',
|
||||
'Experience Shower Pods',
|
||||
"Vitality Pool",
|
||||
"Reflexology Pool",
|
||||
"Cold Plunge Pool",
|
||||
"Convertible Indoor Infinity Pool",
|
||||
"Zen Library Area",
|
||||
"Finnish Sauna Pod",
|
||||
"Aroma Steam Pod",
|
||||
"Salt Steam Pod",
|
||||
"Ultra Shield Oxygen Pod",
|
||||
"Experience Shower Pods",
|
||||
],
|
||||
Fitness: [
|
||||
'State-of-the-Art Gym',
|
||||
'Crank Fitness Studios – Bike & Shape',
|
||||
'Counter-current Pool',
|
||||
'Rowing Workout',
|
||||
'Aqua Cycling',
|
||||
'Outdoor Semi-olympic Leisure Pool',
|
||||
'Outdoor Gym Park',
|
||||
'Pedal-powered Workstations',
|
||||
"State-of-the-Art Gym",
|
||||
"Crank Fitness Studios – Bike & Shape",
|
||||
"Counter-current Pool",
|
||||
"Rowing Workout",
|
||||
"Aqua Cycling",
|
||||
"Outdoor Semi-olympic Leisure Pool",
|
||||
"Outdoor Gym Park",
|
||||
"Pedal-powered Workstations",
|
||||
],
|
||||
Community: [
|
||||
'Multipurpose Area',
|
||||
'Rentable Kitchen',
|
||||
'Gaming Lounge',
|
||||
'Arcade Zone and PlayStation',
|
||||
'Indoor Cinema',
|
||||
'Suspended Net Lounge',
|
||||
'Karaoke Studios',
|
||||
'Outdoor Cinema & Ampitheatre',
|
||||
'Rove Café and Energise Bar',
|
||||
'Co-working Spaces',
|
||||
'Meeting Rooms & Pods',
|
||||
'Lobby Lounge',
|
||||
'Marina Views Chill Zone',
|
||||
'Allotment Gardens',
|
||||
"Multipurpose Area",
|
||||
"Rentable Kitchen",
|
||||
"Gaming Lounge",
|
||||
"Arcade Zone and PlayStation",
|
||||
"Indoor Cinema",
|
||||
"Suspended Net Lounge",
|
||||
"Karaoke Studios",
|
||||
"Outdoor Cinema & Ampitheatre",
|
||||
"Rove Café and Energise Bar",
|
||||
"Co-working Spaces",
|
||||
"Meeting Rooms & Pods",
|
||||
"Lobby Lounge",
|
||||
"Marina Views Chill Zone",
|
||||
"Allotment Gardens",
|
||||
],
|
||||
Convenience: [
|
||||
'Smart Home Digital Features',
|
||||
'Organic Smart Gardens',
|
||||
'Electric Vehicle Charging Stations',
|
||||
'Bike/Scooter Rental and Storage',
|
||||
'Free Wi-fi',
|
||||
'24x7 Convenience Store',
|
||||
'Rentable Guest Rooms',
|
||||
'Changing Rooms',
|
||||
'Rentable Storage',
|
||||
'Concierge',
|
||||
"Smart Home Digital Features",
|
||||
"Organic Smart Gardens",
|
||||
"Electric Vehicle Charging Stations",
|
||||
"Bike/Scooter Rental and Storage",
|
||||
"Free Wi-fi",
|
||||
"24x7 Convenience Store",
|
||||
"Rentable Guest Rooms",
|
||||
"Changing Rooms",
|
||||
"Rentable Storage",
|
||||
"Concierge",
|
||||
],
|
||||
};
|
||||
|
||||
@@ -0,0 +1,120 @@
|
||||
export const marasiDriveDescriptionBadges = [
|
||||
"Expandable Living Solutions",
|
||||
"Heartbeat Location",
|
||||
"Inspired Interiors",
|
||||
] as const;
|
||||
|
||||
export const marasiDriveFeatures = [
|
||||
{
|
||||
name: "Community",
|
||||
image: "/images/about-complex/marasi-drive/community.jpg",
|
||||
},
|
||||
{
|
||||
name: "Central Urban Locations",
|
||||
image: "/images/about-complex/marasi-drive/location.jpg",
|
||||
},
|
||||
{
|
||||
name: "Fully Loaded Amenties",
|
||||
image: "/images/about-complex/marasi-drive/amenties.jpg",
|
||||
},
|
||||
{
|
||||
name: "Rove-Inspired Design",
|
||||
image: "/images/about-complex/marasi-drive/design.jpg",
|
||||
},
|
||||
{
|
||||
name: "Add-on Services",
|
||||
image: "/images/about-complex/marasi-drive/services.jpg",
|
||||
},
|
||||
] as const;
|
||||
|
||||
export const marasiDriveExpandable = [
|
||||
"/images/about-complex/marasi-drive/living_solution1.jpg",
|
||||
"/images/about-complex/marasi-drive/living_solution2.jpg",
|
||||
"/images/about-complex/marasi-drive/living_solution3.jpg",
|
||||
] as const;
|
||||
|
||||
export const marasiDriveInspiredInteriors = [
|
||||
{
|
||||
name: "Studio flex",
|
||||
image: "/images/about-complex/marasi-drive/studio_flex.jpg",
|
||||
},
|
||||
{
|
||||
name: "Studio²",
|
||||
image: "/images/about-complex/marasi-drive/studio2.jpg",
|
||||
},
|
||||
{
|
||||
name: "1 Bedroom²",
|
||||
image: "/images/about-complex/marasi-drive/1bedroom2.jpg",
|
||||
},
|
||||
{
|
||||
name: "2 Bedroom²",
|
||||
image: "/images/about-complex/marasi-drive/2bedroom2.jpg",
|
||||
},
|
||||
] as const;
|
||||
|
||||
export const marasiDriveNeighbours = [
|
||||
{
|
||||
name: "City Walk",
|
||||
image: "/images/about-complex/marasi-drive/city_walk.jpg",
|
||||
},
|
||||
{
|
||||
name: "Downtown Dubai",
|
||||
image: "/images/about-complex/marasi-drive/downtown.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marasi promenade",
|
||||
image: "/images/about-complex/marasi-drive/promenade.jpg",
|
||||
},
|
||||
{
|
||||
name: "Dubai Mall",
|
||||
image: "/images/about-complex/marasi-drive/mall.jpg",
|
||||
},
|
||||
] as const;
|
||||
|
||||
export const marasiDriveMapCards = [
|
||||
{
|
||||
title: "Burj Khalifa",
|
||||
mins: 10,
|
||||
image: "/images/about-complex/marasi-drive/burj_khalifa.jpg",
|
||||
},
|
||||
{
|
||||
title: "Dubai Fountain",
|
||||
mins: 15,
|
||||
image: "/images/about-complex/marasi-drive/fountain.jpg",
|
||||
},
|
||||
{
|
||||
title: "Dubai Mall",
|
||||
mins: 15,
|
||||
image: "/images/about-complex/marasi-drive/mall.jpg",
|
||||
},
|
||||
{
|
||||
title: "Dubai Opera",
|
||||
mins: 15,
|
||||
image: "/images/about-complex/marasi-drive/opera.jpg",
|
||||
},
|
||||
{
|
||||
title: "Marasi Promenade",
|
||||
mins: 15,
|
||||
image: "/images/about-complex/marasi-drive/promenade.jpg",
|
||||
},
|
||||
{
|
||||
title: "Rove Downtown Hotel",
|
||||
mins: 15,
|
||||
image: "/images/about-complex/marasi-drive/rovedowntown.jpg",
|
||||
},
|
||||
{
|
||||
title: "Rove City Walk Hotel",
|
||||
mins: 15,
|
||||
image: "/images/about-complex/marasi-drive/rovecitywalk.jpg",
|
||||
},
|
||||
{
|
||||
title: "Coca-Cola Arena",
|
||||
mins: 15,
|
||||
image: "/images/about-complex/marasi-drive/arena.jpg",
|
||||
},
|
||||
{
|
||||
title: "Dubai International Airport",
|
||||
mins: 15,
|
||||
image: "/images/about-complex/marasi-drive/airport.jpg",
|
||||
},
|
||||
] as const;
|
||||
Reference in New Issue
Block a user