Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 22:00:34 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -54,8 +54,8 @@ export default function LandingPage() {
mediaAnimation="slide-up"
imagePosition="right"
buttons={[
{ text: "Reserve Your Room", href: "#contact" },
{ text: "Learn More", href: "#about" }
{ text: "Call +33 1 47 81 95 60", href: "tel:+33147819560" },
{ text: "Explore Our Rooms", href: "#rooms" }
]}
buttonAnimation="slide-up"
/>
@@ -214,4 +214,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}