diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d355355..ee64137 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1427,4 +1427,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 060d07b..6577759 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,11 +154,11 @@ const LandingPage = () => { tagIcon={Info} tagAnimation="slide-up" title="Enterprise-Grade Account Management Platform" - description="accounts.now is built for organizations that demand precision, security, and scalability. Our unified platform eliminates account fragmentation, streamlines operations, and delivers real-time visibility across all accounts, licenses, and operations." + description="accounts.now eliminates account fragmentation—the costly challenge of managing dispersed systems and disconnected data. Our unified platform consolidates all accounts, licenses, and operations into one intelligent hub, delivering real-time visibility, streamlined workflows, and enterprise-grade security. By breaking down organizational silos, we help teams collaborate more effectively, reduce operational overhead, and scale with confidence." metrics={[ { value: "36,000+", title: "Accounts Managed" }, - { value: "99.9%", title: "Platform Uptime" }, - { value: "2.8M+", title: "Operations Automated Daily" } + { value: "2.8M+", title: "Operations Automated Daily" }, + { value: "5,000+", title: "Organizations Served" } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQjXdZnw4uFjcy5MkZIp0I0v2B/a-professional-workspace-environment-sho-1772532778662-01dcd787.png" imageAlt="Team using accounts.now dashboard" @@ -348,4 +348,4 @@ const LandingPage = () => { ); }; -export default LandingPage; +export default LandingPage; \ No newline at end of file