From 146ea233ad807807c3eb6a7e5d1d9b41f76c0ebd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:34:37 +0000 Subject: [PATCH] Update src/app/apartments/costa-adeje/page.tsx --- src/app/apartments/costa-adeje/page.tsx | 42 +++++++------------------ 1 file changed, 12 insertions(+), 30 deletions(-) diff --git a/src/app/apartments/costa-adeje/page.tsx b/src/app/apartments/costa-adeje/page.tsx index 8bf2212..ad1b6fa 100644 --- a/src/app/apartments/costa-adeje/page.tsx +++ b/src/app/apartments/costa-adeje/page.tsx @@ -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."}, ]} /> @@ -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"}, ]} />