Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a429316c19 | |||
| 76eb1aa0bd | |||
| 7a6e445910 | |||
| 9ac0765160 | |||
| 4ebd143f04 | |||
| 3eeb0d8b79 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Luminox", href: "features" },
|
{ text: "Get Started Now", href: "features" },
|
||||||
{ text: "Watch Demo", href: "#" }
|
{ text: "Watch Demo", href: "#" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -140,23 +140,23 @@ export default function LandingPage() {
|
|||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "500+", title: "Enterprise Clients", items: [
|
id: "1", value: "500+", title: "Enterprise Clients (up 180% in 2 years)", items: [
|
||||||
"Global Fortune 500 companies", "Across 50+ countries", "Expanding continuously"
|
"Global Fortune 500 companies", "Across 50+ countries", "Expanding continuously"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", value: "99.9%", title: "System Uptime", items: [
|
id: "2", value: "99.9%", title: "System Uptime (maintained since launch)", items: [
|
||||||
"Mission-critical reliability", "24/7 dedicated support", "Enterprise-grade infrastructure"
|
"Mission-critical reliability", "24/7 dedicated support", "Enterprise-grade infrastructure"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", value: "2B+", title: "Queries Processed", items: [
|
id: "3", value: "2B+", title: "Queries Processed (200% growth YoY)", items: [
|
||||||
"Daily AI interactions", "Real-time processing", "Zero latency guaranteed"
|
"Daily AI interactions", "Real-time processing", "Zero latency guaranteed"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", value: "340%", title: "Average ROI", items: [
|
id: "4", value: "340%", title: "Average ROI (verified within 6 months)", items: [
|
||||||
"Verified by clients", "Within first 6 months", "Industry-leading returns"
|
"Industry-leading returns", "Measurable value delivery", "Sustainable growth trajectory"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user