From ef2f69e32d0e87fa070e08fd4b8cab7bf5ee89c3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:05:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 345d474..fdc7109 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,8 +104,7 @@ 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" } ] }, @@ -145,7 +144,7 @@ export default function ApexEsports() { id: "4", name: "Alex Kim", role: "Rising Talent, Valorant", testimonial: "The application process was transparent and fair. The feedback I received helped me improve, and now I'm training with the main roster. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-rgb-lit-studio-streaming-multiplayer-game_482257-103579.jpg", imageAlt: "Alex Kim, Valorant rising talent" } ]} - animationType="fade-in" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1