From ff8b6d3cc106770549641afe49cececa58d160d8 Mon Sep 17 00:00:00 2001 From: ayrisdev Date: Mon, 13 Apr 2026 13:03:13 +0300 Subject: [PATCH] Swap Yachting and Villas, add keys for i18n --- app/data/hero-sections.ts | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/app/data/hero-sections.ts b/app/data/hero-sections.ts index 270fd6f..3e3e3ca 100644 --- a/app/data/hero-sections.ts +++ b/app/data/hero-sections.ts @@ -1,5 +1,6 @@ export const heroSectionsData = [ { + key: "resort", title: "Resort", subtitle: "A Timeless Escape", bgUrl: "/1.jpg", @@ -11,17 +12,7 @@ export const heroSectionsData = [ } }, { - title: "Villas", - subtitle: "Private Luxury Reflections", - bgUrl: "/SU-3.jpg", - link: "https://www.salmakisvillas.com/", - socials: { - instagram: "https://www.facebook.com/salmakisvillas/", - twitter: "https://x.com/salmakisvillas", - facebook: "https://facebook.com/salmakisvillas", - } - }, - { + key: "yachting", title: "Yachting", subtitle: "Aegean Elegance", bgUrl: "/MEIRA-2000x1333.jpg", @@ -33,4 +24,16 @@ export const heroSectionsData = [ facebook: "https://www.facebook.com/salmakis.yachting/", } }, + { + key: "villas", + title: "Villas", + subtitle: "Private Luxury Reflections", + bgUrl: "/SU-3.jpg", + link: "https://www.salmakisvillas.com/", + socials: { + instagram: "https://www.facebook.com/salmakisvillas/", + twitter: "https://x.com/salmakisvillas", + facebook: "https://facebook.com/salmakisvillas", + } + }, ];