Update src/app/page.tsx

This commit is contained in:
2026-01-06 16:38:17 +00:00
parent 08fe6d4296
commit 52ce0c47de

View File

@@ -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')}]}
/>
</div>