From b30e8be5539c1d5aabc51c8235c9406cd1b8a854 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 08:35:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39a9f2b..2008614 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,7 @@ export default function LandingPage() { title="Why Players Love Us" description="We bridge the gap between imagination and reality with cutting-edge tech." features={[ - { icon: Rocket, title: "Speed", description: "Blazing fast optimization." }, + { icon: Rocket, title: "Speed", description: "Smooth, lag-free gameplay." }, { icon: Shield, title: "Security", description: "Safe for all ages." }, { icon: Heart, title: "Passion", description: "Made with love." }, ]} @@ -167,4 +167,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1