diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bb19ab..fd20fa0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,12 @@ export default function LandingPage() { @@ -124,15 +102,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "Are your menus safe?", content: "Yes. Our builds are tested daily against EAC/VAC and HWID bans. Safety is our #1 priority."}, - { - id: "f2", title: "How fast is delivery?", content: "Instant. Our automated system handles most deliveries in under 5 minutes."}, - { - id: "f3", title: "Do you offer refunds?", content: "Yes, we offer a money-back guarantee if you experience technical issues we cannot resolve."}, + { id: "f1", title: "Are these C++ menus safe?", content: "Yes, our C++ menus are rigorously tested to ensure they are undetectable by common ACs." }, + { id: "f2", title: "Is account recovery guaranteed?", content: "Yes, all digital accounts come with lifetime support and recovery warranties." }, + { id: "f3", title: "How is the data delivered?", content: "All digital deliveries are automated and instantaneous upon payment verification." }, ]} - title="Frequently Asked Questions" - description="Everything you need to know about our services and safety." + title="Common Questions" + description="Everything you need to know about our menus and sales." faqsAnimation="slide-up" /> @@ -140,16 +115,13 @@ export default function LandingPage() {
@@ -157,26 +129,9 @@ export default function LandingPage() {