Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b3c835c3e | |||
| 4cc2c97452 | |||
| 28a46e3af2 |
@@ -1424,4 +1424,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,8 +58,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
avatarText="Where families and friends unite for fun"
|
avatarText="Where families and friends unite for fun"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Experience", href: "#contact" },
|
|
||||||
{ text: "Explore Events", href: "#testimonials" },
|
{ text: "Explore Events", href: "#testimonials" },
|
||||||
|
{ text: "Book Your Experience", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -260,4 +260,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user