diff --git a/src/app/page.tsx b/src/app/page.tsx index afd6ca7..d31f3e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -252,7 +252,6 @@ export default function SoccerClubPage() { inputPlaceholder="Enter your email" buttonText="Subscribe Now" termsText="We respect your inbox. Unsubscribe anytime. Check our privacy policy for details." - buttons={[{text: "Chat with Us", href: "https://chat.soccerclub.com", onClick: () => window.open('https://chat.soccerclub.com', '_blank')}]} />