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