Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 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>
);
}
}