diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1f5f295..af6c0b9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,45 +8,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], + variable: "--font-manrope", subsets: ["latin"], }); const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "GameGuide | Expert Gaming Guides for Minecraft, Roblox & More", - description: "Discover comprehensive gaming guides for Minecraft, Roblox, Genshin Impact and 15+ popular games. Expert tips, walkthroughs, and strategies from experienced gamers.", - keywords: "gaming guides, minecraft tutorial, roblox guide, genshin impact, game tips, walkthrough, gaming strategies", - robots: { + title: "GameGuide | Expert Gaming Guides for Minecraft, Roblox & More", description: "Discover comprehensive gaming guides for Minecraft, Roblox, Genshin Impact and 15+ popular games. Expert tips, walkthroughs, and strategies from experienced gamers.", keywords: "gaming guides, minecraft tutorial, roblox guide, genshin impact, game tips, walkthrough, gaming strategies", robots: { index: true, follow: true, }, openGraph: { - title: "GameGuide | Master Every Game", - description: "Expert gaming guides and community tips for your favorite games. Free step-by-step walkthroughs and strategies.", - siteName: "GameGuide", - type: "website", - }, + title: "GameGuide | Master Every Game", description: "Expert gaming guides and community tips for your favorite games. Free step-by-step walkthroughs and strategies.", siteName: "GameGuide", type: "website"}, twitter: { - card: "summary_large_image", - title: "GameGuide | Gaming Guides & Tips", - description: "Find the best guides for Minecraft, Roblox, Genshin Impact and more games.", - }, + card: "summary_large_image", title: "GameGuide | Gaming Guides & Tips", description: "Find the best guides for Minecraft, Roblox, Genshin Impact and more games."}, }; export default function RootLayout({ @@ -1433,4 +1419,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index ecde472..13acc53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,8 +19,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Guides", - items: [ + title: "Guides", items: [ { label: "All Guides", href: "/" }, { label: "Latest Updates", href: "/" }, { label: "Popular Guides", href: "/" }, @@ -28,8 +27,7 @@ export default function HomePage() { ] }, { - title: "Games", - items: [ + title: "Games", items: [ { label: "Minecraft", href: "/" }, { label: "Roblox", href: "/" }, { label: "Genshin Impact", href: "/" }, @@ -37,8 +35,7 @@ export default function HomePage() { ] }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Join Us", href: "/community" }, { label: "Discord", href: "https://discord.gg" }, { label: "Forums", href: "/" }, @@ -77,38 +74,30 @@ export default function HomePage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-minecraft-landscape-with-stunning-moun-1772891544247-54b5473e.png?_wi=1", - imageAlt: "Minecraft landscape guide" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-minecraft-landscape-with-stunning-moun-1772891544247-54b5473e.png?_wi=1", imageAlt: "Minecraft landscape guide" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-genshin-impact-beautiful-fantasy-world-1772891543399-21a77e87.png", - imageAlt: "Genshin Impact world" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-genshin-impact-beautiful-fantasy-world-1772891543399-21a77e87.png", imageAlt: "Genshin Impact world" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-detailed-minecraft-gameplay-screenshot-1772891542504-e055575f.png?_wi=1", - imageAlt: "Minecraft building tips" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-detailed-minecraft-gameplay-screenshot-1772891542504-e055575f.png?_wi=1", imageAlt: "Minecraft building tips" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-roblox-game-world-showing-colorful-env-1772891543096-950b5a56.png?_wi=1", - imageAlt: "Roblox gaming world" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-roblox-game-world-showing-colorful-env-1772891543096-950b5a56.png?_wi=1", imageAlt: "Roblox gaming world" } ]} rightCarouselItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-roblox-game-world-showing-colorful-env-1772891543096-950b5a56.png?_wi=2", - imageAlt: "Roblox adventure" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-roblox-game-world-showing-colorful-env-1772891543096-950b5a56.png?_wi=2", imageAlt: "Roblox adventure" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-stunning-genshin-impact-screenshot-fea-1772891542543-5848e1a0.png?_wi=1", - imageAlt: "Genshin Impact characters" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-stunning-genshin-impact-screenshot-fea-1772891542543-5848e1a0.png?_wi=1", imageAlt: "Genshin Impact characters" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-collage-of-popular-gaming-moments-show-1772891543972-98e470ae.png", - imageAlt: "Gaming moments" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-collage-of-popular-gaming-moments-show-1772891543972-98e470ae.png", imageAlt: "Gaming moments" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-minecraft-landscape-with-stunning-moun-1772891544247-54b5473e.png?_wi=2", - imageAlt: "Game landscapes" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-minecraft-landscape-with-stunning-moun-1772891544247-54b5473e.png?_wi=2", imageAlt: "Game landscapes" } ]} buttons={[ @@ -132,37 +121,13 @@ export default function HomePage() { animationType="slide-up" blogs={[ { - id: "1", - category: "Minecraft", - title: "Complete Minecraft Farm Automation Guide", - excerpt: "Learn how to build efficient automated farms for crops, animals, and resources. Perfect for survival mode.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-minecraft-farm-setup-guide-screenshot--1772891541874-09c2cfb0.png?_wi=1", - imageAlt: "Minecraft farm setup", - authorName: "GamingPro", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-photo-of-a-young-adult-gamer--1772891541449-7994abf1.png", - date: "Jan 18, 2025" + id: "1", category: "Minecraft", title: "Complete Minecraft Farm Automation Guide", excerpt: "Learn how to build efficient automated farms for crops, animals, and resources. Perfect for survival mode.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-minecraft-farm-setup-guide-screenshot--1772891541874-09c2cfb0.png?_wi=1", imageAlt: "Minecraft farm setup", authorName: "GamingPro", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-photo-of-a-young-adult-gamer--1772891541449-7994abf1.png", date: "Jan 18, 2025" }, { - id: "2", - category: "Roblox", - title: "Roblox Quest Completion Tips & Tricks", - excerpt: "Master quest systems and unlock secret rewards. Complete guide for all major Roblox adventure games.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-roblox-quest-completion-guide-showing--1772891543026-e6cc7a5b.png?_wi=1", - imageAlt: "Roblox quest gameplay", - authorName: "QuestMaster", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-of-a-diverse-gamer-in-gaming--1772891544220-11faac68.png", - date: "Jan 17, 2025" + id: "2", category: "Roblox", title: "Roblox Quest Completion Tips & Tricks", excerpt: "Master quest systems and unlock secret rewards. Complete guide for all major Roblox adventure games.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-roblox-quest-completion-guide-showing--1772891543026-e6cc7a5b.png?_wi=1", imageAlt: "Roblox quest gameplay", authorName: "QuestMaster", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-of-a-diverse-gamer-in-gaming--1772891544220-11faac68.png", date: "Jan 17, 2025" }, { - id: "3", - category: "Genshin Impact", - title: "Character Build Guide: Optimal Team Compositions", - excerpt: "Discover the best character combinations and team strategies for endgame content and spiral abyss.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-genshin-impact-character-build-guide-f-1772891543752-91d6e113.png?_wi=1", - imageAlt: "Genshin character build", - authorName: "GenshinGuide", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-friendly-gamer-portrait-showing-someon-1772891546186-9afaff3a.png", - date: "Jan 16, 2025" + id: "3", category: "Genshin Impact", title: "Character Build Guide: Optimal Team Compositions", excerpt: "Discover the best character combinations and team strategies for endgame content and spiral abyss.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-genshin-impact-character-build-guide-f-1772891543752-91d6e113.png?_wi=1", imageAlt: "Genshin character build", authorName: "GenshinGuide", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-friendly-gamer-portrait-showing-someon-1772891546186-9afaff3a.png", date: "Jan 16, 2025" } ]} /> @@ -181,25 +146,13 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" features={[ { - id: "01", - title: "Minecraft Guides", - description: "From survival basics to advanced building techniques. Learn mining strategies, enchanting systems, and redstone engineering.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-minecraft-category-card-featuring-icon-1772891542580-696816bc.png?_wi=1", - imageAlt: "Minecraft guides" + id: "01", title: "Minecraft Guides", description: "From survival basics to advanced building techniques. Learn mining strategies, enchanting systems, and redstone engineering.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-minecraft-category-card-featuring-icon-1772891542580-696816bc.png?_wi=1", imageAlt: "Minecraft guides" }, { - id: "02", - title: "Roblox Adventures", - description: "Complete walkthroughs for popular Roblox games. Master quest systems, unlock achievements, and discover secret locations.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-roblox-category-card-featuring-colorfu-1772891543862-1eaa1b4c.png?_wi=1", - imageAlt: "Roblox games" + id: "02", title: "Roblox Adventures", description: "Complete walkthroughs for popular Roblox games. Master quest systems, unlock achievements, and discover secret locations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-roblox-category-card-featuring-colorfu-1772891543862-1eaa1b4c.png?_wi=1", imageAlt: "Roblox games" }, { - id: "03", - title: "Genshin Impact", - description: "Character builds, domain strategies, and world exploration tips. Level up faster with our comprehensive guides.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-genshin-impact-category-card-featuring-1772891543259-dac32342.png?_wi=1", - imageAlt: "Genshin Impact" + id: "03", title: "Genshin Impact", description: "Character builds, domain strategies, and world exploration tips. Level up faster with our comprehensive guides.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-genshin-impact-category-card-featuring-1772891543259-dac32342.png?_wi=1", imageAlt: "Genshin Impact" } ]} /> @@ -214,36 +167,18 @@ export default function HomePage() { animationType="slide-up" metrics={[ { - id: "1", - value: "500+", - title: "Comprehensive Guides Created", - items: [ - "Step-by-step instructions", - "Video tutorials included", - "Regular updates and new content", - "Community feedback incorporated" + id: "1", value: "500+", title: "Comprehensive Guides Created", items: [ + "Step-by-step instructions", "Video tutorials included", "Regular updates and new content", "Community feedback incorporated" ] }, { - id: "2", - value: "50K+", - title: "Active Gaming Community Members", - items: [ - "Share tips and strategies", - "Help fellow gamers", - "Discuss game updates", - "Form gaming teams" + id: "2", value: "50K+", title: "Active Gaming Community Members", items: [ + "Share tips and strategies", "Help fellow gamers", "Discuss game updates", "Form gaming teams" ] }, { - id: "3", - value: "15+", - title: "Popular Games Covered", - items: [ - "Minecraft survival & building", - "Roblox adventure games", - "Genshin Impact gacha", - "And many more titles" + id: "3", value: "15+", title: "Popular Games Covered", items: [ + "Minecraft survival & building", "Roblox adventure games", "Genshin Impact gacha", "And many more titles" ] } ]} @@ -259,52 +194,22 @@ export default function HomePage() { animationType="blur-reveal" testimonials={[ { - id: "1", - name: "Alex Chen", - handle: "@minecraft_master", - testimonial: "These guides transformed my Minecraft gameplay! I went from survival novice to building incredible structures. The step-by-step instructions are incredibly clear.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-photo-of-a-young-adult-gamer--1772891541449-7994abf1.png?_wi=1", - imageAlt: "Alex Chen" + id: "1", name: "Alex Chen", handle: "@minecraft_master", testimonial: "These guides transformed my Minecraft gameplay! I went from survival novice to building incredible structures. The step-by-step instructions are incredibly clear.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-photo-of-a-young-adult-gamer--1772891541449-7994abf1.png?_wi=1", imageAlt: "Alex Chen" }, { - id: "2", - name: "Sarah Rodriguez", - handle: "@roblox_explorer", - testimonial: "Found the perfect guide for every Roblox game I play. The community tips section helped me complete quests way faster. Highly recommend!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-of-a-diverse-gamer-in-gaming--1772891544220-11faac68.png?_wi=1", - imageAlt: "Sarah Rodriguez" + id: "2", name: "Sarah Rodriguez", handle: "@roblox_explorer", testimonial: "Found the perfect guide for every Roblox game I play. The community tips section helped me complete quests way faster. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-of-a-diverse-gamer-in-gaming--1772891544220-11faac68.png?_wi=1", imageAlt: "Sarah Rodriguez" }, { - id: "3", - name: "Jordan Kim", - handle: "@genshin_strategist", - testimonial: "The character build guides are insanely detailed. I finally built a strong team and cleared Spiral Abyss with their recommendations. Best gaming resource ever!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-friendly-gamer-portrait-showing-someon-1772891546186-9afaff3a.png?_wi=1", - imageAlt: "Jordan Kim" + id: "3", name: "Jordan Kim", handle: "@genshin_strategist", testimonial: "The character build guides are insanely detailed. I finally built a strong team and cleared Spiral Abyss with their recommendations. Best gaming resource ever!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-friendly-gamer-portrait-showing-someon-1772891546186-9afaff3a.png?_wi=1", imageAlt: "Jordan Kim" }, { - id: "4", - name: "Marcus Johnson", - handle: "@pro_gamer_tips", - testimonial: "Love how organized everything is. The search function makes finding specific guides super easy. The community is friendly and always willing to help new players.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-of-a-gamer-in-modern-gaming-s-1772891543570-531ae669.png?_wi=1", - imageAlt: "Marcus Johnson" + id: "4", name: "Marcus Johnson", handle: "@pro_gamer_tips", testimonial: "Love how organized everything is. The search function makes finding specific guides super easy. The community is friendly and always willing to help new players.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-of-a-gamer-in-modern-gaming-s-1772891543570-531ae669.png?_wi=1", imageAlt: "Marcus Johnson" }, { - id: "5", - name: "Emma Watson", - handle: "@casual_gamer_life", - testimonial: "Didn't expect to find such professional guides for free! The video tutorials combined with written steps make everything crystal clear. Already told all my gamer friends!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-photo-of-a-young-adult-gamer--1772891541449-7994abf1.png?_wi=2", - imageAlt: "Emma Watson" + id: "5", name: "Emma Watson", handle: "@casual_gamer_life", testimonial: "Didn't expect to find such professional guides for free! The video tutorials combined with written steps make everything crystal clear. Already told all my gamer friends!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-photo-of-a-young-adult-gamer--1772891541449-7994abf1.png?_wi=2", imageAlt: "Emma Watson" }, { - id: "6", - name: "David Lee", - handle: "@speedrunner_pro", - testimonial: "Even experienced players learn something new here. The advanced strategies section has optimization tips I never knew about. Bookmarking this forever!", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-of-a-diverse-gamer-in-gaming--1772891544220-11faac68.png?_wi=2", - imageAlt: "David Lee" + id: "6", name: "David Lee", handle: "@speedrunner_pro", testimonial: "Even experienced players learn something new here. The advanced strategies section has optimization tips I never knew about. Bookmarking this forever!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcUg6Svaq6jT9oHVj4FeYhZrpK/a-portrait-of-a-diverse-gamer-in-gaming--1772891544220-11faac68.png?_wi=2", imageAlt: "David Lee" } ]} /> @@ -320,34 +225,22 @@ export default function HomePage() { animationType="smooth" faqs={[ { - id: "1", - title: "Are all guides free to access?", - content: "Yes! All our gaming guides are completely free. We believe gaming tips and strategies should be accessible to everyone. Create an account to save your favorite guides and get personalized recommendations." + id: "1", title: "Are all guides free to access?", content: "Yes! All guides are free. Create an account to save favorites and get personalized recommendations. We believe gaming tips should be accessible to everyone." }, { - id: "2", - title: "How often are guides updated?", - content: "We update guides regularly when games receive new patches, content updates, or balance changes. Our community also contributes tips based on their gameplay experiences. You'll see 'Recently Updated' badges on refreshed guides." + id: "2", title: "How often are guides updated?", content: "We update regularly with game patches and content updates. Community members contribute tips based on gameplay. Look for 'Recently Updated' badges on refreshed guides." }, { - id: "3", - title: "Can I submit my own guide?", - content: "Absolutely! We welcome community submissions. Once you create an account, you can contribute guides that help other players. Our team reviews submissions to ensure quality and accuracy before publishing." + id: "3", title: "Can I submit my own guide?", content: "Yes! Create an account to contribute. Our team reviews submissions for quality and accuracy before publishing. Help other players with your expertise." }, { - id: "4", - title: "How do I search for specific games?", - content: "Use our powerful search bar at the top of the site. You can filter by game name, guide type, difficulty level, and date published. Bookmark guides for quick access and create a personalized collection." + id: "4", title: "How do I search for specific games?", content: "Use our search bar at the top to filter by game name, guide type, difficulty level, and date. Bookmark guides for quick access and create a personalized collection." }, { - id: "5", - title: "Where can I get help with a specific quest?", - content: "Check the Community section where other gamers share solutions and tips. Leave a comment on any guide with your specific question, and our community members often respond within hours with helpful advice." + id: "5", title: "Where can I get help with a specific quest?", content: "Check the Community section where gamers share solutions and tips. Leave comments on guides with questions—community members often respond within hours." }, { - id: "6", - title: "Is there a mobile app available?", - content: "Our website is fully mobile-responsive and works perfectly on phones and tablets. We also have native apps available on iOS and Android for the best mobile gaming guide experience." + id: "6", title: "Is there a mobile app available?", content: "Our website is fully mobile-responsive and works perfectly on phones and tablets. Native apps are available on iOS and Android for the best mobile experience." } ]} /> @@ -361,4 +254,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}