Ready for production deployment with Dockerfile and i18n support

This commit is contained in:
2026-04-13 12:57:52 +03:00
parent 8346812507
commit b30376aa1d
32 changed files with 1078 additions and 117 deletions

36
app/data/hero-sections.ts Normal file
View File

@@ -0,0 +1,36 @@
export const heroSectionsData = [
{
title: "Resort",
subtitle: "A Timeless Escape",
bgUrl: "/1.jpg",
link: "https://www.salmakishotel.com/",
socials: {
instagram: "https://www.facebook.com/SalmakisResortSpa",
twitter: "https://x.com/SalmakisRS",
facebook: "https://www.instagram.com/salmakisspafitness/",
}
},
{
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",
}
},
{
title: "Yachting",
subtitle: "Aegean Elegance",
bgUrl: "/MEIRA-2000x1333.jpg",
videoId: "0k4s7X8EgYI",
link: "https://www.salmakisyachting.com/",
socials: {
instagram: "https://www.instagram.com/salmakisyachting/",
twitter: "https://x.com/SalmakisYacht",
facebook: "https://www.facebook.com/salmakis.yachting/",
}
},
];