diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 249e495..a87b5f2 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,52 +1,23 @@
import type { Metadata } from "next";
-import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
+import "./styles/variables.css";
import "./globals.css";
-import { ServiceWrapper } from "@/components/ServiceWrapper";
-import Tag from "@/tag/Tag";
-const dmSans = DM_Sans({
- variable: "--font-dm-sans", subsets: ["latin"],
-});
-
-const inter = Inter({
- variable: "--font-inter", subsets: ["latin"],
-});
+const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
- title: "AgentFlow: AI Lead Generation That Works 24/7", description: "Deploy autonomous AI agents to capture, qualify, and nurture leads 24/7. Transform your sales pipeline with agentic automation. Start free today.", keywords: "AI lead generation, autonomous agents, agentic system, lead qualification, B2B leads, sales automation, predictive scoring", robots: {
- index: true,
- follow: true,
- },
- metadataBase: new URL("https://agentflow.com"),
- alternates: {
- canonical: "https://agentflow.com"},
- openGraph: {
- title: "AgentFlow: AI Lead Generation That Works 24/7", description: "Deploy autonomous AI agents to capture, qualify, and nurture leads 24/7.", url: "https://agentflow.com", siteName: "AgentFlow", type: "website", images: [
- {
- url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIFHH9DfMCUMnOmDhQcYTGb3a/a-sleek-modern-ai-dashboard-interface-sh-1772732475692-9cbf27cd.png", alt: "AgentFlow AI Dashboard"},
- ],
- },
- twitter: {
- card: "summary_large_image", title: "AgentFlow: AI Lead Generation That Works 24/7", description: "Deploy autonomous AI agents to capture, qualify, and nurture leads 24/7.", images: [
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIFHH9DfMCUMnOmDhQcYTGb3a/a-sleek-modern-ai-dashboard-interface-sh-1772732475692-9cbf27cd.png"],
- },
-};
+ title: "AgentFlow - AI-Powered Lead Generation", description: "Deploy intelligent AI agents to capture, qualify, and nurture leads 24/7. Transform your sales pipeline with agentic automation."};
export default function RootLayout({
children,
-}: Readonly<{
+}: {
children: React.ReactNode;
-}>) {
+}) {
return (
-
-
-
-
- {children}
-
+
+
+ {children}
+
-
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index f21116f..a479c0a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,13 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
-import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
+import HeroOverlay from "@/components/sections/hero/HeroOverlay";
+import HeroLogo from "@/components/sections/hero/HeroLogo";
+import TextAbout from "@/components/sections/about/TextAbout";
+import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
+import ProductCardThree from "@/components/sections/product/ProductCardThree";
+import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
-import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
-import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
-import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
-import FaqBase from "@/components/sections/faq/FaqBase";
+import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import {
@@ -61,42 +62,74 @@ export default function AgentFlowPage() {
-
+
+
10x
+
Faster Lead Capture
+
+
+ }
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIFHH9DfMCUMnOmDhQcYTGb3a/a-sleek-modern-ai-dashboard-interface-sh-1772732475692-9cbf27cd.png?_wi=1"
imageAlt="AgentFlow AI Dashboard"
- imagePosition="right"
mediaAnimation="slide-up"
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "Watch Demo", href: "#" },
]}
buttonAnimation="slide-up"
- marqueeItems={[
- { type: "text-icon", text: "Real-time Lead Qualification", icon: CheckCircle },
- { type: "text-icon", text: "Multi-channel Integration", icon: GitBranch },
- { type: "text-icon", text: "Predictive Analytics", icon: TrendingUp },
- { type: "text-icon", text: "Automated Workflows", icon: Zap },
+ ariaLabel="Hero section"
+ />
+
+
+
+
+
+
+
+
-
+
+
+
+
console.log("Lead Capture Agent"),
+ },
+ {
+ id: "2", name: "Qualification Agent", price: "$1,999/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIFHH9DfMCUMnOmDhQcYTGb3a/advanced-analytics-dashboard-showing-rea-1772732475721-0a1003c4.png?_wi=1", imageAlt: "Qualification Agent", onProductClick: () => console.log("Qualification Agent"),
+ },
+ {
+ id: "3", name: "Nurture Agent", price: "$1,499/mo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIFHH9DfMCUMnOmDhQcYTGb3a/illustration-of-automated-workflow-syste-1772732475358-7029784a.png?_wi=1", imageAlt: "Nurture Agent", onProductClick: () => console.log("Nurture Agent"),
+ },
+ ]}
+ />
+
+
+
+
@@ -181,103 +234,28 @@ export default function AgentFlowPage() {
-
-
-
-
-
-
-
-
-
-
-