Update src/app/apartments/costa-adeje/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
Facebook,
|
||||
Mail,
|
||||
Waves,
|
||||
Chef,
|
||||
UtensilsCrossed,
|
||||
Bed,
|
||||
Palmtree,
|
||||
Wifi,
|
||||
@@ -64,7 +64,7 @@ export default function CostaAdejePage() {
|
||||
{ text: "View Gallery", href: "#gallery" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hammocks-pool-seen-from_1203-358.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hammocks-pool-seen-from_1203-358.jpg"
|
||||
imageAlt="Costa Adeje luxury penthouse with ocean views"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="left"
|
||||
@@ -84,34 +84,22 @@ export default function CostaAdejePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Eye,
|
||||
title: "Panoramic Ocean Views",
|
||||
description: "180-degree unobstructed vistas of the Atlantic Ocean, perfect for sunrise and sunset moments.",
|
||||
},
|
||||
title: "Panoramic Ocean Views", description: "180-degree unobstructed vistas of the Atlantic Ocean, perfect for sunrise and sunset moments."},
|
||||
{
|
||||
icon: Waves,
|
||||
title: "Private Infinity Pool",
|
||||
description: "Temperature-controlled infinity pool seamlessly blending with the ocean horizon.",
|
||||
},
|
||||
title: "Private Infinity Pool", description: "Temperature-controlled infinity pool seamlessly blending with the ocean horizon."},
|
||||
{
|
||||
icon: Chef,
|
||||
title: "Chef's Kitchen",
|
||||
description: "State-of-the-art culinary space with premium appliances and island seating.",
|
||||
},
|
||||
icon: UtensilsCrossed,
|
||||
title: "Chef's Kitchen", description: "State-of-the-art culinary space with premium appliances and island seating."},
|
||||
{
|
||||
icon: Bed,
|
||||
title: "Master Suite",
|
||||
description: "Luxurious master bedroom with spa-like ensuite and ocean-view terrace access.",
|
||||
},
|
||||
title: "Master Suite", description: "Luxurious master bedroom with spa-like ensuite and ocean-view terrace access."},
|
||||
{
|
||||
icon: Palmtree,
|
||||
title: "Tropical Terrace",
|
||||
description: "Expansive outdoor entertaining space with custom landscaping and lounge areas.",
|
||||
},
|
||||
title: "Tropical Terrace", description: "Expansive outdoor entertaining space with custom landscaping and lounge areas."},
|
||||
{
|
||||
icon: Wifi,
|
||||
title: "Smart Home Technology",
|
||||
description: "Integrated automation system controlling lighting, climate, and entertainment.",
|
||||
},
|
||||
title: "Smart Home Technology", description: "Integrated automation system controlling lighting, climate, and entertainment."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,19 +111,13 @@ export default function CostaAdejePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/holidaytenerifeswouth",
|
||||
ariaLabel: "Follow us on Instagram",
|
||||
},
|
||||
href: "https://instagram.com/holidaytenerifeswouth", ariaLabel: "Follow us on Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/holidaytenerifeswouth",
|
||||
ariaLabel: "Follow us on Facebook",
|
||||
},
|
||||
href: "https://facebook.com/holidaytenerifeswouth", ariaLabel: "Follow us on Facebook"},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:info@holidaytenerifeswouth.com",
|
||||
ariaLabel: "Email us",
|
||||
},
|
||||
href: "mailto:info@holidaytenerifeswouth.com", ariaLabel: "Email us"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user