Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-08 04:45:55 +00:00

View File

@@ -277,7 +277,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Find answers to common questions about AIFlow and our platform capabilities"
description="Find answers to common questions about AIFlow and our platform capabilities. Everything you need to know about enterprise AI solutions, deployment, and support."
tag="Help & Support"
tagIcon={HelpCircle}
tagAnimation="slide-up"
@@ -312,7 +312,7 @@ export default function LandingPage() {
tagIcon={Rocket}
tagAnimation="slide-up"
title="Start Your AI Journey Today"
description="Join enterprise teams using AIFlow to build, deploy, and scale intelligent AI systems. Get started with a free 30-day trial or schedule a demo with our team."
description="Join enterprise teams using AIFlow to build, deploy, and scale intelligent AI systems. Get started with a free 30-day trial or schedule a demo with our team. Transform your business with cutting-edge AI technology and industry-leading support."
buttons={[
{ text: "Start Free Trial", href: "https://app.example.com/signup" },
{ text: "Schedule Demo", href: "mailto:hello@aiflow.io" },
@@ -365,4 +365,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}