Merge version_3 into main #3
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user