From bae57192184c2d4a77e5a8a1122e06dd9d68f5a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:20:46 +0000 Subject: [PATCH] Update src/app/tips-and-tricks/page.tsx --- src/app/tips-and-tricks/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/tips-and-tricks/page.tsx b/src/app/tips-and-tricks/page.tsx index d3249c6..b6a1e4e 100644 --- a/src/app/tips-and-tricks/page.tsx +++ b/src/app/tips-and-tricks/page.tsx @@ -55,6 +55,7 @@ export default function TipsAndTricksPage() { description="Step-by-step guides for every skill level." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} blogs={[ { id: "t1", category: "Tutorial", title: "Setting Up Your Sensitivity", excerpt: "How to find your perfect mouse settings for consistency.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-rgb-led-lights-system-desktop-woman-gamer-playing-space-shoother-video-games-online-championship-gaming-studio-equipped-with-professional-streaming-setup_482257-29255.jpg", authorName: "ProPlayer", authorAvatar: "", date: "2025-01-01" } ]} @@ -67,6 +68,7 @@ export default function TipsAndTricksPage() { description="Answers to common tactical questions." faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} faqs={[ { id: "q1", title: "How do I climb ranks faster?", content: "Focus on reviewing your VODs and identifying consistent mistakes." }, { id: "q2", title: "Is aim training worth it?", content: "Yes, 15 minutes of focused training daily is more effective than hours of inconsistent play." } -- 2.49.1