From 4bf9f049653332c2e5ecb8e40284d6ed4db524f1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 06:37:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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() { -- 2.49.1