Ready for production deployment with Dockerfile and i18n support
This commit is contained in:
36
app/data/hero-sections.ts
Normal file
36
app/data/hero-sections.ts
Normal 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/",
|
||||
}
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user