From 82ba9a4f7d8f978d03be4dc087e7e1c760368a29 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:00:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7282c5..345d474 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,8 @@ export default function ApexEsports() { { id: "step-1", label: "01", title: "Submit Application", items: [ "Complete game-specific form", "Rank and region selection", "Gameplay video link", "Social media profiles" - ], buttons: [ + ], + buttons: [ { text: "Start Application", href: "contact" } ] }, -- 2.49.1