Merge version_1 into main #2
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -29,8 +28,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -39,8 +37,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Status Page", href: "#" },
|
||||
@@ -57,7 +54,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -68,9 +65,7 @@ export default function ContactPage() {
|
||||
brandName="LeadFlow"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Start Free Trial", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,7 +77,7 @@ export default function ContactPage() {
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,20 +90,11 @@ export default function ContactPage() {
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I get started with LeadFlow?",
|
||||
content: "Getting started is simple! Sign up for a free trial on our website, and you'll have immediate access to the platform. Our onboarding guide will walk you through setting up your lead sources, creating your team, and configuring your first workflows. Most teams are up and running within 24 hours.",
|
||||
},
|
||||
id: "1", title: "How do I get started with LeadFlow?", content: "Getting started is simple! Sign up for a free trial on our website, and you'll have immediate access to the platform. Our onboarding guide will walk you through setting up your lead sources, creating your team, and configuring your first workflows. Most teams are up and running within 24 hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I import my existing leads into LeadFlow?",
|
||||
content: "Yes! We support bulk importing from CSV files, spreadsheets, and major CRM platforms. Simply upload your file, map the fields, and we'll have your leads in the system within minutes. Our support team can also assist with complex migrations.",
|
||||
},
|
||||
id: "2", title: "Can I import my existing leads into LeadFlow?", content: "Yes! We support bulk importing from CSV files, spreadsheets, and major CRM platforms. Simply upload your file, map the fields, and we'll have your leads in the system within minutes. Our support team can also assist with complex migrations."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What integrations does LeadFlow support?",
|
||||
content: "LeadFlow integrates with popular tools like Gmail, Outlook, Slack, HubSpot, Salesforce, Zapier, and many more. We're constantly adding new integrations. Check our integrations page for the complete list, or contact us if you need a specific integration.",
|
||||
},
|
||||
id: "3", title: "What integrations does LeadFlow support?", content: "LeadFlow integrates with popular tools like Gmail, Outlook, Slack, HubSpot, Salesforce, Zapier, and many more. We're constantly adding new integrations. Check our integrations page for the complete list, or contact us if you need a specific integration."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -121,7 +107,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/abstract-modern-background-with-flowing--1772981839987-0f25fee8.png?_wi=5"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/abstract-modern-background-with-flowing--1772981839987-0f25fee8.png"
|
||||
imageAlt="LeadFlow Footer Background"
|
||||
columns={footerColumns}
|
||||
logoText="LeadFlow"
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function FeaturesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -37,9 +37,7 @@ export default function FeaturesPage() {
|
||||
brandName="LeadFlow"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Start Free Trial", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -52,53 +50,23 @@ export default function FeaturesPage() {
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Lead Tracking",
|
||||
description: "Automatically capture, organize, and track leads across all your channels. Never lose a prospect again with intelligent lead routing and deduplication.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/visual-representation-of-an-automated-le-1772981841084-53c73bae.png?_wi=3",
|
||||
imageAlt: "Lead Tracking Workflow",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Smart Lead Tracking", description: "Automatically capture, organize, and track leads across all your channels. Never lose a prospect again with intelligent lead routing and deduplication.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/visual-representation-of-an-automated-le-1772981841084-53c73bae.png", imageAlt: "Lead Tracking Workflow", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Advanced Contact Management",
|
||||
description: "Centralized database with complete interaction history, contact details, last touchpoint, and complete follow-up timeline for every prospect.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/contact-management-interface-displaying--1772981839508-38acdcc4.png?_wi=3",
|
||||
imageAlt: "Contact Management Interface",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Advanced Contact Management", description: "Centralized database with complete interaction history, contact details, last touchpoint, and complete follow-up timeline for every prospect.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/contact-management-interface-displaying--1772981839508-38acdcc4.png", imageAlt: "Contact Management Interface", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Real-Time Analytics & Reporting",
|
||||
description: "Comprehensive dashboards showing lead sources, conversion rates, pipeline velocity, team performance, and predictive insights to drive better decisions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/comprehensive-analytics-dashboard-showin-1772981839683-86c443f5.png?_wi=3",
|
||||
imageAlt: "Analytics Dashboard",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Real-Time Analytics & Reporting", description: "Comprehensive dashboards showing lead sources, conversion rates, pipeline velocity, team performance, and predictive insights to drive better decisions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/comprehensive-analytics-dashboard-showin-1772981839683-86c443f5.png", imageAlt: "Analytics Dashboard", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Seamless Team Collaboration",
|
||||
description: "Assign leads intelligently, share detailed notes, track all activities in real-time, and collaborate effortlessly with built-in communication tools.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/team-collaboration-interface-showing-sha-1772981841473-488d60ae.png?_wi=3",
|
||||
imageAlt: "Team Collaboration Interface",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Seamless Team Collaboration", description: "Assign leads intelligently, share detailed notes, track all activities in real-time, and collaborate effortlessly with built-in communication tools.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/team-collaboration-interface-showing-sha-1772981841473-488d60ae.png", imageAlt: "Team Collaboration Interface", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Powerful Workflow Automation",
|
||||
description: "Create sophisticated automated workflows that trigger actions based on lead behavior, set intelligent follow-up reminders, and scale your processes.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/integration-ecosystem-visualization-show-1772981841686-59e62335.png?_wi=2",
|
||||
imageAlt: "Integration Ecosystem",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Powerful Workflow Automation", description: "Create sophisticated automated workflows that trigger actions based on lead behavior, set intelligent follow-up reminders, and scale your processes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/integration-ecosystem-visualization-show-1772981841686-59e62335.png", imageAlt: "Integration Ecosystem", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Full Mobile App Experience",
|
||||
description: "Manage your entire sales pipeline from anywhere with our responsive mobile app. Access leads, log activities, and close deals on the go.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/mobile-app-preview-showing-crm-interface-1772981839482-88aac631.png?_wi=3",
|
||||
imageAlt: "Mobile App Preview",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Full Mobile App Experience", description: "Manage your entire sales pipeline from anywhere with our responsive mobile app. Access leads, log activities, and close deals on the go.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/mobile-app-preview-showing-crm-interface-1772981839482-88aac631.png", imageAlt: "Mobile App Preview", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -116,57 +84,19 @@ export default function FeaturesPage() {
|
||||
tagIcon={CreditCard}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
tag: "Starter Plan",
|
||||
tagIcon: "Sparkles",
|
||||
price: "$49",
|
||||
period: "/month",
|
||||
description: "Ideal for solo founders and small sales teams getting started.",
|
||||
button: { text: "Start Free Trial", href: "#contact" },
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Up to 500 leads per month",
|
||||
"Basic contact management",
|
||||
"Email notifications",
|
||||
"Manual follow-up tracking",
|
||||
"1 team member",
|
||||
],
|
||||
id: "starter", tag: "Starter Plan", tagIcon: "Sparkles", price: "$49", period: "/month", description: "Ideal for solo founders and small sales teams getting started.", button: { text: "Start Free Trial", href: "#contact" },
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Up to 500 leads per month", "Basic contact management", "Email notifications", "Manual follow-up tracking", "1 team member"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
tag: "Professional Plan",
|
||||
tagIcon: "Star",
|
||||
price: "$149",
|
||||
period: "/month",
|
||||
description: "For scaling teams ready to leverage advanced automation.",
|
||||
button: { text: "Start Free Trial", href: "#contact" },
|
||||
featuresTitle: "Everything in Starter, plus:",
|
||||
features: [
|
||||
"Unlimited leads",
|
||||
"Lead scoring & prioritization",
|
||||
"Automated workflows",
|
||||
"Advanced analytics dashboard",
|
||||
"Up to 5 team members",
|
||||
"API access",
|
||||
],
|
||||
id: "professional", tag: "Professional Plan", tagIcon: "Star", price: "$149", period: "/month", description: "For scaling teams ready to leverage advanced automation.", button: { text: "Start Free Trial", href: "#contact" },
|
||||
featuresTitle: "Everything in Starter, plus:", features: [
|
||||
"Unlimited leads", "Lead scoring & prioritization", "Automated workflows", "Advanced analytics dashboard", "Up to 5 team members", "API access"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Enterprise Plan",
|
||||
tagIcon: "Zap",
|
||||
price: "Custom",
|
||||
period: "/year",
|
||||
description: "For enterprise teams with complex requirements and dedicated support.",
|
||||
button: { text: "Contact Sales", href: "#contact" },
|
||||
featuresTitle: "Everything in Professional, plus:",
|
||||
features: [
|
||||
"Unlimited team members",
|
||||
"Custom integrations",
|
||||
"Dedicated account manager",
|
||||
"Priority support 24/7",
|
||||
"Advanced security features",
|
||||
"Custom training & onboarding",
|
||||
],
|
||||
id: "enterprise", tag: "Enterprise Plan", tagIcon: "Zap", price: "Custom", period: "/year", description: "For enterprise teams with complex requirements and dedicated support.", button: { text: "Contact Sales", href: "#contact" },
|
||||
featuresTitle: "Everything in Professional, plus:", features: [
|
||||
"Unlimited team members", "Custom integrations", "Dedicated account manager", "Priority support 24/7", "Advanced security features", "Custom training & onboarding"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -186,7 +116,7 @@ export default function FeaturesPage() {
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -194,12 +124,11 @@ export default function FeaturesPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/abstract-modern-background-with-flowing--1772981839987-0f25fee8.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/abstract-modern-background-with-flowing--1772981839987-0f25fee8.png"
|
||||
imageAlt="LeadFlow Footer Background"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -208,8 +137,7 @@ export default function FeaturesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -218,8 +146,7 @@ export default function FeaturesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Status Page", href: "#" },
|
||||
|
||||
259
src/app/page.tsx
259
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -34,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -44,8 +42,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Status Page", href: "#" },
|
||||
@@ -62,7 +59,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -73,9 +70,7 @@ export default function HomePage() {
|
||||
brandName="LeadFlow"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Start Free Trial", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,13 +78,13 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="LEADFLOW"
|
||||
description="Build a complete lead follow-up system independently. Track, manage, and convert leads with powerful automation, intelligent prioritization, and seamless team collaboration."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "#contact" },
|
||||
{ text: "Watch Demo", href: "#" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/modern-crm-dashboard-interface-showing-l-1772981841603-ac240674.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/modern-crm-dashboard-interface-showing-l-1772981841603-ac240674.png"
|
||||
imageAlt="LeadFlow CRM Dashboard Interface"
|
||||
frameStyle="browser"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -105,53 +100,23 @@ export default function HomePage() {
|
||||
tagIcon={Zap}
|
||||
features={[
|
||||
{
|
||||
title: "Smart Lead Tracking",
|
||||
description: "Automatically capture, organize, and track leads across all your channels. Never lose a prospect again.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/visual-representation-of-an-automated-le-1772981841084-53c73bae.png?_wi=1",
|
||||
imageAlt: "Lead Tracking Workflow",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Smart Lead Tracking", description: "Automatically capture, organize, and track leads across all your channels. Never lose a prospect again.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/visual-representation-of-an-automated-le-1772981841084-53c73bae.png", imageAlt: "Lead Tracking Workflow", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Contact Management",
|
||||
description: "Centralized contact database with complete history, interactions, and follow-up timeline for every lead.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/contact-management-interface-displaying--1772981839508-38acdcc4.png?_wi=1",
|
||||
imageAlt: "Contact Management Interface",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Contact Management", description: "Centralized contact database with complete history, interactions, and follow-up timeline for every lead.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/contact-management-interface-displaying--1772981839508-38acdcc4.png", imageAlt: "Contact Management Interface", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Advanced Analytics",
|
||||
description: "Real-time dashboards and insights into lead sources, conversion rates, and team performance metrics.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/comprehensive-analytics-dashboard-showin-1772981839683-86c443f5.png?_wi=1",
|
||||
imageAlt: "Analytics Dashboard",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Advanced Analytics", description: "Real-time dashboards and insights into lead sources, conversion rates, and team performance metrics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/comprehensive-analytics-dashboard-showin-1772981839683-86c443f5.png", imageAlt: "Analytics Dashboard", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Team Collaboration",
|
||||
description: "Assign leads, share notes, track activities, and collaborate seamlessly across your entire sales team.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/team-collaboration-interface-showing-sha-1772981841473-488d60ae.png?_wi=1",
|
||||
imageAlt: "Team Collaboration Interface",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Team Collaboration", description: "Assign leads, share notes, track activities, and collaborate seamlessly across your entire sales team.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/team-collaboration-interface-showing-sha-1772981841473-488d60ae.png", imageAlt: "Team Collaboration Interface", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Workflow Automation",
|
||||
description: "Automate repetitive tasks, set follow-up reminders, and trigger actions based on lead behavior.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/integration-ecosystem-visualization-show-1772981841686-59e62335.png?_wi=1",
|
||||
imageAlt: "Integration Ecosystem",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Workflow Automation", description: "Automate repetitive tasks, set follow-up reminders, and trigger actions based on lead behavior.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/integration-ecosystem-visualization-show-1772981841686-59e62335.png", imageAlt: "Integration Ecosystem", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Mobile Access",
|
||||
description: "Manage leads on-the-go with our fully responsive mobile app. Stay connected anywhere.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/mobile-app-preview-showing-crm-interface-1772981839482-88aac631.png?_wi=1",
|
||||
imageAlt: "Mobile App Preview",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
},
|
||||
title: "Mobile Access", description: "Manage leads on-the-go with our fully responsive mobile app. Stay connected anywhere.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/mobile-app-preview-showing-crm-interface-1772981839482-88aac631.png", imageAlt: "Mobile App Preview", buttonIcon: ArrowRight,
|
||||
buttonHref: "#"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -167,7 +132,7 @@ export default function HomePage() {
|
||||
tag="Our Mission"
|
||||
tagIcon={Target}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/modern-crm-dashboard-interface-showing-l-1772981841603-ac240674.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/modern-crm-dashboard-interface-showing-l-1772981841603-ac240674.png"
|
||||
imageAlt="LeadFlow System Overview"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="slide-up"
|
||||
@@ -183,66 +148,22 @@ export default function HomePage() {
|
||||
tagIcon={CreditCard}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
tag: "Starter Plan",
|
||||
tagIcon: "Sparkles",
|
||||
price: "$49",
|
||||
period: "/month",
|
||||
description: "Perfect for solo entrepreneurs and small teams just starting their lead management journey.",
|
||||
button: {
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "What's Included:",
|
||||
features: [
|
||||
"Up to 500 leads per month",
|
||||
"Basic contact management",
|
||||
"Email notifications",
|
||||
"Manual follow-up tracking",
|
||||
"1 team member",
|
||||
],
|
||||
id: "starter", tag: "Starter Plan", tagIcon: "Sparkles", price: "$49", period: "/month", description: "Perfect for solo entrepreneurs and small teams just starting their lead management journey.", button: {
|
||||
text: "Start Free Trial", href: "#contact"},
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Up to 500 leads per month", "Basic contact management", "Email notifications", "Manual follow-up tracking", "1 team member"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
tag: "Professional Plan",
|
||||
tagIcon: "Star",
|
||||
price: "$149",
|
||||
period: "/month",
|
||||
description: "For growing teams ready to scale. Includes automation and advanced analytics.",
|
||||
button: {
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Everything in Starter, plus:",
|
||||
features: [
|
||||
"Unlimited leads",
|
||||
"Lead scoring & prioritization",
|
||||
"Automated workflows",
|
||||
"Advanced analytics dashboard",
|
||||
"Up to 5 team members",
|
||||
"API access",
|
||||
],
|
||||
id: "professional", tag: "Professional Plan", tagIcon: "Star", price: "$149", period: "/month", description: "For growing teams ready to scale. Includes automation and advanced analytics.", button: {
|
||||
text: "Start Free Trial", href: "#contact"},
|
||||
featuresTitle: "Everything in Starter, plus:", features: [
|
||||
"Unlimited leads", "Lead scoring & prioritization", "Automated workflows", "Advanced analytics dashboard", "Up to 5 team members", "API access"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Enterprise Plan",
|
||||
tagIcon: "Zap",
|
||||
price: "Custom",
|
||||
period: "/year",
|
||||
description: "For large organizations with custom requirements and dedicated support.",
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Everything in Professional, plus:",
|
||||
features: [
|
||||
"Unlimited team members",
|
||||
"Custom integrations",
|
||||
"Dedicated account manager",
|
||||
"Priority support 24/7",
|
||||
"Advanced security features",
|
||||
"Custom training & onboarding",
|
||||
],
|
||||
id: "enterprise", tag: "Enterprise Plan", tagIcon: "Zap", price: "Custom", period: "/year", description: "For large organizations with custom requirements and dedicated support.", button: {
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
featuresTitle: "Everything in Professional, plus:", features: [
|
||||
"Unlimited team members", "Custom integrations", "Dedicated account manager", "Priority support 24/7", "Advanced security features", "Custom training & onboarding"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -261,77 +182,17 @@ export default function HomePage() {
|
||||
tagIcon={Heart}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell, VP Sales at TechVentures",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Transformed our entire sales workflow",
|
||||
quote: "LeadFlow has been a game-changer for our sales team. We've reduced lead follow-up time by 60% and increased our conversion rate significantly. The automation features alone have saved us hundreds of hours monthly.",
|
||||
tag: "Enterprise Client",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/professional-headshot-portrait-of-a-busi-1772981838126-a020fae9.png",
|
||||
avatarAlt: "Sarah Mitchell",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/modern-crm-dashboard-interface-showing-l-1772981841603-ac240674.png?_wi=3",
|
||||
imageAlt: "Sarah's Success",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell, VP Sales at TechVentures", date: "Date: 15 November 2024", title: "Transformed our entire sales workflow", quote: "LeadFlow has been a game-changer for our sales team. We've reduced lead follow-up time by 60% and increased our conversion rate significantly. The automation features alone have saved us hundreds of hours monthly.", tag: "Enterprise Client", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/professional-headshot-portrait-of-a-busi-1772981838126-a020fae9.png", avatarAlt: "Sarah Mitchell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/modern-crm-dashboard-interface-showing-l-1772981841603-ac240674.png", imageAlt: "Sarah's Success"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen, Founder of SalesPro Consulting",
|
||||
date: "Date: 8 November 2024",
|
||||
title: "The best investment for my consulting business",
|
||||
quote: "As a solo consultant managing multiple client relationships, LeadFlow has been invaluable. The intuitive interface and powerful tracking capabilities helped me close three major deals in the first month.",
|
||||
tag: "Startup Founder",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/professional-headshot-portrait-of-a-busi-1772981840055-2db694ff.png",
|
||||
avatarAlt: "James Chen",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/contact-management-interface-displaying--1772981839508-38acdcc4.png?_wi=2",
|
||||
imageAlt: "James's Results",
|
||||
},
|
||||
id: "2", name: "James Chen, Founder of SalesPro Consulting", date: "Date: 8 November 2024", title: "The best investment for my consulting business", quote: "As a solo consultant managing multiple client relationships, LeadFlow has been invaluable. The intuitive interface and powerful tracking capabilities helped me close three major deals in the first month.", tag: "Startup Founder", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/professional-headshot-portrait-of-a-busi-1772981840055-2db694ff.png", avatarAlt: "James Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/contact-management-interface-displaying--1772981839508-38acdcc4.png", imageAlt: "James's Results"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez, Sales Manager at GrowthCorp",
|
||||
date: "Date: 1 November 2024",
|
||||
title: "Team coordination has never been easier",
|
||||
quote: "The collaboration features are outstanding. Our team now has complete visibility into every lead and can coordinate follow-ups effortlessly. The analytics dashboard gives us exactly the insights we need to make data-driven decisions.",
|
||||
tag: "Mid-Market Company",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/professional-headshot-portrait-of-a-busi-1772981838147-a9407161.png",
|
||||
avatarAlt: "Emily Rodriguez",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/comprehensive-analytics-dashboard-showin-1772981839683-86c443f5.png?_wi=2",
|
||||
imageAlt: "Emily's Insights",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez, Sales Manager at GrowthCorp", date: "Date: 1 November 2024", title: "Team coordination has never been easier", quote: "The collaboration features are outstanding. Our team now has complete visibility into every lead and can coordinate follow-ups effortlessly. The analytics dashboard gives us exactly the insights we need to make data-driven decisions.", tag: "Mid-Market Company", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/professional-headshot-portrait-of-a-busi-1772981838147-a9407161.png", avatarAlt: "Emily Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/comprehensive-analytics-dashboard-showin-1772981839683-86c443f5.png", imageAlt: "Emily's Insights"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thompson, CEO of Pinnacle Sales Group",
|
||||
date: "Date: 25 October 2024",
|
||||
title: "Incredible ROI from day one",
|
||||
quote: "We implemented LeadFlow across our 15-person team and saw immediate improvements in lead organization and team productivity. Customer support has been exceptional, and the platform scales perfectly as we grow.",
|
||||
tag: "Enterprise",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/professional-headshot-portrait-of-a-busi-1772981838921-06490d1a.png",
|
||||
avatarAlt: "David Thompson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/team-collaboration-interface-showing-sha-1772981841473-488d60ae.png?_wi=2",
|
||||
imageAlt: "David's Growth",
|
||||
},
|
||||
id: "4", name: "David Thompson, CEO of Pinnacle Sales Group", date: "Date: 25 October 2024", title: "Incredible ROI from day one", quote: "We implemented LeadFlow across our 15-person team and saw immediate improvements in lead organization and team productivity. Customer support has been exceptional, and the platform scales perfectly as we grow.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/professional-headshot-portrait-of-a-busi-1772981838921-06490d1a.png", avatarAlt: "David Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/team-collaboration-interface-showing-sha-1772981841473-488d60ae.png", imageAlt: "David's Growth"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Park, Director of Business Development",
|
||||
date: "Date: 18 October 2024",
|
||||
title: "Finally, a CRM that actually works",
|
||||
quote: "We tried several CRM solutions before LeadFlow. This one is different—it's built for how sales teams actually work. The setup was quick, adoption was high, and we're seeing tangible results in our pipeline.",
|
||||
tag: "Mid-Market",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/professional-headshot-portrait-of-a-busi-1772981838126-a020fae9.png",
|
||||
avatarAlt: "Lisa Park",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/mobile-app-preview-showing-crm-interface-1772981839482-88aac631.png?_wi=2",
|
||||
imageAlt: "Lisa's Experience",
|
||||
},
|
||||
id: "5", name: "Lisa Park, Director of Business Development", date: "Date: 18 October 2024", title: "Finally, a CRM that actually works", quote: "We tried several CRM solutions before LeadFlow. This one is different—it's built for how sales teams actually work. The setup was quick, adoption was high, and we're seeing tangible results in our pipeline.", tag: "Mid-Market", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/professional-headshot-portrait-of-a-busi-1772981838126-a020fae9.png", avatarAlt: "Lisa Park", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/mobile-app-preview-showing-crm-interface-1772981839482-88aac631.png", imageAlt: "Lisa's Experience"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Zhang, Head of Sales Operations",
|
||||
date: "Date: 12 October 2024",
|
||||
title: "Our competitive advantage",
|
||||
quote: "LeadFlow's automation capabilities and deep analytics have given our team a competitive edge. We're now able to identify high-value leads faster and nurture them more effectively than ever before.",
|
||||
tag: "Enterprise",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/professional-headshot-portrait-of-a-busi-1772981840055-2db694ff.png",
|
||||
avatarAlt: "Michael Zhang",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/visual-representation-of-an-automated-le-1772981841084-53c73bae.png?_wi=2",
|
||||
imageAlt: "Michael's Advantage",
|
||||
},
|
||||
id: "6", name: "Michael Zhang, Head of Sales Operations", date: "Date: 12 October 2024", title: "Our competitive advantage", quote: "LeadFlow's automation capabilities and deep analytics have given our team a competitive edge. We're now able to identify high-value leads faster and nurture them more effectively than ever before.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/professional-headshot-portrait-of-a-busi-1772981840055-2db694ff.png", avatarAlt: "Michael Zhang", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/visual-representation-of-an-automated-le-1772981841084-53c73bae.png", imageAlt: "Michael's Advantage"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -348,45 +209,21 @@ export default function HomePage() {
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I get started with LeadFlow?",
|
||||
content: "Getting started is simple! Sign up for a free trial on our website, and you'll have immediate access to the platform. Our onboarding guide will walk you through setting up your lead sources, creating your team, and configuring your first workflows. Most teams are up and running within 24 hours.",
|
||||
},
|
||||
id: "1", title: "How do I get started with LeadFlow?", content: "Getting started is simple! Sign up for a free trial on our website, and you'll have immediate access to the platform. Our onboarding guide will walk you through setting up your lead sources, creating your team, and configuring your first workflows. Most teams are up and running within 24 hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I import my existing leads into LeadFlow?",
|
||||
content: "Yes! We support bulk importing from CSV files, spreadsheets, and major CRM platforms. Simply upload your file, map the fields, and we'll have your leads in the system within minutes. Our support team can also assist with complex migrations.",
|
||||
},
|
||||
id: "2", title: "Can I import my existing leads into LeadFlow?", content: "Yes! We support bulk importing from CSV files, spreadsheets, and major CRM platforms. Simply upload your file, map the fields, and we'll have your leads in the system within minutes. Our support team can also assist with complex migrations."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What integrations does LeadFlow support?",
|
||||
content: "LeadFlow integrates with popular tools like Gmail, Outlook, Slack, HubSpot, Salesforce, Zapier, and many more. We're constantly adding new integrations. Check our integrations page for the complete list, or contact us if you need a specific integration.",
|
||||
},
|
||||
id: "3", title: "What integrations does LeadFlow support?", content: "LeadFlow integrates with popular tools like Gmail, Outlook, Slack, HubSpot, Salesforce, Zapier, and many more. We're constantly adding new integrations. Check our integrations page for the complete list, or contact us if you need a specific integration."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is my data secure in LeadFlow?",
|
||||
content: "Absolutely. We use industry-standard encryption (SSL/TLS), regular security audits, and comply with GDPR, CCPA, and SOC 2 standards. Your data is backed up daily and stored in secure data centers. We take security seriously.",
|
||||
},
|
||||
id: "4", title: "Is my data secure in LeadFlow?", content: "Absolutely. We use industry-standard encryption (SSL/TLS), regular security audits, and comply with GDPR, CCPA, and SOC 2 standards. Your data is backed up daily and stored in secure data centers. We take security seriously."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I customize workflows for my team?",
|
||||
content: "Yes! LeadFlow offers extensive workflow customization. You can set up automated follow-ups based on lead behavior, create custom fields, define pipeline stages, and automate task assignments. Our Professional plan includes advanced automation features.",
|
||||
},
|
||||
id: "5", title: "Can I customize workflows for my team?", content: "Yes! LeadFlow offers extensive workflow customization. You can set up automated follow-ups based on lead behavior, create custom fields, define pipeline stages, and automate task assignments. Our Professional plan includes advanced automation features."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What kind of support is available?",
|
||||
content: "We offer email support for all plans, with response times typically within 24 hours. Professional and Enterprise plans include priority support and live chat. Enterprise customers also get a dedicated account manager and training support.",
|
||||
},
|
||||
id: "6", title: "What kind of support is available?", content: "We offer email support for all plans, with response times typically within 24 hours. Professional and Enterprise plans include priority support and live chat. Enterprise customers also get a dedicated account manager and training support."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Can I cancel my subscription anytime?",
|
||||
content: "Yes! There are no long-term contracts. You can cancel your subscription anytime directly from your account settings. Your data will remain accessible for 30 days after cancellation.",
|
||||
},
|
||||
id: "7", title: "Can I cancel my subscription anytime?", content: "Yes! There are no long-term contracts. You can cancel your subscription anytime directly from your account settings. Your data will remain accessible for 30 days after cancellation."},
|
||||
{
|
||||
id: "8",
|
||||
title: "How many team members can I add?",
|
||||
content: "The Starter plan includes 1 team member. Professional plan includes up to 5 team members. Enterprise plan supports unlimited team members. You can add more members anytime by upgrading your plan or contacting sales.",
|
||||
},
|
||||
id: "8", title: "How many team members can I add?", content: "The Starter plan includes 1 team member. Professional plan includes up to 5 team members. Enterprise plan supports unlimited team members. You can add more members anytime by upgrading your plan or contacting sales."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -405,14 +242,14 @@ export default function HomePage() {
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/abstract-modern-background-with-flowing--1772981839987-0f25fee8.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/abstract-modern-background-with-flowing--1772981839987-0f25fee8.png"
|
||||
imageAlt="LeadFlow Footer Background"
|
||||
columns={footerColumns}
|
||||
logoText="LeadFlow"
|
||||
|
||||
@@ -26,7 +26,7 @@ export default function PricingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -40,9 +40,7 @@ export default function PricingPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Start Free Trial",
|
||||
href: "/pricing#contact",
|
||||
}}
|
||||
text: "Start Free Trial", href: "/pricing#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,13 +48,13 @@ export default function PricingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="LEADFLOW"
|
||||
description="Build a complete lead follow-up system independently. Track, manage, and convert leads with powerful automation, intelligent prioritization, and seamless team collaboration."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "/pricing#contact" },
|
||||
{ text: "Watch Demo", href: "#" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/modern-crm-dashboard-interface-showing-l-1772981841603-ac240674.png?_wi=4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/modern-crm-dashboard-interface-showing-l-1772981841603-ac240674.png"
|
||||
imageAlt="LeadFlow CRM Dashboard Interface"
|
||||
frameStyle="browser"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -68,69 +66,28 @@ export default function PricingPage() {
|
||||
<PricingCardFive
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
tag: "Starter Plan",
|
||||
tagIcon: Sparkles,
|
||||
price: "$49",
|
||||
period: "/month",
|
||||
description:
|
||||
"Perfect for solo entrepreneurs and small teams just starting their lead management journey.",
|
||||
button: {
|
||||
text: "Start Free Trial",
|
||||
href: "/pricing#contact",
|
||||
},
|
||||
featuresTitle: "What's Included:",
|
||||
features: [
|
||||
"Up to 500 leads per month",
|
||||
"Basic contact management",
|
||||
"Email notifications",
|
||||
"Manual follow-up tracking",
|
||||
"1 team member",
|
||||
],
|
||||
id: "starter", tag: "Starter Plan", tagIcon: Sparkles,
|
||||
price: "$49", period: "/month", description:
|
||||
"Perfect for solo entrepreneurs and small teams just starting their lead management journey.", button: {
|
||||
text: "Start Free Trial", href: "/pricing#contact"},
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Up to 500 leads per month", "Basic contact management", "Email notifications", "Manual follow-up tracking", "1 team member"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
tag: "Professional Plan",
|
||||
tagIcon: Star,
|
||||
price: "$149",
|
||||
period: "/month",
|
||||
description:
|
||||
"For growing teams ready to scale. Includes automation and advanced analytics.",
|
||||
button: {
|
||||
text: "Start Free Trial",
|
||||
href: "/pricing#contact",
|
||||
},
|
||||
featuresTitle: "Everything in Starter, plus:",
|
||||
features: [
|
||||
"Unlimited leads",
|
||||
"Lead scoring & prioritization",
|
||||
"Automated workflows",
|
||||
"Advanced analytics dashboard",
|
||||
"Up to 5 team members",
|
||||
"API access",
|
||||
],
|
||||
id: "professional", tag: "Professional Plan", tagIcon: Star,
|
||||
price: "$149", period: "/month", description:
|
||||
"For growing teams ready to scale. Includes automation and advanced analytics.", button: {
|
||||
text: "Start Free Trial", href: "/pricing#contact"},
|
||||
featuresTitle: "Everything in Starter, plus:", features: [
|
||||
"Unlimited leads", "Lead scoring & prioritization", "Automated workflows", "Advanced analytics dashboard", "Up to 5 team members", "API access"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Enterprise Plan",
|
||||
tagIcon: Zap,
|
||||
price: "Custom",
|
||||
period: "/year",
|
||||
description:
|
||||
"For large organizations with custom requirements and dedicated support.",
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
href: "/pricing#contact",
|
||||
},
|
||||
featuresTitle: "Everything in Professional, plus:",
|
||||
features: [
|
||||
"Unlimited team members",
|
||||
"Custom integrations",
|
||||
"Dedicated account manager",
|
||||
"Priority support 24/7",
|
||||
"Advanced security features",
|
||||
"Custom training & onboarding",
|
||||
],
|
||||
id: "enterprise", tag: "Enterprise Plan", tagIcon: Zap,
|
||||
price: "Custom", period: "/year", description:
|
||||
"For large organizations with custom requirements and dedicated support.", button: {
|
||||
text: "Contact Sales", href: "/pricing#contact"},
|
||||
featuresTitle: "Everything in Professional, plus:", features: [
|
||||
"Unlimited team members", "Custom integrations", "Dedicated account manager", "Priority support 24/7", "Advanced security features", "Custom training & onboarding"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -149,53 +106,29 @@ export default function PricingPage() {
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I get started with LeadFlow?",
|
||||
content:
|
||||
"Getting started is simple! Sign up for a free trial on our website, and you'll have immediate access to the platform. Our onboarding guide will walk you through setting up your lead sources, creating your team, and configuring your first workflows. Most teams are up and running within 24 hours.",
|
||||
},
|
||||
id: "1", title: "How do I get started with LeadFlow?", content:
|
||||
"Getting started is simple! Sign up for a free trial on our website, and you'll have immediate access to the platform. Our onboarding guide will walk you through setting up your lead sources, creating your team, and configuring your first workflows. Most teams are up and running within 24 hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I import my existing leads into LeadFlow?",
|
||||
content:
|
||||
"Yes! We support bulk importing from CSV files, spreadsheets, and major CRM platforms. Simply upload your file, map the fields, and we'll have your leads in the system within minutes. Our support team can also assist with complex migrations.",
|
||||
},
|
||||
id: "2", title: "Can I import my existing leads into LeadFlow?", content:
|
||||
"Yes! We support bulk importing from CSV files, spreadsheets, and major CRM platforms. Simply upload your file, map the fields, and we'll have your leads in the system within minutes. Our support team can also assist with complex migrations."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What integrations does LeadFlow support?",
|
||||
content:
|
||||
"LeadFlow integrates with popular tools like Gmail, Outlook, Slack, HubSpot, Salesforce, Zapier, and many more. We're constantly adding new integrations. Check our integrations page for the complete list, or contact us if you need a specific integration.",
|
||||
},
|
||||
id: "3", title: "What integrations does LeadFlow support?", content:
|
||||
"LeadFlow integrates with popular tools like Gmail, Outlook, Slack, HubSpot, Salesforce, Zapier, and many more. We're constantly adding new integrations. Check our integrations page for the complete list, or contact us if you need a specific integration."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is my data secure in LeadFlow?",
|
||||
content:
|
||||
"Absolutely. We use industry-standard encryption (SSL/TLS), regular security audits, and comply with GDPR, CCPA, and SOC 2 standards. Your data is backed up daily and stored in secure data centers. We take security seriously.",
|
||||
},
|
||||
id: "4", title: "Is my data secure in LeadFlow?", content:
|
||||
"Absolutely. We use industry-standard encryption (SSL/TLS), regular security audits, and comply with GDPR, CCPA, and SOC 2 standards. Your data is backed up daily and stored in secure data centers. We take security seriously."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I customize workflows for my team?",
|
||||
content:
|
||||
"Yes! LeadFlow offers extensive workflow customization. You can set up automated follow-ups based on lead behavior, create custom fields, define pipeline stages, and automate task assignments. Our Professional plan includes advanced automation features.",
|
||||
},
|
||||
id: "5", title: "Can I customize workflows for my team?", content:
|
||||
"Yes! LeadFlow offers extensive workflow customization. You can set up automated follow-ups based on lead behavior, create custom fields, define pipeline stages, and automate task assignments. Our Professional plan includes advanced automation features."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What kind of support is available?",
|
||||
content:
|
||||
"We offer email support for all plans, with response times typically within 24 hours. Professional and Enterprise plans include priority support and live chat. Enterprise customers also get a dedicated account manager and training support.",
|
||||
},
|
||||
id: "6", title: "What kind of support is available?", content:
|
||||
"We offer email support for all plans, with response times typically within 24 hours. Professional and Enterprise plans include priority support and live chat. Enterprise customers also get a dedicated account manager and training support."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Can I cancel my subscription anytime?",
|
||||
content:
|
||||
"Yes! There are no long-term contracts. You can cancel your subscription anytime directly from your account settings. Your data will remain accessible for 30 days after cancellation.",
|
||||
},
|
||||
id: "7", title: "Can I cancel my subscription anytime?", content:
|
||||
"Yes! There are no long-term contracts. You can cancel your subscription anytime directly from your account settings. Your data will remain accessible for 30 days after cancellation."},
|
||||
{
|
||||
id: "8",
|
||||
title: "How many team members can I add?",
|
||||
content:
|
||||
"The Starter plan includes 1 team member. Professional plan includes up to 5 team members. Enterprise plan supports unlimited team members. You can add more members anytime by upgrading your plan or contacting sales.",
|
||||
},
|
||||
id: "8", title: "How many team members can I add?", content:
|
||||
"The Starter plan includes 1 team member. Professional plan includes up to 5 team members. Enterprise plan supports unlimited team members. You can add more members anytime by upgrading your plan or contacting sales."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about LeadFlow and how it can help your sales team."
|
||||
@@ -218,19 +151,18 @@ export default function PricingPage() {
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/abstract-modern-background-with-flowing--1772981839987-0f25fee8.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/abstract-modern-background-with-flowing--1772981839987-0f25fee8.png"
|
||||
imageAlt="LeadFlow Footer Background"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -239,8 +171,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -249,8 +180,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
{ label: "Status Page", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user