Merge version_1 into main #1
@@ -9,7 +9,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia
|
||||
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Alert, AlertCircle, Award, BarChart3, CheckCircle, CreditCard, GitBranch, Lock, Mail, MessageSquare, Shield, Sparkles, Star, Users, Zap } from "lucide-react";
|
||||
import { AlertCircle, Award, BarChart3, CheckCircle, CreditCard, GitBranch, Lock, Mail, MessageSquare, Shield, Sparkles, Star, Users, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -35,7 +35,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="DevFlow"
|
||||
button={{
|
||||
text: "Start Building", href: "https://app.devflow.io/signup"}}
|
||||
text: "Start Building", href: "https://app.devflow.io/signup"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -47,18 +48,23 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-group-of-diverse-tech-professionals-an-1773068744377-4923fe54.png", alt: "DevFlow users"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-group-of-diverse-tech-professionals-an-1773068744377-4923fe54.png", alt: "DevFlow users"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshots-of-tech-industry--1773068744852-44a2d9b7.png", alt: "Tech leaders"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/professional-headshots-of-tech-industry--1773068744852-44a2d9b7.png", alt: "Tech leaders"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/diverse-group-of-software-engineers-and--1773068746928-d4a4ed16.png", alt: "Development team"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/diverse-group-of-software-engineers-and--1773068746928-d4a4ed16.png", alt: "Development team"
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 5000+ developers worldwide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial", href: "https://app.devflow.io/signup"},
|
||||
text: "Start Free Trial", href: "https://app.devflow.io/signup"
|
||||
},
|
||||
{
|
||||
text: "View Documentation", href: "#features"},
|
||||
text: "View Documentation", href: "#features"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -73,9 +79,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Real-time Analytics", description:
|
||||
"Monitor application performance with comprehensive metrics and insights", bentoComponent: "animated-bar-chart"},
|
||||
"Monitor application performance with comprehensive metrics and insights", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Global Deployment", description: "Deploy to 50+ regions worldwide with zero downtime", bentoComponent: "globe"},
|
||||
title: "Global Deployment", description: "Deploy to 50+ regions worldwide with zero downtime", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "Team Collaboration", description:
|
||||
"Work seamlessly with your team using integrated communication tools", bentoComponent: "icon-info-cards", items: [
|
||||
@@ -86,7 +94,8 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "API Performance", description:
|
||||
"Lightning-fast API responses with intelligent caching", bentoComponent: "line-chart"},
|
||||
"Lightning-fast API responses with intelligent caching", bentoComponent: "line-chart"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -105,22 +114,28 @@ export default function LandingPage() {
|
||||
{
|
||||
icon: Lock,
|
||||
title: "End-to-End Encryption", description:
|
||||
"Military-grade encryption for all data in transit and at rest"},
|
||||
"Military-grade encryption for all data in transit and at rest"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "99.99% Uptime SLA", description: "Industry-leading uptime guarantee with automatic failover"},
|
||||
title: "99.99% Uptime SLA", description: "Industry-leading uptime guarantee with automatic failover"
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "SOC 2 Certified", description: "Complete compliance with SOC 2 Type II standards"},
|
||||
title: "SOC 2 Certified", description: "Complete compliance with SOC 2 Type II standards"
|
||||
},
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "Real-time Monitoring", description: "Continuous monitoring with instant alert notifications"},
|
||||
title: "Real-time Monitoring", description: "Continuous monitoring with instant alert notifications"
|
||||
},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Detailed Auditing", description: "Complete audit logs for compliance and accountability"},
|
||||
title: "Detailed Auditing", description: "Complete audit logs for compliance and accountability"
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "DDoS Protection", description: "Advanced protection against distributed attacks"},
|
||||
title: "DDoS Protection", description: "Advanced protection against distributed attacks"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -135,13 +150,17 @@ export default function LandingPage() {
|
||||
author="Alex Chen, VP Engineering at TechCorp"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-professional-headshot-of-a-tech-savvy--1773068745156-c17f6593.png", alt: "Alex Chen"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-professional-headshot-of-a-tech-savvy--1773068745156-c17f6593.png", alt: "Alex Chen"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-professional-portrait-of-a-business-ex-1773068745225-d5cba50b.png", alt: "Sarah Williams"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-professional-portrait-of-a-business-ex-1773068745225-d5cba50b.png", alt: "Sarah Williams"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-diverse-professional-headshot-suitable-1773068745269-4ca2b054.png", alt: "Michael Rodriguez"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-diverse-professional-headshot-suitable-1773068745269-4ca2b054.png", alt: "Michael Rodriguez"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-professional-product-manager-or-tech-s-1773068745178-30e8930d.png", alt: "Emma Johnson"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiCJeN1jB7BPr6paJpl7rL6JWW/a-professional-product-manager-or-tech-s-1773068745178-30e8930d.png", alt: "Emma Johnson"
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -160,30 +179,37 @@ export default function LandingPage() {
|
||||
id: "starter", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$99/mo", subtitle: "Perfect for small teams", buttons: [
|
||||
{
|
||||
text: "Start Free Trial", href: "https://app.devflow.io/signup?plan=starter"},
|
||||
text: "Start Free Trial", href: "https://app.devflow.io/signup?plan=starter"
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Up to 5 team members", "50GB storage", "Basic analytics", "Email support", "Git integration", "5 deployments per day"],
|
||||
"Up to 5 team members", "50GB storage", "Basic analytics", "Email support", "Git integration", "5 deployments per day"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$299/mo", subtitle: "Best for growing teams", buttons: [
|
||||
{
|
||||
text: "Start Free Trial", href: "https://app.devflow.io/signup?plan=professional"},
|
||||
text: "Start Free Trial", href: "https://app.devflow.io/signup?plan=professional"
|
||||
},
|
||||
{
|
||||
text: "Contact Sales", href: "mailto:sales@devflow.io"},
|
||||
text: "Contact Sales", href: "mailto:sales@devflow.io"
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Up to 25 team members", "500GB storage", "Advanced analytics", "Priority support", "Git integration", "Unlimited deployments", "Custom domains", "API access"],
|
||||
"Up to 25 team members", "500GB storage", "Advanced analytics", "Priority support", "Git integration", "Unlimited deployments", "Custom domains", "API access"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Enterprise", badgeIcon: Zap,
|
||||
price: "Custom", subtitle: "For large organizations", buttons: [
|
||||
{
|
||||
text: "Contact Sales", href: "mailto:enterprise@devflow.io"},
|
||||
text: "Contact Sales", href: "mailto:enterprise@devflow.io"
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Unlimited team members", "Unlimited storage", "Custom analytics", "24/7 phone support", "Dedicated account manager", "SSO & SAML", "On-premise option", "SLA guarantee"],
|
||||
"Unlimited team members", "Unlimited storage", "Custom analytics", "24/7 phone support", "Dedicated account manager", "SSO & SAML", "On-premise option", "SLA guarantee"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -232,7 +258,8 @@ export default function LandingPage() {
|
||||
{ label: "Contact", href: "mailto:hello@devflow.io" },
|
||||
{ label: "Privacy Policy", href: "https://devflow.io/privacy" },
|
||||
{
|
||||
label: "Terms of Service", href: "https://devflow.io/terms"},
|
||||
label: "Terms of Service", href: "https://devflow.io/terms"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user