Update src/app/page.tsx

This commit is contained in:
2026-03-05 07:32:33 +00:00
parent a250f69c2d
commit 31d212152a

View File

@@ -172,7 +172,17 @@ export default function HomePage() {
<div id="features" data-section="features">
<FeatureBento
features={features}
features={[
{
title: "Advanced Analytics", description: "Get detailed insights into your business performance", bentoComponent: "globe"},
{
title: "Real-time Collaboration", description: "Work together seamlessly with your team", bentoComponent: "icon-info-cards", items: [
{ icon: Zap, label: "Speed", value: "99.9%" },
{ icon: Globe, label: "Global", value: "150+" },
{ icon: TrendingUp, label: "Growth", value: "300%" },
],
},
]}
title="Powerful Features"
description="Everything you need to succeed"
textboxLayout="default"