Merge version_1 into main #4
@@ -22,6 +22,7 @@ import {
|
||||
Building2,
|
||||
FileCheck,
|
||||
Headphones,
|
||||
Sparkles,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
@@ -33,7 +34,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
background="aurora"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -60,7 +61,7 @@ export default function HomePage() {
|
||||
tag="Enterprise-Grade Document Management"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "aurora" }}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "/signup" },
|
||||
{ text: "Request Demo", href: "/contact" },
|
||||
@@ -137,7 +138,7 @@ export default function HomePage() {
|
||||
title="Platform Features"
|
||||
description="Advanced capabilities designed to reduce administrative burden and ensure compliance"
|
||||
tag="Powerful Tools"
|
||||
tagIcon={Zap}
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -167,19 +168,19 @@ export default function HomePage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "500", title: "Active Companies", description: "Enterprises trust us with their documentation", icon: Building2,
|
||||
id: "1", value: "500+", title: "Active Companies", description: "Enterprises trust us with their documentation", icon: Building2,
|
||||
},
|
||||
{
|
||||
id: "2", value: "50K", title: "Employees Managed", description: "Documents processed monthly", icon: Users,
|
||||
id: "2", value: "50K+", title: "Employees Managed", description: "Documents processed monthly", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "3", value: "10M", title: "Documents Stored", description: "Securely managed in our system", icon: FileCheck,
|
||||
id: "3", value: "10M+", title: "Documents Stored", description: "Securely managed in our system", icon: FileCheck,
|
||||
},
|
||||
{
|
||||
id: "4", value: "24", title: "Hours Support", description: "Dedicated customer success team", icon: Headphones,
|
||||
id: "4", value: "24/7", title: "Support Available", description: "Dedicated customer success team", icon: Headphones,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
title="Trusted by Growing Companies"
|
||||
description="Industry-leading metrics that demonstrate our commitment to excellence and customer success"
|
||||
|
||||
Reference in New Issue
Block a user