Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-11 09:19:48 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
]}
avatarText="Join the social experience"
buttons={[
{ text: "Reserve Table", href: "#booking" },
{ text: "Reserve Now & Save 15%", href: "#booking" },
{ text: "Book Escape Room", href: "#booking" }
]}
buttonAnimation="slide-up"
@@ -293,4 +293,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}