Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41510d9055 | |||
| 4bf9f04965 | |||
| d17c1bbea3 |
@@ -92,17 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "All-Star Pro Picks", price: "$10 Entry", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/neon-style-american-football-player_23-2151827378.jpg"},
|
||||
id: "p1", name: "All-Star Pro Picks", price: "$100 Entry", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/neon-style-american-football-player_23-2151827378.jpg"},
|
||||
{
|
||||
id: "p2", name: "Team Clash Mode", price: "$25 Entry", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/portrait-genius-man-holding-credit-card-studio_140725-152407.jpg"},
|
||||
id: "p2", name: "Team Clash Mode", price: "$200 Entry", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/portrait-genius-man-holding-credit-card-studio_140725-152407.jpg"},
|
||||
{
|
||||
id: "p3", name: "Weekly Tournament", price: "$50 Entry", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-vector/basketball-logo-badge-editable-text-effect_32991-10833.jpg"},
|
||||
id: "p3", name: "Weekly Tournament", price: "$800 Entry", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-vector/basketball-logo-badge-editable-text-effect_32991-10833.jpg"},
|
||||
{
|
||||
id: "p4", name: "Daily Prop Booster", price: "$5 Entry", variant: "Basic", imageSrc: "http://img.b2bpic.net/free-photo/cool-young-man-standing-beneath-glowing-neon-lights-surrounded-by-vibrant-colors_482257-126408.jpg"},
|
||||
id: "p4", name: "Daily Prop Booster", price: "$500 Entry", variant: "Basic", imageSrc: "http://img.b2bpic.net/free-photo/cool-young-man-standing-beneath-glowing-neon-lights-surrounded-by-vibrant-colors_482257-126408.jpg"},
|
||||
{
|
||||
id: "p5", name: "League Starter Kit", price: "$15 Entry", variant: "Beginner", imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-footballs-with-flame_23-2148878370.jpg"},
|
||||
id: "p5", name: "League Starter Kit", price: "$300 Entry", variant: "Beginner", imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-footballs-with-flame_23-2148878370.jpg"},
|
||||
{
|
||||
id: "p6", name: "VIP All-Access Pass", price: "$100/mo", variant: "VIP", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-basket-ball_23-2149142380.jpg"},
|
||||
id: "p6", name: "VIP All-Access Pass", price: "$500/mo", variant: "VIP", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-basket-ball_23-2149142380.jpg"},
|
||||
]}
|
||||
title="Daily Games & Props"
|
||||
description="Join our trending basketball challenges today."
|
||||
@@ -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