Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-05 06:20:49 +00:00

View File

@@ -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." }