diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7f699c1..d554043 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,18 +32,9 @@ export default function LandingPage() {
@@ -52,102 +43,31 @@ export default function LandingPage() {
@@ -156,15 +76,7 @@ export default function LandingPage() {
@@ -176,54 +88,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "AI Task Automation",
- description: "Automate routine tasks in seconds.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-icon-set-vector-illustration_47987-30794.jpg",
- imageAlt: "ai automation icon",
- },
- {
- title: "Smart Scheduling",
- description: "AI-optimized calendar management.",
- bentoComponent: "reveal-icon",
- icon: Calendar,
- imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169844.jpg?_wi=2",
- imageAlt: "ai automation icon",
- },
- {
- title: "Team Collaboration",
- description: "Synchronize your entire team.",
- bentoComponent: "reveal-icon",
- icon: Users,
- imageSrc: "http://img.b2bpic.net/free-vector/dark-graphic-collection-business-template_23-2148276498.jpg",
- imageAlt: "ai automation icon",
- },
- {
- title: "Analytics Dashboard",
- description: "Real-time performance metrics.",
- bentoComponent: "reveal-icon",
- icon: BarChart2,
- imageSrc: "http://img.b2bpic.net/free-photo/jigsaw-teamwork-concept-macro-shot_53876-147453.jpg",
- imageAlt: "ai automation icon",
- },
- {
- title: "Workflow Integrations",
- description: "Connect with your favorite tools.",
- bentoComponent: "reveal-icon",
- icon: Layout,
- imageSrc: "http://img.b2bpic.net/free-photo/it-technician-presenting-latest-artificial-intelligence-innovations_482257-105819.jpg",
- imageAlt: "ai automation icon",
- },
- {
- title: "Voice Commands",
- description: "Control everything with voice.",
- bentoComponent: "reveal-icon",
- icon: Mic,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone_23-2149151162.jpg",
- imageAlt: "ai automation icon",
- },
+ { title: "AI Task Automation", description: "Automate routine tasks in seconds.", bentoComponent: "reveal-icon", icon: Zap },
+ { title: "Smart Scheduling", description: "AI-optimized calendar management.", bentoComponent: "reveal-icon", icon: Calendar },
+ { title: "Team Collaboration", description: "Synchronize your entire team.", bentoComponent: "reveal-icon", icon: Users },
+ { title: "Analytics Dashboard", description: "Real-time performance metrics.", bentoComponent: "reveal-icon", icon: BarChart2 },
+ { title: "Workflow Integrations", description: "Connect with your favorite tools.", bentoComponent: "reveal-icon", icon: Layout },
+ { title: "Voice Commands", description: "Control everything with voice.", bentoComponent: "reveal-icon", icon: Mic },
]}
title="Everything You Need to Succeed"
description="Powerful tools designed to make your work life simpler and more effective."
@@ -232,34 +102,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file