Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-03 19:09:41 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -58,8 +58,8 @@ export default function LandingPage() {
]}
avatarText="Where families and friends unite for fun"
buttons={[
{ text: "Book Your Experience", href: "#contact" },
{ text: "Explore Events", href: "#testimonials" },
{ text: "Book Your Experience", href: "#contact" },
]}
buttonAnimation="slide-up"
/>
@@ -260,4 +260,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}