From af4b658f8b6a8b3ea95c1584e06389fde8cbedd0 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 17:43:43 +0000 Subject: [PATCH] Bob AI: Change the primary button text in the hero section from 'Browse Games' to 'Start --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2dd544b..c35cc25 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,7 +18,7 @@ export default function HomePage() { title="300+ Games. Zero Install." description="Experience high-performance browser gaming built on WebGL. Instant play, no downloads required." primaryButton={{ - text: "Browse Games", + text: "Start Playing Now", href: "#games", }} secondaryButton={{ -- 2.49.1