feat: add about page for dubai-marina
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
export const roveHomeDescription = [
|
||||
'Fullyfurnished apartments',
|
||||
'Vibrant art installations',
|
||||
'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',
|
||||
image: '/images/about-complex/dubai-marina/amenties.jpg',
|
||||
},
|
||||
{
|
||||
name: 'Community',
|
||||
image: '/images/about-complex/dubai-marina/community.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: '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: 'Fitness',
|
||||
description: 'Cancel all your membership. Your new home has it all',
|
||||
},
|
||||
{
|
||||
title: 'Community',
|
||||
description: 'Connect. Engage. Thrive.',
|
||||
},
|
||||
{
|
||||
title: 'Convenience',
|
||||
description: 'Your smart living hub',
|
||||
},
|
||||
] 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;
|
||||
Reference in New Issue
Block a user