2 Commits

Author SHA1 Message Date
97dffe0b87 Update src/app/page.tsx 2026-03-05 19:32:53 +00:00
631863ad51 Merge version_1 into main
Merge version_1 into main
2026-03-05 19:24:17 +00:00

View File

@@ -127,7 +127,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[{ text: "Book Party Hall", href: "contact" }]} buttons={[{ text: "Book Party Hall", onClick: () => {} }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
</div> </div>