From ed871feb1b62f434b1405e082aedf9395829b63a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:29:12 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 50 +++++++++++------------------------------- 1 file changed, 13 insertions(+), 37 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6a98ebc..7838173 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -83,7 +83,7 @@ export default function AboutPage() { description="AutoFlow AI was founded in 2023" subdescription="By a team of former McKinsey consultants and senior engineers from Salesforce, Microsoft, and Google" icon={Users} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-headshot-of-a-confident-div-1772479539304-4c0b5723.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-headshot-of-a-confident-div-1772479539304-4c0b5723.png" imageAlt="AutoFlow AI founding team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -98,26 +98,14 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Sarah Chen - CEO & Co-Founder", - tags: ["Strategy", "Enterprise"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-headshot-of-a-confident-div-1772479539304-4c0b5723.png?_wi=2", - imageAlt: "Sarah Chen", - }, + id: "1", title: "Sarah Chen - CEO & Co-Founder", tags: ["Strategy", "Enterprise"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-headshot-of-a-confident-div-1772479539304-4c0b5723.png", imageAlt: "Sarah Chen"}, { - id: "2", - title: "Marcus Johnson - CTO & Co-Founder", - tags: ["AI/ML", "Architecture"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-headshot-of-a-diverse-ai-re-1772479540204-24669ebf.png", - imageAlt: "Marcus Johnson", - }, + id: "2", title: "Marcus Johnson - CTO & Co-Founder", tags: ["AI/ML", "Architecture"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-headshot-of-a-diverse-ai-re-1772479540204-24669ebf.png", imageAlt: "Marcus Johnson"}, { - id: "3", - title: "Elena Rodriguez - VP Product", - tags: ["Product", "UX Design"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-headshot-of-a-diverse-produ-1772479538290-cc678e66.png", - imageAlt: "Elena Rodriguez", - }, + id: "3", title: "Elena Rodriguez - VP Product", tags: ["Product", "UX Design"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-headshot-of-a-diverse-produ-1772479538290-cc678e66.png", imageAlt: "Elena Rodriguez"}, ]} animationType="slide-up" textboxLayout="default" @@ -135,26 +123,14 @@ export default function AboutPage() { tagAnimation="opacity" features={[ { - id: "1", - title: "Customer-First Innovation", - tags: ["Customer Success", "Continuous Improvement"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/beautiful-data-visualization-showing-ai--1772479538906-677c104a.png?_wi=2", - imageAlt: "Customer success", - }, + id: "1", title: "Customer-First Innovation", tags: ["Customer Success", "Continuous Improvement"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/beautiful-data-visualization-showing-ai--1772479538906-677c104a.png", imageAlt: "Customer success"}, { - id: "2", - title: "Enterprise-Grade Security", - tags: ["Trust", "Compliance"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/visual-representation-of-ai-system-integ-1772479539418-28c481d8.png?_wi=2", - imageAlt: "Security and compliance", - }, + id: "2", title: "Enterprise-Grade Security", tags: ["Trust", "Compliance"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/visual-representation-of-ai-system-integ-1772479539418-28c481d8.png", imageAlt: "Security and compliance"}, { - id: "3", - title: "Transparent & Ethical AI", - tags: ["Ethics", "Accountability"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/a-conceptual-illustration-of-intelligent-1772479538637-4d82e10d.png?_wi=2", - imageAlt: "Ethical AI practices", - }, + id: "3", title: "Transparent & Ethical AI", tags: ["Ethics", "Accountability"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/a-conceptual-illustration-of-intelligent-1772479538637-4d82e10d.png", imageAlt: "Ethical AI practices"}, ]} animationType="blur-reveal" textboxLayout="default" From 378aad853fd821d09b3d884ca0c3b42ba876c047 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:29:13 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2fdaab8..50d2dd5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -83,7 +83,7 @@ export default function ContactPage() { tagAnimation="opacity" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/modern-contact-or-cta-interface-showing--1772479539673-85b95674.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/modern-contact-or-cta-interface-showing--1772479539673-85b95674.png" imageAlt="AutoFlow AI Demo Request" mediaAnimation="slide-up" mediaPosition="right" @@ -105,35 +105,17 @@ export default function ContactPage() { faqsAnimation="blur-reveal" faqs={[ { - id: "1", - title: "How long does a demo typically take?", - content: "Our demos are customized to your needs and typically run 30-45 minutes. We'll walk through your specific use case, show relevant AutoFlow AI features, and discuss implementation timeline and pricing.", - }, + id: "1", title: "How long does a demo typically take?", content: "Our demos are customized to your needs and typically run 30-45 minutes. We'll walk through your specific use case, show relevant AutoFlow AI features, and discuss implementation timeline and pricing."}, { - id: "2", - title: "What information do you need before the demo?", - content: "We'd like to know about your business, the workflows you want to automate, your current tools and systems, and your timeline for implementation. This helps us tailor the demo to your exact needs.", - }, + id: "2", title: "What information do you need before the demo?", content: "We'd like to know about your business, the workflows you want to automate, your current tools and systems, and your timeline for implementation. This helps us tailor the demo to your exact needs."}, { - id: "3", - title: "Can I schedule a demo outside business hours?", - content: "Yes, we offer flexible scheduling including evenings and weekends for executive reviews. Contact our sales team and we'll find a time that works for you.", - }, + id: "3", title: "Can I schedule a demo outside business hours?", content: "Yes, we offer flexible scheduling including evenings and weekends for executive reviews. Contact our sales team and we'll find a time that works for you."}, { - id: "4", - title: "What's the next step after the demo?", - content: "After the demo, we'll provide a custom proposal including implementation timeline, pricing, and success roadmap. You can then schedule a free trial to explore AutoFlow AI hands-on.", - }, + id: "4", title: "What's the next step after the demo?", content: "After the demo, we'll provide a custom proposal including implementation timeline, pricing, and success roadmap. You can then schedule a free trial to explore AutoFlow AI hands-on."}, { - id: "5", - title: "Do you have a sales team I can speak with directly?", - content: "Absolutely. Request a demo and you'll be connected with a dedicated sales representative who will be your point of contact throughout the entire process.", - }, + id: "5", title: "Do you have a sales team I can speak with directly?", content: "Absolutely. Request a demo and you'll be connected with a dedicated sales representative who will be your point of contact throughout the entire process."}, { - id: "6", - title: "What if I have questions before scheduling a demo?", - content: "Contact our support team anytime at support@autoflow.ai or use the chat feature on our website. Our team typically responds within 24 hours during business days.", - }, + id: "6", title: "What if I have questions before scheduling a demo?", content: "Contact our support team anytime at support@autoflow.ai or use the chat feature on our website. Our team typically responds within 24 hours during business days."}, ]} /> From 1826c2d3105f01e2bb7b6ef90bc38c76a27a07f4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:29:13 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c8f7832..36303e4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,37 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const poppins = Poppins({ - variable: "--font-poppins", - subsets: ["latin"], + variable: "--font-poppins", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "AutoFlow AI - Enterprise Workflow Automation", - description: "Streamline complex workflows with AI automation. See measurable results in weeks. Get started free or request a demo.", - keywords: "AI automation, workflow automation, enterprise AI, business process automation, intelligent automation", - robots: { + title: "AutoFlow AI - Enterprise Workflow Automation", description: "Streamline complex workflows with AI automation. See measurable results in weeks. Get started free or request a demo.", keywords: "AI automation, workflow automation, enterprise AI, business process automation, intelligent automation", robots: { index: true, follow: true, }, openGraph: { - title: "AutoFlow AI - Intelligent Automation for Enterprise", - description: "Transform your business with AI-powered workflow automation. Achieve 67% efficiency gains and immediate ROI.", - url: "https://autoflow-ai.com", - siteName: "AutoFlow AI", - type: "website", - images: [ + title: "AutoFlow AI - Intelligent Automation for Enterprise", description: "Transform your business with AI-powered workflow automation. Achieve 67% efficiency gains and immediate ROI.", url: "https://autoflow-ai.com", siteName: "AutoFlow AI", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/a-modern-clean-ai-analytics-dashboard-in-1772479539619-7dbe1ccd.png", - alt: "AutoFlow AI Dashboard", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/a-modern-clean-ai-analytics-dashboard-in-1772479539619-7dbe1ccd.png", alt: "AutoFlow AI Dashboard"}, ], }, twitter: { - card: "summary_large_image", - title: "AutoFlow AI - Enterprise Workflow Automation", - description: "See 67% efficiency gains with intelligent AI automation. Request a demo today.", - images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/a-modern-clean-ai-analytics-dashboard-in-1772479539619-7dbe1ccd.png"], + card: "summary_large_image", title: "AutoFlow AI - Enterprise Workflow Automation", description: "See 67% efficiency gains with intelligent AI automation. Request a demo today.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/a-modern-clean-ai-analytics-dashboard-in-1772479539619-7dbe1ccd.png"], }, }; From a1c259552cd77b9da2d91e6553630d79a4eb2aa4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:29:14 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 141 ++++++++++++++++++++--------------------------- 1 file changed, 61 insertions(+), 80 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c980980..651edc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,8 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; import { Zap } from "lucide-react"; export default function HomePage() { @@ -107,26 +109,14 @@ export default function HomePage() { tagAnimation="blur-reveal" features={[ { - id: "1", - title: "Intelligent Workflow Automation", - tags: ["Process Automation", "No-Code"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/a-conceptual-illustration-of-intelligent-1772479538637-4d82e10d.png?_wi=1", - imageAlt: "Workflow automation illustration", - }, + id: "1", title: "Intelligent Workflow Automation", tags: ["Process Automation", "No-Code"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/a-conceptual-illustration-of-intelligent-1772479538637-4d82e10d.png", imageAlt: "Workflow automation illustration"}, { - id: "2", - title: "Seamless System Integration", - tags: ["API Integration", "Enterprise Ready"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/visual-representation-of-ai-system-integ-1772479539418-28c481d8.png?_wi=1", - imageAlt: "System integration diagram", - }, + id: "2", title: "Seamless System Integration", tags: ["API Integration", "Enterprise Ready"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/visual-representation-of-ai-system-integ-1772479539418-28c481d8.png", imageAlt: "System integration diagram"}, { - id: "3", - title: "Real-Time AI Insights", - tags: ["Analytics", "Predictive"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/beautiful-data-visualization-showing-ai--1772479538906-677c104a.png?_wi=1", - imageAlt: "Data insights visualization", - }, + id: "3", title: "Real-Time AI Insights", tags: ["Analytics", "Predictive"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/beautiful-data-visualization-showing-ai--1772479538906-677c104a.png", imageAlt: "Data insights visualization"}, ]} animationType="slide-up" textboxLayout="default" @@ -144,15 +134,7 @@ export default function HomePage() { tagAnimation="opacity" names={["Microsoft", "Salesforce", "AWS", "Adobe", "IBM", "Oracle", "Google", "Apple"]} logos={[ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-microsoft-company-logo-and-wordmark--1772479537746-893f3235.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-salesforce-company-logo-and-wordmark-1772479538444-576cd0c6.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-aws-amazon-web-services-company-logo-1772479538500-d3f6a4db.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-adobe-company-logo-and-wordmark-prof-1772479539435-dab1a1c2.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-ibm-company-logo-professional-enterp-1772479538610-9c187a83.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-oracle-company-logo-and-wordmark-pro-1772479537496-640b1f6a.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-google-company-logo-professional-tec-1772479537619-a76a0acd.png", - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-apple-company-logo-professional-tech-1772479538030-17b48669.png", - ]} + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-microsoft-company-logo-and-wordmark--1772479537746-893f3235.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-salesforce-company-logo-and-wordmark-1772479538444-576cd0c6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-aws-amazon-web-services-company-logo-1772479538500-d3f6a4db.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-adobe-company-logo-and-wordmark-prof-1772479539435-dab1a1c2.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-ibm-company-logo-professional-enterp-1772479538610-9c187a83.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-oracle-company-logo-and-wordmark-pro-1772479537496-640b1f6a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-google-company-logo-professional-tec-1772479537619-a76a0acd.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/the-apple-company-logo-professional-tech-1772479538030-17b48669.png"]} textboxLayout="default" useInvertedBackground={false} speed={40} @@ -168,33 +150,13 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - title: "Average Process Efficiency Gain", - subtitle: "Across all customer implementations", - category: "Productivity", - value: "67%", - }, + id: "1", title: "Average Process Efficiency Gain", subtitle: "Across all customer implementations", category: "Productivity", value: "67%"}, { - id: "2", - title: "Cost Reduction in First Year", - subtitle: "Through automation and error elimination", - category: "ROI", - value: "$2.3M", - }, + id: "2", title: "Cost Reduction in First Year", subtitle: "Through automation and error elimination", category: "ROI", value: "$2.3M"}, { - id: "3", - title: "Implementation Time Reduction", - subtitle: "Compared to traditional enterprise software", - category: "Speed", - value: "87%", - }, + id: "3", title: "Implementation Time Reduction", subtitle: "Compared to traditional enterprise software", category: "Speed", value: "87%"}, { - id: "4", - title: "Customer Satisfaction Score", - subtitle: "From enterprise clients", - category: "NPS", - value: "9.2/10", - }, + id: "4", title: "Customer Satisfaction Score", subtitle: "From enterprise clients", category: "NPS", value: "9.2/10"}, ]} animationType="scale-rotate" textboxLayout="default" @@ -209,47 +171,66 @@ export default function HomePage() { author="Sarah Chen, VP Operations" avatars={[ { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-avatar-of-a-confident-enter-1772479538416-95fbd98a.png", - alt: "Sarah Chen", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-avatar-of-a-confident-enter-1772479538416-95fbd98a.png", alt: "Sarah Chen"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-avatar-of-a-diverse-operati-1772479538573-9117c204.png", - alt: "Michael Rodriguez", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-avatar-of-a-diverse-operati-1772479538573-9117c204.png", alt: "Michael Rodriguez"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-avatar-of-a-diverse-it-mana-1772479539569-85fdb48b.png", - alt: "Jennifer Park", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-avatar-of-a-diverse-it-mana-1772479539569-85fdb48b.png", alt: "Jennifer Park"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-avatar-of-a-confident-produ-1772479540225-b449f317.png", - alt: "David Kumar", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-avatar-of-a-confident-produ-1772479540225-b449f317.png", alt: "David Kumar"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-avatar-of-a-diverse-enterpr-1772479538483-9ecec6cc.png", - alt: "Emily Thompson", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-avatar-of-a-diverse-enterpr-1772479538483-9ecec6cc.png", alt: "Emily Thompson"}, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-avatar-of-a-confident-techn-1772479537953-dafe2e3d.png", - alt: "James Morrison", - }, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP1Nensmz5nLsfbJCbmmFna8v9/professional-avatar-of-a-confident-techn-1772479537953-dafe2e3d.png", alt: "James Morrison"}, ]} ratingAnimation="blur-reveal" - avatarsAnimation="entrance-slide" + avatarsAnimation="slide-up" useInvertedBackground={false} /> -
- +
+ +
+
From bbfdf6b7928d89e6060f93dda1f7e87d9da4d5a2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:29:15 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 58 +++++++--------------------------------- 1 file changed, 10 insertions(+), 48 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 8988dde..902c64c 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -83,36 +83,16 @@ export default function PricingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - title: "Starter Plan", - subtitle: "Perfect for small teams getting started with automation", - category: "Small Business", - value: "$499/mo", - buttons: [{ text: "Get Started", href: "#contact" }], + id: "1", title: "Starter Plan", subtitle: "Perfect for small teams getting started with automation", category: "Small Business", value: "$499/mo", buttons: [{ text: "Get Started", href: "#contact" }], }, { - id: "2", - title: "Professional Plan", - subtitle: "For growing teams with multiple workflow requirements", - category: "Mid-Market", - value: "$1,999/mo", - buttons: [{ text: "Get Started", href: "#contact" }], + id: "2", title: "Professional Plan", subtitle: "For growing teams with multiple workflow requirements", category: "Mid-Market", value: "$1,999/mo", buttons: [{ text: "Get Started", href: "#contact" }], }, { - id: "3", - title: "Enterprise Plan", - subtitle: "Custom solutions for large organizations with complex needs", - category: "Enterprise", - value: "Custom", - buttons: [{ text: "Contact Sales", href: "#contact" }], + id: "3", title: "Enterprise Plan", subtitle: "Custom solutions for large organizations with complex needs", category: "Enterprise", value: "Custom", buttons: [{ text: "Contact Sales", href: "#contact" }], }, { - id: "4", - title: "Developer Plan", - subtitle: "For developers and agencies building automation solutions", - category: "Developers", - value: "$99/mo", - buttons: [{ text: "Start Free Trial", href: "#contact" }], + id: "4", title: "Developer Plan", subtitle: "For developers and agencies building automation solutions", category: "Developers", value: "$99/mo", buttons: [{ text: "Start Free Trial", href: "#contact" }], }, ]} animationType="scale-rotate" @@ -133,35 +113,17 @@ export default function PricingPage() { faqsAnimation="blur-reveal" faqs={[ { - id: "1", - title: "Can I try AutoFlow AI for free?", - content: "Yes! We offer a 14-day free trial for all plans with full feature access. No credit card required. You can explore our platform, set up workflows, and experience the full power of AutoFlow AI before committing.", - }, + id: "1", title: "Can I try AutoFlow AI for free?", content: "Yes! We offer a 14-day free trial for all plans with full feature access. No credit card required. You can explore our platform, set up workflows, and experience the full power of AutoFlow AI before committing."}, { - id: "2", - title: "Is there a contract required?", - content: "No long-term contracts required. All plans are month-to-month with the ability to upgrade or downgrade anytime. Enterprise customers can negotiate annual agreements for additional discounts.", - }, + id: "2", title: "Is there a contract required?", content: "No long-term contracts required. All plans are month-to-month with the ability to upgrade or downgrade anytime. Enterprise customers can negotiate annual agreements for additional discounts."}, { - id: "3", - title: "What's included in each plan?", - content: "Starter includes up to 5 workflows, Professional includes up to 50 workflows, and Enterprise has unlimited workflows. All plans include API access, integrations, email support, and a dedicated dashboard.", - }, + id: "3", title: "What's included in each plan?", content: "Starter includes up to 5 workflows, Professional includes up to 50 workflows, and Enterprise has unlimited workflows. All plans include API access, integrations, email support, and a dedicated dashboard."}, { - id: "4", - title: "Can I add team members to my account?", - content: "Yes. Starter plan includes 2 team members, Professional includes 10, and Enterprise includes unlimited. Each additional team member on Starter costs $49/month.", - }, + id: "4", title: "Can I add team members to my account?", content: "Yes. Starter plan includes 2 team members, Professional includes 10, and Enterprise includes unlimited. Each additional team member on Starter costs $49/month."}, { - id: "5", - title: "Do you offer discounts for annual billing?", - content: "Yes, we offer 20% discount for annual billing on all plans. Custom discounts are available for enterprise customers and volume commitments.", - }, + id: "5", title: "Do you offer discounts for annual billing?", content: "Yes, we offer 20% discount for annual billing on all plans. Custom discounts are available for enterprise customers and volume commitments."}, { - id: "6", - title: "What payment methods do you accept?", - content: "We accept all major credit cards (Visa, Mastercard, American Express), ACH transfers, and wire transfers for enterprise customers. Enterprise customers can also arrange net-30 or net-60 invoicing.", - }, + id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), ACH transfers, and wire transfers for enterprise customers. Enterprise customers can also arrange net-30 or net-60 invoicing."}, ]} />