diff --git a/src/app/page.tsx b/src/app/page.tsx index 7383da3..42ef01c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -189,16 +189,16 @@ export default function LandingPage() {
@@ -207,9 +207,9 @@ export default function LandingPage() {