From 53668e150e5c8278a5faf248caa45c1200ea3dab Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:55:51 +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 ae27d36..317e895 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,9 +29,9 @@ export default function SaasTemplatePage() { ]; const features: FeatureCard[] = [ - { bentoComponent: "globe", title: "Global Reach", description: "Connect with users worldwide", detail: "24/7 Support" }, + { bentoComponent: "globe", title: "Global Reach", description: "Connect with users worldwide" }, { bentoComponent: "marquee", variant: "text", centerIcon: Zap, texts: ["Fast", "Reliable"], title: "Built for Speed", description: "Lightning fast delivery" }, - { bentoComponent: "3d-stack-cards", items: [{ icon: Shield, title: "Security", subtitle: "Bank-level" }], title: "Scaleable", description: "Reliable infrastructure" } + { bentoComponent: "3d-stack-cards", title: "Scaleable", description: "Reliable infrastructure", items: [{ icon: Shield, title: "Security", subtitle: "Bank-level" }] } ]; return ( -- 2.49.1