5 Commits

Author SHA1 Message Date
b97af4a002 Update src/app/page.tsx 2026-03-07 11:38:20 +00:00
38ee20fc9d Update src/app/layout.tsx 2026-03-07 11:38:19 +00:00
7d340fbd43 Merge version_1 into main
Merge version_1 into main
2026-03-07 11:27:49 +00:00
c5ae582f62 Merge version_1 into main
Merge version_1 into main
2026-03-07 11:26:53 +00:00
e8e4f88d89 Merge version_1 into main
Merge version_1 into main
2026-03-07 11:25:31 +00:00
2 changed files with 66 additions and 52 deletions

View File

@@ -1,57 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({ variable: "--font-inter", subsets: ["latin"] });
export const metadata: Metadata = {
title: "AI WorkFlow - Enterprise Automation Platform", description: "Automate workflows and unlock AI insights for enterprise operations. See measurable ROI in weeks. Start your free trial today.", keywords: "AI automation, enterprise software, workflow optimization, business automation, artificial intelligence", metadataBase: new URL("https://aiworkflow.example.com"),
alternates: {
canonical: "https://aiworkflow.example.com"},
openGraph: {
title: "AI WorkFlow - Enterprise Automation Platform", description: "Transform your operations with AI automation. Reduce costs by 68% and achieve ROI in just 4 weeks.", url: "https://aiworkflow.example.com", siteName: "AI WorkFlow", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/a-modern-sophisticated-ai-dashboard-inte-1772882685187-c831ae10.png", alt: "AI WorkFlow Dashboard"},
],
},
twitter: {
card: "summary_large_image", title: "AI WorkFlow - Enterprise AI Automation", description: "Automate complex workflows and see measurable results in weeks.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/a-modern-sophisticated-ai-dashboard-inte-1772882685187-c831ae10.png"],
},
robots: {
index: true,
follow: true,
},
};
title: "AI WorkFlow - Enterprise AI Automation", description: "Automate complex workflows and unlock insights with enterprise-grade AI automation. See measurable results in weeks."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.variable}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -6,10 +6,12 @@ import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleC
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactText from "@/components/sections/contact/ContactText";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Sparkles, Zap, TrendingDown, DollarSign, Clock, Shield, CheckCircle, HelpCircle } from "lucide-react";
import { Sparkles, Zap, TrendingDown, DollarSign, Clock, Shield, CheckCircle, HelpCircle, Star, Zap as ZapIcon, Lock } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,6 +33,7 @@ export default function LandingPage() {
navItems={[
{ name: "Features", id: "features" },
{ name: "Results", id: "metrics" },
{ name: "Reviews", id: "testimonials" },
{ name: "Partners", id: "socialproof" },
{ name: "FAQ", id: "faq" },
{ name: "Get Started", id: "contact" },
@@ -131,6 +134,34 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="Customer Reviews"
description="Hear what our clients have to say about their experience with our AI automation platform"
tag="Testimonials"
tagIcon={Star}
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Michael Rodriguez", role: "VP Operations, TechCorp Industries", testimonial: "Implementing this AI platform transformed our operations. We reduced processing time by 70% and freed up our team to focus on strategic initiatives. The ROI was evident within the first month.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-avatar-1-1772882684725.png", imageAlt: "Michael Rodriguez"
},
{
id: "2", name: "Sarah Patel", role: "Chief Financial Officer, Global Finance Solutions", testimonial: "The automated financial workflows have cut our month-end close process from 5 days to 1 day. Compliance reporting is now automated and error-free. This is exactly what we needed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-avatar-2-1772882684725.png", imageAlt: "Sarah Patel"
},
{
id: "3", name: "Daniel Thompson", role: "Director of Customer Service, RetailPro", testimonial: "Customer support automation has been game-changing. Our chatbot handles 80% of inquiries, resolution time is down 60%, and customer satisfaction scores are at an all-time high.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-avatar-3-1772882684725.png", imageAlt: "Daniel Thompson"
},
{
id: "4", name: "Jessica Kim", role: "CEO, Innovation Labs", testimonial: "What impressed us most was how quickly the AI adapted to our unique business processes. The platform learns and improves continuously. It's like having an extra team member that never sleeps.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcCjReQmbKun1Ld66jrs2rWw8W/professional-avatar-4-1772882684725.png", imageAlt: "Jessica Kim"
},
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
carouselMode="buttons"
/>
</div>
<div id="socialproof" data-section="socialproof">
<SocialProofOne
title="Trusted by Enterprise Leaders"
@@ -141,7 +172,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
logos={[
"http://img.b2bpic.net/free-vector/colorful-hexagon-business-card_1057-434.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-73.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148211688.jpg", "http://img.b2bpic.net/free-vector/gradient-mosaic-horizontal-business-card-template_23-2149054908.jpg", "http://img.b2bpic.net/free-vector/influencers-logo-template-design_742173-15118.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148212744.jpg", "http://img.b2bpic.net/free-vector/technology-labels-collection_1040-973.jpg"]}
"http://img.b2bpic.net/free-vector/colorful-hexagon-business-card_1057-434.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-73.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148211688.jpg", "http://img.b2bpic.net/free-vector/gradient-mosaic-horizontal-business-card-template_23-2149054908.jpg", "http://img.b2bpic.net/free-vector/influencers-logo-template-design_742173-15118.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148212744.jpg", "http://img.b2bpic.net/free-vector/technology-labels-collection_1040-973.jpg"
]}
names={[]}
speed={40}
showCard={true}
@@ -165,23 +197,43 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "How quickly can we implement the platform?", content: "Most clients are up and running within 2-3 weeks. Our implementation team handles all configuration, training, and integration with your existing systems. We provide dedicated support throughout onboarding to ensure a smooth transition with minimal disruption to your operations."},
id: "1", title: "How quickly can we implement the platform?", content: "Most clients are up and running within 2-3 weeks. Our implementation team handles all configuration, training, and integration with your existing systems. We provide dedicated support throughout onboarding to ensure a smooth transition with minimal disruption to your operations."
},
{
id: "2", title: "What is the pricing model?", content: "We offer flexible pricing based on usage and the number of workflows automated. Most enterprise customers see positive ROI within the first month. We recommend scheduling a demo where our team can provide a custom quote based on your specific needs and current operational scale."},
id: "2", title: "What is the pricing model?", content: "We offer flexible pricing based on usage and the number of workflows automated. Most enterprise customers see positive ROI within the first month. We recommend scheduling a demo where our team can provide a custom quote based on your specific needs and current operational scale."
},
{
id: "3", title: "How does AI adapt to our specific business processes?", content: "Our AI learns from your historical data and process workflows. The platform uses machine learning to understand your unique business rules, exceptions, and optimization opportunities. It continuously improves through feedback, becoming more accurate and aligned with your operations over time."},
id: "3", title: "How does AI adapt to our specific business processes?", content: "Our AI learns from your historical data and process workflows. The platform uses machine learning to understand your unique business rules, exceptions, and optimization opportunities. It continuously improves through feedback, becoming more accurate and aligned with your operations over time."
},
{
id: "4", title: "Is our data secure and compliant?", content: "Yes. We maintain SOC 2 Type II certification, GDPR compliance, and HIPAA readiness. Data is encrypted at rest and in transit. All access is logged and auditable. We never use customer data for model training without explicit consent, and you maintain complete control over data retention and deletion."},
id: "4", title: "Is our data secure and compliant?", content: "Yes. We maintain SOC 2 Type II certification, GDPR compliance, and HIPAA readiness. Data is encrypted at rest and in transit. All access is logged and auditable. We never use customer data for model training without explicit consent, and you maintain complete control over data retention and deletion."
},
{
id: "5", title: "What if we need to integrate with custom or legacy systems?", content: "Our API supports 500+ enterprise applications out of the box. For custom systems, we provide comprehensive API documentation and SDKs in multiple languages. Our technical team can work with your developers to build custom integrations within the implementation timeline."},
id: "5", title: "What if we need to integrate with custom or legacy systems?", content: "Our API supports 500+ enterprise applications out of the box. For custom systems, we provide comprehensive API documentation and SDKs in multiple languages. Our technical team can work with your developers to build custom integrations within the implementation timeline."
},
{
id: "6", title: "What kind of support do you provide after launch?", content: "Enterprise clients receive dedicated account management, 24/7 technical support, and quarterly business reviews. We monitor your workflows continuously, proactively identify optimization opportunities, and provide training for new features and best practices."},
id: "6", title: "What kind of support do you provide after launch?", content: "Enterprise clients receive dedicated account management, 24/7 technical support, and quarterly business reviews. We monitor your workflows continuously, proactively identify optimization opportunities, and provide training for new features and best practices."
},
]}
animationType="smooth"
buttonAnimation="slide-up"
/>
</div>
<div id="guarantee" data-section="guarantee">
<ContactCenter
tag="Peace of Mind"
title="100% Satisfaction Guarantee"
description="We're confident in our platform. If you don't see measurable results within 60 days, we'll provide a full refund. No questions asked."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
buttonText="Start Your Trial"
inputPlaceholder="your@company.com"
termsText="Join 500+ companies already saving time and money. Free trial, no credit card required."
onSubmit={(email) => console.log(email)}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your operations with AI? Start your free trial today and see measurable results within the first week."