From 6aea8946f89b617b3d2ecac634abf34e6cdd2949 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 14:00:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 217 +++++++---------------------------------------- 1 file changed, 32 insertions(+), 185 deletions(-) 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() { -- 2.49.1