Merge version_1 into main #1
@@ -35,7 +35,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started Free", href: "#contact"}}
|
||||
text: "Get Started Free", href: "#contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -47,11 +48,14 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-young-female--1772836529265-84508465.png", alt: "Professional headshot of a young female software developer with warm lighting, friendly expression, "},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-young-female--1772836529265-84508465.png", alt: "Professional headshot of a young female software developer with warm lighting, friendly expression, "
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-male-software-1772836527390-cc4efe60.png", alt: "Professional headshot of a male software engineer with modern styling, confident expression, tech ca"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-male-software-1772836527390-cc4efe60.png", alt: "Professional headshot of a male software engineer with modern styling, confident expression, tech ca"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-diverse-tech-pr-1772836527679-947828e1.png", alt: "Professional headshot of diverse tech professional, smiling expression, casual tech attire, modern l"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-diverse-tech-pr-1772836527679-947828e1.png", alt: "Professional headshot of diverse tech professional, smiling expression, casual tech attire, modern l"
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ developers"
|
||||
buttons={[
|
||||
@@ -75,9 +79,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Global Infrastructure", description: "Deploy to 50+ regions with automatic failover and 99.99% uptime SLA", bentoComponent: "globe"},
|
||||
title: "Global Infrastructure", description: "Deploy to 50+ regions with automatic failover and 99.99% uptime SLA", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "Real-Time Analytics", description: "Monitor performance metrics and user behavior with millisecond precision", bentoComponent: "animated-bar-chart"},
|
||||
title: "Real-Time Analytics", description: "Monitor performance metrics and user behavior with millisecond precision", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Integrations Hub", description: "Connect with 200+ services including Stripe, Auth0, and Datadog", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
||||
items: [
|
||||
@@ -90,7 +96,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "SDK Support", description: "Complete SDK support for Node.js, Python, Go, and TypeScript", bentoComponent: "3d-task-list", title: "SDK Support", items: [
|
||||
title: "SDK Support", description: "Complete SDK support for Node.js, Python, Go, and TypeScript", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: FileCode, label: "Node.js SDK", time: "v2.0" },
|
||||
{ icon: FileCode, label: "Python SDK", time: "v2.1" },
|
||||
{ icon: FileCode, label: "Go SDK", time: "v1.9" },
|
||||
@@ -114,22 +120,28 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Bank-Level Security", description: "256-bit encryption, SOC 2 Type II certified, HIPAA and GDPR compliant infrastructure"},
|
||||
title: "Bank-Level Security", description: "256-bit encryption, SOC 2 Type II certified, HIPAA and GDPR compliant infrastructure"
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Lightning Performance", description: "Sub-100ms API response times with intelligent caching and CDN optimization"},
|
||||
title: "Lightning Performance", description: "Sub-100ms API response times with intelligent caching and CDN optimization"
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Team Collaboration", description: "Real-time collaboration, role-based access control, and audit logging built-in"},
|
||||
title: "Team Collaboration", description: "Real-time collaboration, role-based access control, and audit logging built-in"
|
||||
},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Advanced Analytics", description: "Custom dashboards, usage forecasting, and cost optimization recommendations"},
|
||||
title: "Advanced Analytics", description: "Custom dashboards, usage forecasting, and cost optimization recommendations"
|
||||
},
|
||||
{
|
||||
icon: Cpu,
|
||||
title: "Auto-Scaling", description: "Automatically scale compute and storage based on real-time demand patterns"},
|
||||
title: "Auto-Scaling", description: "Automatically scale compute and storage based on real-time demand patterns"
|
||||
},
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "24/7 Monitoring", description: "Proactive alerts, incident response, and dedicated support team on standby"},
|
||||
title: "24/7 Monitoring", description: "Proactive alerts, incident response, and dedicated support team on standby"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,17 +153,23 @@ export default function LandingPage() {
|
||||
author="Sarah Chen, CTO at TechScale Labs"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-an-asian-female-1772836527527-d24fbb30.png", alt: "Professional headshot of an Asian female CTO in her 30s, confident expression, business casual attir"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-an-asian-female-1772836527527-d24fbb30.png", alt: "Professional headshot of an Asian female CTO in her 30s, confident expression, business casual attir"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-male-software-1772836527637-d0a6e618.png", alt: "Professional headshot of a male software architect with glasses, thoughtful expression, tech casual "},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-male-software-1772836527637-d0a6e618.png", alt: "Professional headshot of a male software architect with glasses, thoughtful expression, tech casual "
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-creative-tech-1772836530489-39957d02.png", alt: "Professional headshot of a creative tech lead, diverse background, warm smile, casual startup attire"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-creative-tech-1772836530489-39957d02.png", alt: "Professional headshot of a creative tech lead, diverse background, warm smile, casual startup attire"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-female-full-s-1772836529331-86ba9110.png", alt: "Professional headshot of a female full-stack developer, confident expression, modern tech casual wea"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-female-full-s-1772836529331-86ba9110.png", alt: "Professional headshot of a female full-stack developer, confident expression, modern tech casual wea"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-male-devops-e-1772836529811-b82da737.png", alt: "Professional headshot of a male DevOps engineer, experienced expression, tech casual attire, modern "},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-male-devops-e-1772836529811-b82da737.png", alt: "Professional headshot of a male DevOps engineer, experienced expression, tech casual attire, modern "
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-tech-team-lea-1772836526766-2dfe3a39.png", alt: "Professional headshot of a tech team lead, approachable expression, casual professional wear, modern"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aah9JsXVG9U81FlNrEG05Otn0J/professional-headshot-of-a-tech-team-lea-1772836526766-2dfe3a39.png", alt: "Professional headshot of a tech team lead, approachable expression, casual professional wear, modern"
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -174,19 +192,22 @@ export default function LandingPage() {
|
||||
id: "starter", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$29/mo", subtitle: "Perfect for startups and side projects", buttons: [{ text: "Get Started", href: "#contact" }],
|
||||
features: [
|
||||
"Up to 1M requests/month", "1 project", "Basic analytics", "Community support", "99.9% uptime SLA"],
|
||||
"Up to 1M requests/month", "1 project", "Basic analytics", "Community support", "99.9% uptime SLA"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Best Value", badgeIcon: Crown,
|
||||
price: "$99/mo", subtitle: "For growing teams and applications", buttons: [{ text: "Start Free Trial", href: "#contact" }],
|
||||
features: [
|
||||
"Up to 100M requests/month", "Unlimited projects", "Advanced analytics", "Priority email support", "99.95% uptime SLA", "Custom domain", "Team collaboration"],
|
||||
"Up to 100M requests/month", "Unlimited projects", "Advanced analytics", "Priority email support", "99.95% uptime SLA", "Custom domain", "Team collaboration"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Enterprise", badgeIcon: Shield,
|
||||
price: "Custom", subtitle: "For large-scale operations", buttons: [{ text: "Contact Sales", href: "#contact" }],
|
||||
features: [
|
||||
"Unlimited requests", "Unlimited projects", "Real-time analytics", "24/7 phone support", "99.99% uptime SLA", "Dedicated infrastructure", "Advanced security", "Custom integrations", "SLA guarantee"],
|
||||
"Unlimited requests", "Unlimited projects", "Real-time analytics", "24/7 phone support", "99.99% uptime SLA", "Dedicated infrastructure", "Advanced security", "Custom integrations", "SLA guarantee"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user