Merge version_2 into main #7

Merged
bender merged 1 commits from version_2 into main 2026-03-05 07:32:38 +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"