Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-03-08 15:06:43 +00:00
2 changed files with 22 additions and 22 deletions

View File

@@ -50,22 +50,22 @@ 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", imageAlt: "Lead Tracking Workflow", buttonIcon: ArrowRight,
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: "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,
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: "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,
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: "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,
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: "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,
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: "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,
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: "#"},
]}
textboxLayout="default"
@@ -124,7 +124,7 @@ 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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/abstract-modern-background-with-flowing--1772981839987-0f25fee8.png?_wi=2"
imageAlt="LeadFlow Footer Background"
columns={[
{

View File

@@ -84,7 +84,7 @@ export default function HomePage() {
{ 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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/modern-crm-dashboard-interface-showing-l-1772981841603-ac240674.png?_wi=1"
imageAlt="LeadFlow CRM Dashboard Interface"
frameStyle="browser"
buttonAnimation="slide-up"
@@ -100,22 +100,22 @@ 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", imageAlt: "Lead Tracking Workflow", buttonIcon: ArrowRight,
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: "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,
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: "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,
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: "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,
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: "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,
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: "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,
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: "#"},
]}
textboxLayout="default"
@@ -132,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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/modern-crm-dashboard-interface-showing-l-1772981841603-ac240674.png?_wi=2"
imageAlt="LeadFlow System Overview"
useInvertedBackground={false}
tagAnimation="slide-up"
@@ -182,17 +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", 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?_wi=3", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Michael's Advantage"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -249,7 +249,7 @@ export default function HomePage() {
<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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfRhIgwlMEfmDsJItM82tOo8aT/abstract-modern-background-with-flowing--1772981839987-0f25fee8.png?_wi=1"
imageAlt="LeadFlow Footer Background"
columns={footerColumns}
logoText="LeadFlow"