4 Commits

Author SHA1 Message Date
81c0da67f1 Merge version_3 into main
Merge version_3 into main
2026-03-03 19:09:41 +00:00
0b3c835c3e Update src/app/page.tsx 2026-03-03 19:09:37 +00:00
4cc2c97452 Update src/app/layout.tsx 2026-03-03 19:09:36 +00:00
28a46e3af2 Merge version_2 into main
Merge version_2 into main
2026-03-03 19:04:17 +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>
);
}
}