Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-03-29 09:36:25 +00:00

View File

@@ -123,7 +123,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Visit Us", items: [{ label: "Larnaca, Cyprus", href: "#" }] },
{ title: "Visit Us", items: [{ label: "Areos 1, Larnaca 6016, Cyprus", href: "#" }] },
{ title: "Reservations", items: [{ label: "Book Online", href: "#contact" }] },
]}
logoText="MULAN"
@@ -133,4 +133,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}