feat: moible dubai-marina in process
This commit is contained in:
+110
-27
@@ -4,19 +4,6 @@ export const roveHomeDescription = [
|
||||
'Inspiring design',
|
||||
] as const;
|
||||
|
||||
export const wellnessDescription = [
|
||||
'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',
|
||||
] as const;
|
||||
|
||||
export const dubaiMarinaFeatures = [
|
||||
{
|
||||
name: 'Life-enhancing Amenties',
|
||||
@@ -59,17 +46,113 @@ export const dubaiMarinaDescription = [
|
||||
},
|
||||
] as const;
|
||||
|
||||
export const dubaiMarinaWellnessSlides = [
|
||||
{
|
||||
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',
|
||||
},
|
||||
{
|
||||
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',
|
||||
},
|
||||
] as const;
|
||||
export const dubaiMarinaSlider = {
|
||||
Wellness: [
|
||||
{
|
||||
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',
|
||||
},
|
||||
{
|
||||
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',
|
||||
},
|
||||
],
|
||||
Fitness: [
|
||||
{
|
||||
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',
|
||||
},
|
||||
{
|
||||
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',
|
||||
},
|
||||
],
|
||||
Community: [
|
||||
{
|
||||
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/community1.jpg',
|
||||
},
|
||||
{
|
||||
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',
|
||||
},
|
||||
],
|
||||
Convenience: [
|
||||
{
|
||||
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',
|
||||
},
|
||||
{
|
||||
title: 'Entrance & Concierge',
|
||||
description: 'An unforgettable welcome, every time you come home.',
|
||||
image: '/images/about-complex/dubai-marina/convenience2.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',
|
||||
],
|
||||
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',
|
||||
],
|
||||
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',
|
||||
],
|
||||
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',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user