diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 70278cf..9d1c603 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d5abe9..1353285 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}