Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -252,7 +252,6 @@ export default function SoccerClubPage() {
|
|||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Subscribe Now"
|
buttonText="Subscribe Now"
|
||||||
termsText="We respect your inbox. Unsubscribe anytime. Check our privacy policy for details."
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user