diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1dcf5ef..791c9c3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,82 +30,56 @@ export default function LandingPage() {
@@ -116,29 +90,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- tag: "Battle",
- title: "Gameplay",
- subtitle: "Intense Action",
- description: "Dive into heart-pounding Free Fire battles with expert strategies and rapid combat maneuvers.",
- imageSrc: "http://img.b2bpic.net/free-photo/apocalyptic-destruction-war-zone-landscape_23-2150985687.jpg",
- imageAlt: "Intense gaming battle",
- },
+ tag: "Battle", title: "Gameplay", subtitle: "Intense Action", description: "Dive into heart-pounding Free Fire battles with expert strategies and rapid combat maneuvers.", imageSrc: "http://img.b2bpic.net/free-photo/apocalyptic-destruction-war-zone-landscape_23-2150985687.jpg", imageAlt: "Intense gaming battle"},
{
- tag: "Reflex",
- title: "Skills",
- subtitle: "Precision Focus",
- description: "Focusing on unparalleled aim, inhuman reflexes, and tactical gameplay to dominate every match.",
- imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827429.jpg",
- imageAlt: "Pro gaming skills focus",
- },
+ tag: "Reflex", title: "Skills", subtitle: "Precision Focus", description: "Focusing on unparalleled aim, inhuman reflexes, and tactical gameplay to dominate every match.", imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827429.jpg", imageAlt: "Pro gaming skills focus"},
{
- tag: "Live",
- title: "Live Stream",
- subtitle: "Join the Action",
- description: "Catch us live as we climb the ranks, engage with the community, and share live match insights.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-neon-lights-background_23-2150710772.jpg",
- imageAlt: "Live streaming gaming setup",
- },
+ tag: "Live", title: "Live Stream", subtitle: "Join the Action", description: "Catch us live as we climb the ranks, engage with the community, and share live match insights.", imageSrc: "http://img.b2bpic.net/free-photo/3d-neon-lights-background_23-2150710772.jpg", imageAlt: "Live streaming gaming setup"},
]}
title="Gaming Excellence"
description="Mastering the arena with skill and precision."
@@ -153,9 +109,7 @@ export default function LandingPage() {
tagIcon={Zap}
buttons={[
{
- text: "Learn More",
- href: "#",
- },
+ text: "Learn More", href: "#"},
]}
/>
@@ -170,19 +124,13 @@ export default function LandingPage() {
features={[
{
icon: Star,
- title: "Elite Mechanics",
- description: "Mastering the movement and aim.",
- },
+ title: "Elite Mechanics", description: "Mastering the movement and aim."},
{
icon: ShieldCheck,
- title: "Anti-Cheat Integrity",
- description: "Fair play in every engagement.",
- },
+ title: "Anti-Cheat Integrity", description: "Fair play in every engagement."},
{
icon: Trophy,
- title: "Championship Mindset",
- description: "Training for the top of the leaderboard.",
- },
+ title: "Championship Mindset", description: "Training for the top of the leaderboard."},
]}
/>
@@ -195,15 +143,9 @@ export default function LandingPage() {
faqsAnimation="blur-reveal"
faqs={[
{
- id: "1",
- title: "Is the content for Free Fire?",
- content: "Yes, we focus on high-level battle royale strategies.",
- },
+ id: "1", title: "Is the content for Free Fire?", content: "Yes, we focus on high-level battle royale strategies."},
{
- id: "2",
- title: "How to join the streams?",
- content: "Check our latest notifications on the platform.",
- },
+ id: "2", title: "How to join the streams?", content: "Check our latest notifications on the platform."},
]}
/>
@@ -213,37 +155,23 @@ export default function LandingPage() {
logoText="Zyphorix Gaming"
columns={[
{
- title: "Platform",
- items: [
+ title: "Platform", items: [
{
- label: "Gameplay",
- href: "#features",
- },
+ label: "Gameplay", href: "#features"},
{
- label: "Skills",
- href: "#features",
- },
+ label: "Skills", href: "#features"},
{
- label: "Streams",
- href: "#features",
- },
+ label: "Streams", href: "#features"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Contact",
- href: "#",
- },
+ label: "Contact", href: "#"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}