Merge version_2 into main #2
@@ -174,14 +174,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "How do I start?", content: "Simply sign up, deposit using a supported method, and start making your picks."},
|
||||
id: "f1", title: "How do I play fantasy hoops?", content: "Draft your dream lineup of NBA players and earn points based on their real-world performance each game."},
|
||||
{
|
||||
id: "f2", title: "Are games secure?", content: "Yes, we prioritize fair play and secure transactions for all users."},
|
||||
id: "f2", title: "What sports do you cover?", content: "We specialize in NBA, college basketball, and major international leagues for our fantasy gaming modes."},
|
||||
{
|
||||
id: "f3", title: "Do you cover other leagues?", content: "We cover NBA, college hoops, and several other pro USA basketball formats."},
|
||||
id: "f3", title: "Is my gaming data secure?", content: "Yes, we use top-tier encryption to ensure your profile, predictions, and transaction history are completely protected."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers to help you start winning."
|
||||
title="Basketball Gaming FAQs"
|
||||
description="Get the answers you need to dominate the court."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -189,16 +189,16 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Need Help?"
|
||||
description="Our support team is ready to assist you anytime."
|
||||
title="Contact Our Hoops Support"
|
||||
description="Have questions about your fantasy lineup or tournament payout? Contact our dedicated sports gaming support team."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
name: "name", type: "text", placeholder: "Your Full Name"},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Email Address"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us how we can help"}}
|
||||
name: "message", placeholder: "Describe your gaming issue or question here"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/asian-coder-with-physical-disability-working-with-african-american-developer-create-security-firewall-terminasl-window-it-engineer-wheelchair-programming-html-script-code_482257-60732.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -207,9 +207,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="HoopsGaming"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
text: "Privacy Policy", href: "/privacy"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
text: "Basketball Rules", href: "/rules"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user