Merge version_2 into main #7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user