Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 03:42:33 +00:00

View File

@@ -24,7 +24,7 @@ import {
Settings,
TrendingUp,
Users,
Lightning,
Zap as Lightning,
Shield,
Database,
Cloud,
@@ -85,13 +85,13 @@ export default function LandingPage() {
],
stats: [
{
title: "Revenue", values: ["245,890", "312,750", "428,160"],
title: "Revenue", values: [245890, 312750, 428160],
valuePrefix: "$", description: "Total platform revenue"},
{
title: "Active Users", values: ["12,450", "15,680", "18,920"],
title: "Active Users", values: [12450, 15680, 18920],
description: "Monthly active users"},
{
title: "Performance", values: ["98.5%", "99.2%", "99.8%"],
title: "Performance", values: [98.5, 99.2, 99.8],
description: "System uptime"},
],
chartTitle: "Performance Trend", chartData: [
@@ -199,17 +199,17 @@ export default function LandingPage() {
description="Hear from teams who've transformed their operations with our platform"
testimonials={[
{
id: "1", name: "Sarah Chen", handle: "@sarahchen_ceo", testimonial: "This dashboard transformed how we analyze our business metrics. The insights are invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=1", imageAlt: "Sarah Chen"},
id: "1", name: "Sarah Chen", handle: "@sarahchen_ceo", testimonial: "This dashboard transformed how we analyze our business metrics. The insights are invaluable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Sarah Chen"},
{
id: "2", name: "Michael Rodriguez", handle: "@mrodriguez_data", testimonial: "Best analytics platform we've used. Intuitive, powerful, and reliable. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=2", imageAlt: "Michael Rodriguez"},
id: "2", name: "Michael Rodriguez", handle: "@mrodriguez_data", testimonial: "Best analytics platform we've used. Intuitive, powerful, and reliable. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Michael Rodriguez"},
{
id: "3", name: "Emily Johnson", handle: "@emilyj_pm", testimonial: "The real-time updates and integrations saved us countless hours each week.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=3", imageAlt: "Emily Johnson"},
id: "3", name: "Emily Johnson", handle: "@emilyj_pm", testimonial: "The real-time updates and integrations saved us countless hours each week.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Emily Johnson"},
{
id: "4", name: "David Kim", handle: "@davidkim_analyst", testimonial: "Outstanding customer support and continuous platform improvements. A game-changer.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=4", imageAlt: "David Kim"},
id: "4", name: "David Kim", handle: "@davidkim_analyst", testimonial: "Outstanding customer support and continuous platform improvements. A game-changer.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "David Kim"},
{
id: "5", name: "Lisa Anderson", handle: "@lisaa_marketing", testimonial: "Finally, analytics that makes sense. The visualizations are beautiful and actionable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=5", imageAlt: "Lisa Anderson"},
id: "5", name: "Lisa Anderson", handle: "@lisaa_marketing", testimonial: "Finally, analytics that makes sense. The visualizations are beautiful and actionable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Lisa Anderson"},
{
id: "6", name: "James Wilson", handle: "@jwilson_exec", testimonial: "Exceeded our expectations. The ROI was evident within the first month of deployment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=6", imageAlt: "James Wilson"},
id: "6", name: "James Wilson", handle: "@jwilson_exec", testimonial: "Exceeded our expectations. The ROI was evident within the first month of deployment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "James Wilson"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -285,6 +285,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
animationType="smooth"
/>
</div>