diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e5175a..ddf0bc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,11 +110,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Global Sales Overview", description: "Visualize your sales performance across different regions and markets in real-time.", bentoComponent: "globe", imageSrc: "http://img.b2bpic.net/free-photo/abstract-globe_1048-7704.jpg", imageAlt: "3d global sales map data"}, + title: "Global Sales Overview", description: "Visualize your sales performance across different regions and markets in real-time.", bentoComponent: "globe"}, { - title: "Performance Trends", description: "Track monthly sales performance and identify key trends to optimize resource allocation.", bentoComponent: "animated-bar-chart", imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg", imageAlt: "3d global sales map data"}, + title: "Performance Trends", description: "Track monthly sales performance and identify key trends to optimize resource allocation.", bentoComponent: "animated-bar-chart"}, { - title: "Revenue Tracking", description: "Monitor revenue streams and growth over time with interactive line charts.", bentoComponent: "line-chart", imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg", imageAlt: "3d global sales map data"}, + title: "Revenue Tracking", description: "Monitor revenue streams and growth over time with interactive line charts.", bentoComponent: "line-chart"}, { title: "Receivables Summary", description: "Transparent overview of collected revenue, collection efficiency, and credit risk.", bentoComponent: "icon-info-cards", items: [ { @@ -126,8 +126,7 @@ export default function LandingPage() { { icon: ShieldCheck, label: "Credit Risk", value: "Low"}, - ], - imageAlt: "3d global sales map data"}, + ]}, { title: "Priority Actions", description: "Identify high-risk accounts and critical alerts with an intuitive task list.", bentoComponent: "3d-task-list", items: [ { @@ -139,8 +138,7 @@ export default function LandingPage() { { icon: ShieldCheck, label: "Q2 Financial Audit", time: "Completed"}, - ], - imageAlt: "3d global sales map data"}, + ]}, { title: "Real-time Alerts", description: "Receive instant notifications for critical business changes directly on your mobile.", bentoComponent: "phone", statusIcon: Bell, alertIcon: AlertCircle, @@ -169,8 +167,8 @@ export default function LandingPage() { { name: "Help", icon: ShieldCheck, }, - ], - imageAlt: "3d global sales map data"}, + ]} + } ]} title="Core Features Designed for Impact" description="Explore the powerful capabilities that provide every stakeholder with the precise data they need to excel."