Merge version_2 into main #2

Merged
development merged 6 commits from version_2 into main 2026-01-28 00:54:44 +00:00
Showing only changes of commit adba01f49f - Show all commits

View File

@@ -61,8 +61,7 @@ export default function AboutPage() {
id: "1", title: "Authentic Greek Heritage", description: "Honoring centuries-old traditions of Mediterranean hospitality and warm welcome", tag: "Tradition", imageSrc: "https://img.b2bpic.net/free-photo/resort-relax-lifestyle-blue-chair_1203-4634.jpg", imageAlt: "Traditional Greek architecture and design" id: "1", title: "Authentic Greek Heritage", description: "Honoring centuries-old traditions of Mediterranean hospitality and warm welcome", tag: "Tradition", imageSrc: "https://img.b2bpic.net/free-photo/resort-relax-lifestyle-blue-chair_1203-4634.jpg", imageAlt: "Traditional Greek architecture and design"
}, },
{ {
id: "2", id: "2", title: "Sustainable Luxury", description: "Committed to preserving Santorini's natural beauty for future generations", tag: "Responsibility", imageSrc: "https://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg", imageAlt: "Sustainable resort practices"
title: "Sustainable Luxury", description: "Committed to preserving Santorini's natural beauty for future generations", tag: "Responsibility", imageSrc: "https://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg", imageAlt: "Sustainable resort practices"
} }
]} ]}
/> />
@@ -111,4 +110,4 @@ export default function AboutPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }