From cd8279e7f9376823ca79b7991013581fc52c1acd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 06:07:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa1cc80..5acf117 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { description="The Ultimate Aviator Experience. Dominate the skies with precision control, real-time analytics, and high-stakes performance." buttons={[ { - text: "Launch Game", href: "#"}, + text: "Start Your Flight", href: "#"}, { text: "Learn More", href: "#"}, ]} -- 2.49.1