From 87df0ef330e0d51e9da149a61adaba10d97a0948 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:23:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 155 ++++++++++++----------------------------------- 1 file changed, 39 insertions(+), 116 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e65067..d0f5c83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,75 +30,48 @@ export default function LandingPage() {
@@ -111,19 +84,13 @@ export default function LandingPage() { features={[ { icon: Zap, - title: "Rapid Deployment", - description: "Get your web platform live in weeks, not months.", - }, + title: "Rapid Deployment", description: "Get your web platform live in weeks, not months."}, { icon: Shield, - title: "Robust Security", - description: "Enterprise-grade protection for all your user data.", - }, + title: "Robust Security", description: "Enterprise-grade protection for all your user data."}, { icon: Database, - title: "Scalable Backend", - description: "High-availability architecture that grows with you.", - }, + title: "Scalable Backend", description: "High-availability architecture that grows with you."}, ]} title="Built for Scale and Performance" description="We specialize in modern technologies that ensure your business stays ahead of the curve." @@ -132,50 +99,26 @@ export default function LandingPage() {
@@ -223,8 +151,7 @@ export default function LandingPage() { -- 2.49.1