diff --git a/src/app/page.tsx b/src/app/page.tsx index 15d7e6d..2c686d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,32 +57,41 @@ const heroBentoFeatures = [ userIcon: User, exchanges: [ { - userMessage: "How can I optimize my deployment speed?", aiResponse: "Your deployment time is 15% slower than industry standard. Consider caching static assets and using regional CDN endpoints."}, + userMessage: "How can I optimize my deployment speed?", aiResponse: "Your deployment time is 15% slower than industry standard. Consider caching static assets and using regional CDN endpoints." + }, { - userMessage: "Are there any security concerns?", aiResponse: "All security scans passed. Your API endpoints have proper rate limiting and encryption enabled."}, + userMessage: "Are there any security concerns?", aiResponse: "All security scans passed. Your API endpoints have proper rate limiting and encryption enabled." + }, ], - placeholder: "Ask me anything about your deployment..."}, + placeholder: "Ask me anything about your deployment..." + }, ]; const borderGlowFeatures = [ { icon: Lock, - title: "End-to-End Encryption", description: "Military-grade encryption for all data in transit and at rest with FIPS 140-2 compliance."}, + title: "End-to-End Encryption", description: "Military-grade encryption for all data in transit and at rest with FIPS 140-2 compliance." + }, { icon: Users, - title: "Team Collaboration", description: "Role-based access control, audit logs, and real-time collaboration features for teams of any size."}, + title: "Team Collaboration", description: "Role-based access control, audit logs, and real-time collaboration features for teams of any size." + }, { icon: Zap, - title: "99.99% Uptime SLA", description: "Redundant infrastructure across multiple regions with automatic failover and disaster recovery."}, + title: "99.99% Uptime SLA", description: "Redundant infrastructure across multiple regions with automatic failover and disaster recovery." + }, { icon: Gauge, - title: "Performance Optimization", description: "Auto-scaling, CDN integration, and intelligent caching to handle traffic spikes effortlessly."}, + title: "Performance Optimization", description: "Auto-scaling, CDN integration, and intelligent caching to handle traffic spikes effortlessly." + }, { icon: CheckCircle, - title: "Compliance Ready", description: "SOC 2 Type II, GDPR, HIPAA, and PCI-DSS certified for regulated industries."}, + title: "Compliance Ready", description: "SOC 2 Type II, GDPR, HIPAA, and PCI-DSS certified for regulated industries." + }, { icon: TrendingUp, - title: "Advanced Analytics", description: "Comprehensive metrics, custom dashboards, and predictive analytics for data-driven decisions."}, + title: "Advanced Analytics", description: "Comprehensive metrics, custom dashboards, and predictive analytics for data-driven decisions." + }, ]; const pricingPlans = [ @@ -90,7 +99,8 @@ const pricingPlans = [ id: "starter", badge: "For Individuals", badgeIcon: Sparkles, price: "$49/month", subtitle: "Perfect for solo developers and small projects", buttons: [{ text: "Start Free Trial", href: "https://devflow.example.com/signup?plan=starter" }], features: [ - "Up to 3 simultaneous deployments", "50GB storage", "Basic monitoring and logs", "Community support", "API access", "Monthly cost: $49"], + "Up to 3 simultaneous deployments", "50GB storage", "Basic monitoring and logs", "Community support", "API access", "Monthly cost: $49" + ], }, { id: "professional", badge: "Most Popular", badgeIcon: Star, @@ -99,13 +109,15 @@ const pricingPlans = [ { text: "Contact Sales", href: "#contact" }, ], features: [ - "Unlimited deployments", "500GB storage", "Advanced monitoring & real-time alerts", "Priority support (24/5)", "Team collaboration", "Custom integrations", "Monthly cost: $199"], + "Unlimited deployments", "500GB storage", "Advanced monitoring & real-time alerts", "Priority support (24/5)", "Team collaboration", "Custom integrations", "Monthly cost: $199" + ], }, { id: "enterprise", badge: "For Scale", badgeIcon: Zap, price: "Custom", subtitle: "For enterprises with dedicated needs", buttons: [{ text: "Contact Sales", href: "#contact" }], features: [ - "Everything in Professional", "Unlimited storage & deployments", "Dedicated support & SLA", "On-premises deployment options", "Custom compliance & security", "Advanced analytics & reporting", "Custom pricing available"], + "Everything in Professional", "Unlimited storage & deployments", "Dedicated support & SLA", "On-premises deployment options", "Custom compliance & security", "Advanced analytics & reporting", "Custom pricing available" + ], }, ]; @@ -166,11 +178,14 @@ export default function LandingPage() { background={{ variant: "downward-rays-animated" }} avatars={[ { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-software-engi-1772890575941-d703d53a.png", alt: "Developer 1"}, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-software-engi-1772890575941-d703d53a.png", alt: "Developer 1" + }, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-product-manag-1772890575511-bc09d0fc.png", alt: "Developer 2"}, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-product-manag-1772890575511-bc09d0fc.png", alt: "Developer 2" + }, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-startup-found-1772890575620-610fc444.png", alt: "Developer 3"}, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-startup-found-1772890575620-610fc444.png", alt: "Developer 3" + }, ]} avatarText="Trusted by 5,000+ developers worldwide" buttons={[ @@ -216,17 +231,23 @@ export default function LandingPage() { author="Alex Chen, CTO at TechVenture" avatars={[ { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-software-engi-1772890575941-d703d53a.png", alt: "Alex Chen"}, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-software-engi-1772890575941-d703d53a.png", alt: "Alex Chen" + }, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-product-manag-1772890575511-bc09d0fc.png", alt: "Team member"}, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-product-manag-1772890575511-bc09d0fc.png", alt: "Team member" + }, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-startup-found-1772890575620-610fc444.png", alt: "Team member"}, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-startup-found-1772890575620-610fc444.png", alt: "Team member" + }, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-developer-rel-1772890577302-fb19815d.png", alt: "Team member"}, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-developer-rel-1772890577302-fb19815d.png", alt: "Team member" + }, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-software-engi-1772890575941-d703d53a.png", alt: "Team member"}, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-software-engi-1772890575941-d703d53a.png", alt: "Team member" + }, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-product-manag-1772890575511-bc09d0fc.png", alt: "Team member"}, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcSihGOkE41SHT3rfmcuELrRmh/professional-headshot-of-a-product-manag-1772890575511-bc09d0fc.png", alt: "Team member" + }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up"