10 Commits

Author SHA1 Message Date
1b74c76f00 Merge version_2 into main
Merge version_2 into main
2026-03-03 17:35:16 +00:00
588548354a Update src/app/page.tsx 2026-03-03 17:35:11 +00:00
fc33676582 Merge version_2 into main
Merge version_2 into main
2026-03-03 17:24:13 +00:00
5fd52e70fa Update src/app/page.tsx 2026-03-03 17:24:09 +00:00
ae5b9bc4dc Update src/app/layout.tsx 2026-03-03 17:24:08 +00:00
3c9e29a0c0 Merge version_1 into main
Merge version_1 into main
2026-03-03 17:00:53 +00:00
b38a86a2c9 Merge version_1 into main
Merge version_1 into main
2026-03-03 16:53:09 +00:00
31c9dab398 Merge version_1 into main
Merge version_1 into main
2026-03-03 16:47:58 +00:00
90ee58ff45 Merge version_1 into main
Merge version_1 into main
2026-03-03 16:40:37 +00:00
90a38d0edf Merge version_1 into main
Merge version_1 into main
2026-03-03 16:33:52 +00:00
2 changed files with 12 additions and 50 deletions

View File

@@ -1,55 +1,20 @@
import type { Metadata } from "next";
import { Mulish } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "AIFlow - Intelligent Automation Platform", description: "Transform your operations with AIFlow's AI-powered automation. Real-time analytics, smart workflows, and enterprise-grade security.", keywords: "AI automation, workflow automation, intelligent automation, business automation, AI platform", openGraph: {
title: "AIFlow - Intelligent Automation Platform", description: "Transform your operations with AIFlow's AI-powered automation platform", siteName: "AIFlow", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARUTfDf61ekIcDAd2e7CmaPRNW/a-sleek-modern-ai-dashboard-interface-di-1772554985092-29f1b57f.png", alt: "AIFlow Dashboard"
}
]
},
twitter: {
card: "summary_large_image", title: "AIFlow - Intelligent Automation Platform", description: "AI-powered automation for enterprises. Real-time analytics, smart workflows, and 500+ integrations.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARUTfDf61ekIcDAd2e7CmaPRNW/a-sleek-modern-ai-dashboard-interface-di-1772554985092-29f1b57f.png"]
},
robots: {
index: true,
follow: true
}
};
title: "AIFlow - Intelligent Automation Platform", description: "Harness the power of AI-driven insights and real-time analytics. Monitor, analyze, and optimize your entire operation from a single intelligent dashboard."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${mulish.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1417,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -92,15 +92,15 @@ export default function LandingPage() {
],
stats: [
{
title: "Processing Speed", values: ["2.4x", "3.1x", "4.2x"],
title: "Processing Speed", values: [2.4, 3.1, 4.2],
valuePrefix: "", description: "Faster than competitors"
},
{
title: "Accuracy Rate", values: ["94.2%", "96.8%", "98.5%"],
title: "Accuracy Rate", values: [94.2, 96.8, 98.5],
valuePrefix: "", description: "AI prediction accuracy"
},
{
title: "Active Users", values: ["12400", "18650", "24890"],
title: "Active Users", values: [12400, 18650, 24890],
description: "Growing community"
}
],
@@ -271,13 +271,13 @@ export default function LandingPage() {
]
},
{
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
id: "pro", badge: "Most teams choose Pro", badgeIcon: Sparkles,
price: "$999", name: "Professional", buttons: [
{ text: "Get Started", href: "https://app.aiflow.com" },
{ text: "Contact Sales", href: "#" }
],
features: [
"Unlimited automations", "Advanced analytics", "500+ integrations", "Priority support", "Up to 10 team members", "Custom workflows"
"Unlimited automations", "Advanced analytics", "500+ integrations", "Priority support", "Up to 10 team members", "Custom workflows", "10x ROI on average"
]
},
{
@@ -301,10 +301,8 @@ export default function LandingPage() {
tagIcon={HelpCircle}
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
faqsAnimation="slide-up"
animationType="smooth"
useInvertedBackground={false}
faqs={[
{
id: "1", title: "How does AIFlow's automation work?", content: "AIFlow uses machine learning algorithms to analyze your workflows and identify automation opportunities. Our platform learns from your patterns and continuously optimizes performance."