Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-03-05 07:32:37 +00:00

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"