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() {