Merge version_1 into main #3
@@ -86,13 +86,16 @@ export default function LandingPage() {
|
||||
stats: [
|
||||
{
|
||||
title: "Revenue", values: [245890, 312750, 428160],
|
||||
valuePrefix: "$", description: "Total platform revenue"},
|
||||
valuePrefix: "$", description: "Total platform revenue"
|
||||
},
|
||||
{
|
||||
title: "Active Users", values: [12450, 15680, 18920],
|
||||
description: "Monthly active users"},
|
||||
description: "Monthly active users"
|
||||
},
|
||||
{
|
||||
title: "Performance", values: [98.5, 99.2, 99.8],
|
||||
description: "System uptime"},
|
||||
description: "System uptime"
|
||||
},
|
||||
],
|
||||
chartTitle: "Performance Trend", chartData: [
|
||||
{ value: 45 },
|
||||
@@ -119,9 +122,11 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Real-Time Data", description: "Get instant updates on your key metrics", bentoComponent: "animated-bar-chart"},
|
||||
title: "Real-Time Data", description: "Get instant updates on your key metrics", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Global Reach", description: "Monitor worldwide activity seamlessly", bentoComponent: "globe"},
|
||||
title: "Global Reach", description: "Monitor worldwide activity seamlessly", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "Smart Integrations", description: "Connect all your favorite tools", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
||||
items: [
|
||||
@@ -131,7 +136,8 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Performance Metrics", description: "Track trends with precision", bentoComponent: "line-chart"},
|
||||
title: "Performance Metrics", description: "Track trends with precision", bentoComponent: "line-chart"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -150,22 +156,28 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Lightning,
|
||||
title: "Lightning Fast", description: "Optimized performance for instant data retrieval and processing"},
|
||||
title: "Lightning Fast", description: "Optimized performance for instant data retrieval and processing"
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Enterprise Security", description: "Bank-level encryption and compliance standards built-in"},
|
||||
title: "Enterprise Security", description: "Bank-level encryption and compliance standards built-in"
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Team Collaboration", description: "Work together seamlessly with real-time updates"},
|
||||
title: "Team Collaboration", description: "Work together seamlessly with real-time updates"
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Growth Analytics", description: "Track growth metrics and identify opportunities"},
|
||||
title: "Growth Analytics", description: "Track growth metrics and identify opportunities"
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Automation", description: "Reduce manual tasks with intelligent workflows"},
|
||||
title: "Automation", description: "Reduce manual tasks with intelligent workflows"
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Industry Leading", description: "Trusted by thousands of global organizations"},
|
||||
title: "Industry Leading", description: "Trusted by thousands of global organizations"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -199,17 +211,23 @@ 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", 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", 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", 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", 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", 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", 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"
|
||||
@@ -233,7 +251,8 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Up to 10 team members", "Real-time analytics", "Basic integrations", "Email support", "30-day data retention"],
|
||||
"Up to 10 team members", "Real-time analytics", "Basic integrations", "Email support", "30-day data retention"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
@@ -242,7 +261,8 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Up to 50 team members", "Advanced analytics", "Unlimited integrations", "Priority support", "1-year data retention", "Custom dashboards"],
|
||||
"Up to 50 team members", "Advanced analytics", "Unlimited integrations", "Priority support", "1-year data retention", "Custom dashboards"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", price: "$899/mo", name: "Enterprise", buttons: [
|
||||
@@ -250,7 +270,8 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited team members", "Custom analytics engine", "Dedicated integrations", "24/7 phone support", "Unlimited data retention", "White-label options", "SLA guarantee"],
|
||||
"Unlimited team members", "Custom analytics engine", "Dedicated integrations", "24/7 phone support", "Unlimited data retention", "White-label options", "SLA guarantee"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -269,22 +290,27 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I get started?", content: "Sign up for a free trial account, connect your data sources, and start exploring your metrics in minutes. Our onboarding team is here to help you every step of the way."},
|
||||
id: "1", title: "How do I get started?", content: "Sign up for a free trial account, connect your data sources, and start exploring your metrics in minutes. Our onboarding team is here to help you every step of the way."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What data sources are supported?", content: "We support 500+ integrations including Google Analytics, Salesforce, HubSpot, Stripe, and custom APIs. If your tool isn't listed, our API allows custom connections."},
|
||||
id: "2", title: "What data sources are supported?", content: "We support 500+ integrations including Google Analytics, Salesforce, HubSpot, Stripe, and custom APIs. If your tool isn't listed, our API allows custom connections."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Is my data secure?", content: "Yes. We use bank-level encryption, comply with GDPR and SOC 2 standards, and never store sensitive credentials. Your data is your data."},
|
||||
id: "3", title: "Is my data secure?", content: "Yes. We use bank-level encryption, comply with GDPR and SOC 2 standards, and never store sensitive credentials. Your data is your data."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Can I export my data?", content: "Absolutely. Export to CSV, JSON, or connect to your data warehouse. You maintain complete ownership and control of your data at all times."},
|
||||
id: "4", title: "Can I export my data?", content: "Absolutely. Export to CSV, JSON, or connect to your data warehouse. You maintain complete ownership and control of your data at all times."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What support options are available?", content: "We offer email support on all plans, priority support for Professional plans, and 24/7 phone support for Enterprise customers."},
|
||||
id: "5", title: "What support options are available?", content: "We offer email support on all plans, priority support for Professional plans, and 24/7 phone support for Enterprise customers."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Is there a free trial?", content: "Yes! Start with a 14-day free trial. No credit card required. Full access to all features during your trial period."},
|
||||
id: "6", title: "Is there a free trial?", content: "Yes! Start with a 14-day free trial. No credit card required. Full access to all features during your trial period."
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
@@ -348,4 +374,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user