Merge version_2 into main #4
@@ -1,53 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "LeadFlow AI - Automate Your Lead Generation & Booking", description: "AI-powered lead finding, automated outreach, and appointment booking for businesses. Get more qualified customers 24/7 with LeadFlow AI.", keywords: "lead generation AI, automated outreach, appointment booking, sales automation, AI sales, business automation, lead finder", metadataBase: new URL("https://leadflow-ai.com"),
|
||||
alternates: {
|
||||
canonical: "https://leadflow-ai.com"},
|
||||
openGraph: {
|
||||
title: "LeadFlow AI - Automate Your Lead Generation & Booking", description: "Let AI find leads, contact them, and book appointments for your business — 24/7. Start your free trial today.", url: "https://leadflow-ai.com", siteName: "LeadFlow AI", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcMG9tVpYq0pKGHr20SiBEvFfs/a-modern-ai-powered-lead-management-dash-1772887395194-af9be843.png", alt: "LeadFlow AI Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "LeadFlow AI - Automate Your Lead Generation", description: "AI finds leads, contacts them, books appointments. Start free today.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcMG9tVpYq0pKGHr20SiBEvFfs/a-modern-ai-powered-lead-management-dash-1772887395194-af9be843.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "LeadFlow AI - Automated Lead Generation & Sales Automation", description: "Get more clients automatically with LeadFlow AI. Find leads, contact them, and book appointments 24/7 with artificial intelligence. Start your free trial today."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1415,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
title="Simple, Transparent Pricing"
|
||||
description="No hidden fees. Cancel anytime. Choose the plan that fits your business."
|
||||
description="No hidden fees. Cancel anytime. Start your free trial today — no credit card required. Plus, get our money-back guarantee: if you're not satisfied within 30 days, we'll refund you completely."
|
||||
tag="Flexible Plans"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -224,19 +224,19 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$49/month", subtitle: "Perfect for freelancers and small teams", buttons: [{ text: "Start Free Trial", href: "contact" }],
|
||||
price: "$49/month", subtitle: "Perfect for freelancers and small teams. Free trial, no credit card, 30-day money-back guarantee.", buttons: [{ text: "Start Free Trial", href: "contact" }],
|
||||
features: [
|
||||
"500 AI-discovered leads per month", "Unlimited personalized messages", "Automated follow-up sequences", "Calendar integration", "Basic analytics dashboard", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "growth", badge: "Growing Teams", badgeIcon: Rocket,
|
||||
price: "$149/month", subtitle: "For growing agencies and local businesses", buttons: [{ text: "Start Free Trial", href: "contact" }],
|
||||
price: "$149/month", subtitle: "For growing agencies and local businesses. Free trial, no credit card, 30-day money-back guarantee.", buttons: [{ text: "Start Free Trial", href: "contact" }],
|
||||
features: [
|
||||
"2,500 AI-discovered leads per month", "Unlimited personalized messages", "Multi-channel outreach (Email, WhatsApp, DMs)", "Advanced follow-up automation", "Team collaboration (up to 5 users)", "Advanced analytics and reporting", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Enterprise", badgeIcon: Crown,
|
||||
price: "$299/month", subtitle: "For scaling agencies and enterprises", buttons: [{ text: "Start Free Trial", href: "contact" }],
|
||||
price: "$299/month", subtitle: "For scaling agencies and enterprises. Free trial, no credit card, 30-day money-back guarantee.", buttons: [{ text: "Start Free Trial", href: "contact" }],
|
||||
features: [
|
||||
"10,000+ AI-discovered leads per month", "Unlimited personalized messages across all channels", "Advanced AI personalization and sequencing", "Team collaboration (unlimited users)", "API access for custom integrations", "Custom lead filters and targeting", "Dedicated account manager", "24/7 priority support"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user