diff --git a/src/app/page.tsx b/src/app/page.tsx
index 435219f..bbd7987 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,28 +31,14 @@ export default function LandingPage() {
@@ -60,16 +46,7 @@ export default function LandingPage() {
@@ -79,11 +56,7 @@ export default function LandingPage() {
@@ -93,27 +66,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "1v1 Duel Mode",
- description: "Prove your personal skill in pure combat encounters.",
- tag: "Competitive",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg",
- },
- {
- id: "f2",
- title: "Squad Warfare",
- description: "Coordinate with your squad to overcome tactical challenges.",
- tag: "Tactical",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-shooting-gallery-doing-training_482257-117759.jpg",
- },
- {
- id: "f3",
- title: "Massive Arsenal",
- description: "Customize your loadout from dozens of unique tactical weapons.",
- tag: "Customization",
- imageSrc: "http://img.b2bpic.net/free-photo/war-ukraine-concept-war-ukraine-rifle-bullets-shell_169016-67691.jpg",
- },
+ { id: "f1", title: "1v1 Duel Mode", description: "Prove your personal skill in pure combat encounters.", tag: "Competitive", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg" },
+ { id: "f2", title: "Squad Warfare", description: "Coordinate with your squad to overcome tactical challenges.", tag: "Tactical", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-shooting-gallery-doing-training_482257-117759.jpg" },
+ { id: "f3", title: "Massive Arsenal", description: "Customize your loadout from dozens of unique tactical weapons.", tag: "Customization", imageSrc: "http://img.b2bpic.net/free-photo/war-ukraine-concept-war-ukraine-rifle-bullets-shell_169016-67691.jpg" },
]}
title="Game Modes & Tactics"
description="From solitary duels to tactical squad cooperation."
@@ -124,44 +79,15 @@ export default function LandingPage() {
@@ -298,14 +151,8 @@ export default function LandingPage() {