3 Commits

Author SHA1 Message Date
cc4ae2f0c4 Merge version_2 into main
Merge version_2 into main
2026-03-08 04:45:55 +00:00
5f42555a5e Update src/app/page.tsx 2026-03-08 04:45:51 +00:00
14da22977e Merge version_1 into main
Merge version_1 into main
2026-03-08 04:39:11 +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>
);
}
}