From d2132226ef830a981506579a48253a73e5d92afd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 15:52:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 187 +++++++++++------------------------------------ 1 file changed, 43 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1aae7dd..cc22c63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,31 +30,19 @@ export default function LandingPage() { @@ -62,42 +50,23 @@ export default function LandingPage() {
@@ -201,17 +133,11 @@ export default function LandingPage() { description="At FLAXR, we believe in the relentless pursuit of perfection. Every keyboard is a testament to our dedication to innovation, quality, and the ultimate user experience. Crafted by enthusiasts, for enthusiasts, our journey is defined by engineering excellence and a passion for control." metrics={[ { - value: "10+", - title: "Years of Innovation", - }, + value: "10+", title: "Years of Innovation"}, { - value: "1M+", - title: "Happy Users", - }, + value: "1M+", title: "Happy Users"}, { - value: "50+", - title: "Design Awards", - }, + value: "50+", title: "Design Awards"}, ]} tag="About FLAXR" imageSrc="http://img.b2bpic.net/free-photo/illustration-circle-with-abstract-neon-light-effects-great-futuristic-background_181624-24417.jpg" @@ -224,8 +150,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1