diff --git a/src/app/page.tsx b/src/app/page.tsx
index 434fca3..3725588 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,14 +32,10 @@ export default function LandingPage() {
@@ -50,24 +46,17 @@ export default function LandingPage() {
title="Flow through your workflow."
description="Experience the next evolution of intelligent automation. Seamlessly navigate complex tasks with AI-driven precision and speed."
buttons={[
- {
- text: "Get Started", href: "#pricing"},
- {
- text: "View Demo", href: "#features"},
+ { text: "Get Started", href: "#pricing" },
+ { text: "View Demo", href: "#features" },
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-background-with-digital-cyber-particles-design_1048-13025.jpg"
showBlur={true}
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/3d-modern-background-with-flowing-particles_1048-16341.jpg", alt: "3D modern background with flowing particles"},
- {
- src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139330.jpg", alt: "Blurred night lights"},
- {
- src: "http://img.b2bpic.net/free-photo/3d-network-technology-background-with-particle-waves_1048-17881.jpg", alt: "3D network technology background with particle waves"},
- {
- src: "http://img.b2bpic.net/free-photo/3d-cybernet-techno-design-with-flowing-lines-floating-particles_1048-12152.jpg", alt: "3D cybernet techno design with flowing lines and floating particles"},
- {
- src: "http://img.b2bpic.net/free-photo/suzhou-financial-district-night_1359-1026.jpg", alt: "Suzhou financial district at night"},
+ { src: "http://img.b2bpic.net/free-photo/3d-modern-background-with-flowing-particles_1048-16341.jpg", alt: "3D modern background" },
+ { src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139330.jpg", alt: "Blurred night lights" },
+ { src: "http://img.b2bpic.net/free-photo/3d-network-technology-background-with-particle-waves_1048-17881.jpg", alt: "3D network background" },
+ { src: "http://img.b2bpic.net/free-photo/3d-cybernet-techno-design-with-flowing-lines-floating-particles_1048-12152.jpg", alt: "3D cybernet design" },
+ { src: "http://img.b2bpic.net/free-photo/suzhou-financial-district-night_1359-1026.jpg", alt: "Suzhou at night" },
]}
avatarText="Trusted by 5,000+ engineers worldwide"
/>
@@ -78,15 +67,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Performance at Scale"
metrics={[
- {
- icon: Zap,
- label: "Latency reduction", value: "99.9%"},
- {
- icon: Clock,
- label: "Time saved daily", value: "4.2hrs"},
- {
- icon: TrendingUp,
- label: "Workflow efficiency", value: "350%"},
+ { icon: Zap, label: "Latency reduction", value: "99.9%" },
+ { icon: Clock, label: "Time saved daily", value: "4.2hrs" },
+ { icon: TrendingUp, label: "Workflow efficiency", value: "350%" },
]}
metricsAnimation="blur-reveal"
/>
@@ -98,12 +81,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "Real-time Processing", description: "Instant data transformation powered by our custom neural engine.", imageSrc: "http://img.b2bpic.net/free-photo/motion-blur-automatic-train-moving-inside-tunnel-tokyo-japan_335224-20.jpg"},
- {
- title: "Secure Infrastructure", description: "Enterprise-grade encryption protecting every byte of your intellectual capital.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30136.jpg"},
- {
- title: "Seamless Integration", description: "Works with your existing stack from day one without heavy configuration.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-web-designer-instagram-stories_23-2150389776.jpg"},
+ { title: "Real-time Processing", description: "Instant data transformation powered by our custom neural engine.", imageSrc: "http://img.b2bpic.net/free-photo/motion-blur-automatic-train-moving-inside-tunnel-tokyo-japan_335224-20.jpg" },
+ { title: "Secure Infrastructure", description: "Enterprise-grade encryption protecting every byte of your intellectual capital.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30136.jpg" },
+ { title: "Seamless Integration", description: "Works with your existing stack from day one without heavy configuration.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-web-designer-instagram-stories_23-2150389776.jpg" },
]}
title="Built for Intelligence"
description="Our core technology ensures your data remains fluid, accurate, and instantly accessible across all your systems."
@@ -114,8 +94,7 @@ export default function LandingPage() {
@@ -127,24 +106,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
plans={[
- {
- id: "basic", tag: "Essentials", price: "$49", period: "/mo", description: "Everything you need to get started.", button: {
- text: "Start Now"},
- featuresTitle: "Included features:", features: [
- "Core automation", "Basic integrations", "Email support"],
- },
- {
- id: "pro", tag: "Professional", price: "$129", period: "/mo", description: "For scaling teams and complex workflows.", button: {
- text: "Upgrade Pro"},
- featuresTitle: "Everything in Basic, plus:", features: [
- "Advanced neural engine", "Priority support", "Custom connectors"],
- },
- {
- id: "enterprise", tag: "Enterprise", price: "$499", period: "/mo", description: "Total control for global operations.", button: {
- text: "Contact Sales"},
- featuresTitle: "Everything in Pro, plus:", features: [
- "Unlimited nodes", "Dedicated manager", "On-prem options"],
- },
+ { id: "basic", tag: "Essentials", price: "$49", period: "/mo", description: "Everything you need to get started.", button: { text: "Start Now" }, featuresTitle: "Included features:", features: ["Core automation", "Basic integrations", "Email support"] },
+ { id: "pro", tag: "Professional", price: "$129", period: "/mo", description: "For scaling teams and complex workflows.", button: { text: "Upgrade Pro" }, featuresTitle: "Everything in Basic, plus:", features: ["Advanced neural engine", "Priority support", "Custom connectors"] },
+ { id: "enterprise", tag: "Enterprise", price: "$499", period: "/mo", description: "Total control for global operations.", button: { text: "Contact Sales" }, featuresTitle: "Everything in Pro, plus:", features: ["Unlimited nodes", "Dedicated manager", "On-prem options"] },
]}
title="Simple Pricing"
description="Transparent plans designed to scale with your ambition."
@@ -157,29 +121,16 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1", name: "Alex Chen", role: "CTO", company: "Global Tech", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-designer-using-computer_171337-15535.jpg"},
- {
- id: "t2", name: "Sarah Miller", role: "Lead Engineer", company: "Innovate X", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-wearing-gen-z-makeup_52683-91454.jpg"},
- {
- id: "t3", name: "David Park", role: "DevOps Lead", company: "Data Flow", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/blue-light-portrait-background_23-2149594637.jpg"},
- {
- id: "t4", name: "Elena Rossi", role: "Product Designer", company: "Nexus AI", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-designer-sitting-office-night_171337-15594.jpg"},
- {
- id: "t5", name: "Marcus Thorne", role: "Architect", company: "Future Labs", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-photographer-using-photo-editing-software-pc-display-multimedia-studio_482257-98537.jpg"},
+ { id: "t1", name: "Alex Chen", role: "CTO", company: "Global Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-designer-using-computer_171337-15535.jpg" },
+ { id: "t2", name: "Sarah Miller", role: "Lead Engineer", company: "Innovate X", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-wearing-gen-z-makeup_52683-91454.jpg" },
+ { id: "t3", name: "David Park", role: "DevOps Lead", company: "Data Flow", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blue-light-portrait-background_23-2149594637.jpg" },
+ { id: "t4", name: "Elena Rossi", role: "Product Designer", company: "Nexus AI", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-designer-sitting-office-night_171337-15594.jpg" },
+ { id: "t5", name: "Marcus Thorne", role: "Architect", company: "Future Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-photographer-using-photo-editing-software-pc-display-multimedia-studio_482257-98537.jpg" },
]}
kpiItems={[
- {
- value: "1.2M", label: "Ops run daily"},
- {
- value: "99%", label: "Happy users"},
- {
- value: "15ms", label: "Avg Latency"},
+ { value: "1.2M", label: "Ops run daily" },
+ { value: "99%", label: "Happy users" },
+ { value: "15ms", label: "Avg Latency" },
]}
title="Voices of the Future"
description="See why top developers are switching to our automation engine."
@@ -190,12 +141,9 @@ export default function LandingPage() {