From 6c4d999f93f86fa414aad2d7a4913868acdb2ea2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:56:53 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 53 +++++++++++------------------------------- 1 file changed, 14 insertions(+), 39 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7f75d53..a3228dd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,24 +20,21 @@ export default function AboutPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "How It Works", href: "#about" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact Support", href: "#contact" }, @@ -76,10 +73,11 @@ export default function AboutPage() { { value: "6+", title: "Years of Industry Leadership" }, { value: "$50B+", title: "Assets Managed by Our Client Community" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/women-leaders-strategizing-corporate-office-focused-growth-innovation-gender-equality_482257-133294.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/women-leaders-strategizing-corporate-office-focused-growth-innovation-gender-equality_482257-133294.jpg" imageAlt="Our team collaborating on financial services solutions" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="none" /> @@ -90,34 +88,16 @@ export default function AboutPage() { tag="Industry Impact" metrics={[ { - id: "1", - value: "500+", - title: "Financial Professionals Empowered", - items: [ - "Across all practice sizes", - "From solo advisors to large firms", - "Spanning 15+ countries globally", - ], + id: "1", value: "500+", title: "Financial Professionals Empowered", items: [ + "Across all practice sizes", "From solo advisors to large firms", "Spanning 15+ countries globally"], }, { - id: "2", - value: "$2.5B", - title: "Total AUM Influenced by Our Clients", - items: [ - "Average client AUM growth: 35%", - "Revenue increase per firm: $250K+", - "Industry-leading conversion rates", - ], + id: "2", value: "$2.5B", title: "Total AUM Influenced by Our Clients", items: [ + "Average client AUM growth: 35%", "Revenue increase per firm: $250K+", "Industry-leading conversion rates"], }, { - id: "3", - value: "98%", - title: "Client Satisfaction & Retention", - items: [ - "Net Promoter Score: 72", - "12-month retention: 92%", - "Referral rate: 35% of new business", - ], + id: "3", value: "98%", title: "Client Satisfaction & Retention", items: [ + "Net Promoter Score: 72", "12-month retention: 92%", "Referral rate: 35% of new business"], }, ]} animationType="slide-up" @@ -131,15 +111,10 @@ export default function AboutPage() { title="Trusted Partners in Financial Services" description="LeadFlow works with the industry's leading financial advisory firms and platforms" tag="Strategic Partners" + names=[ + "Bank Finance", "Universal Investment", "Gradient Accounting", "Professional Insurance", "Financial Advisory", "Asset Management", "Retirement Planning"] logos={[ - "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", - "http://img.b2bpic.net/free-vector/universal-logo-geometric-abstract-shape-design-template_126523-489.jpg", - "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148853512.jpg", - "http://img.b2bpic.net/free-vector/gradient-professional-insurance-company-logo-template_742173-17679.jpg", - "http://img.b2bpic.net/free-vector/gradient-accounting-logo-slogan_23-2148822744.jpg", - "http://img.b2bpic.net/free-vector/abstract-squares-graph-logo-pack_1043-103.jpg", - "http://img.b2bpic.net/free-vector/gradient-money-logo-template_23-2150907909.jpg", - ]} + "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/universal-logo-geometric-abstract-shape-design-template_126523-489.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148853512.jpg", "http://img.b2bpic.net/free-vector/gradient-professional-insurance-company-logo-template_742173-17679.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-slogan_23-2148822744.jpg", "http://img.b2bpic.net/free-vector/abstract-squares-graph-logo-pack_1043-103.jpg", "http://img.b2bpic.net/free-vector/gradient-money-logo-template_23-2150907909.jpg"]} textboxLayout="default" useInvertedBackground={false} speed={40} -- 2.49.1 From 559c4a4350a3fbff812517d3a1e81ff4a449defc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:56:54 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 143 ++++++++--------------------------------------- 1 file changed, 23 insertions(+), 120 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 258a0df..5d9f6a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,24 +28,21 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "How It Works", href: "#about" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact Support", href: "#contact" }, @@ -101,10 +98,11 @@ export default function HomePage() { { value: "85%", title: "Conversion Rate from Lead to Consultation" }, { value: "3x", title: "Faster Client Acquisition vs Traditional Methods" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/women-leaders-strategizing-corporate-office-focused-growth-innovation-gender-equality_482257-133294.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/women-leaders-strategizing-corporate-office-focused-growth-innovation-gender-equality_482257-133294.jpg" imageAlt="Team collaboration and business growth visualization" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="none" /> @@ -115,25 +113,13 @@ export default function HomePage() { tag="Powerful Tools" features={[ { - title: "AI-Powered Lead Qualification", - description: "Our intelligent system automatically qualifies leads based on financial profile, goals, and readiness. Only contacts that meet your criteria reach you.", - imageSrc: "http://img.b2bpic.net/free-photo/financial-planner-expert-highlighting-contract-terms-detailed-retirement-plan_482257-100616.jpg", - imageAlt: "Lead qualification process with AI analytics", - buttonIcon: CheckCircle, + title: "AI-Powered Lead Qualification", description: "Our intelligent system automatically qualifies leads based on financial profile, goals, and readiness. Only contacts that meet your criteria reach you.", imageSrc: "http://img.b2bpic.net/free-photo/financial-planner-expert-highlighting-contract-terms-detailed-retirement-plan_482257-100616.jpg", imageAlt: "Lead qualification process with AI analytics", buttonIcon: CheckCircle, }, { - title: "Multi-Channel Lead Generation", - description: "Capture leads from multiple sources including search, social media, referral networks, and content marketing—all funneled through our qualification system.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg", - imageAlt: "Multi-channel lead generation system", - buttonIcon: TrendingUp, + title: "Multi-Channel Lead Generation", description: "Capture leads from multiple sources including search, social media, referral networks, and content marketing—all funneled through our qualification system.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg", imageAlt: "Multi-channel lead generation system", buttonIcon: TrendingUp, }, { - title: "Real-Time Dashboard & Analytics", - description: "Track lead performance, conversion metrics, ROI, and pipeline health in real-time. Make data-driven decisions to optimize your acquisition strategy.", - imageSrc: "http://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg", - imageAlt: "Advanced analytics dashboard", - buttonIcon: BarChart3, + title: "Real-Time Dashboard & Analytics", description: "Track lead performance, conversion metrics, ROI, and pipeline health in real-time. Make data-driven decisions to optimize your acquisition strategy.", imageSrc: "http://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg", imageAlt: "Advanced analytics dashboard", buttonIcon: BarChart3, }, ]} textboxLayout="default" @@ -148,34 +134,16 @@ export default function HomePage() { tag="Success Metrics" metrics={[ { - id: "1", - value: "500+", - title: "Financial Consultants Using LeadFlow", - items: [ - "Across 15+ countries", - "Managing $50B+ in assets", - "Growing 40% year-over-year", - ], + id: "1", value: "500+", title: "Financial Consultants Using LeadFlow", items: [ + "Across 15+ countries", "Managing $50B+ in assets", "Growing 40% year-over-year"], }, { - id: "2", - value: "150K+", - title: "Qualified Leads Generated", - items: [ - "87% lead quality rating", - "Average deal value: $125K", - "3-month average close time", - ], + id: "2", value: "150K+", title: "Qualified Leads Generated", items: [ + "87% lead quality rating", "Average deal value: $125K", "3-month average close time"], }, { - id: "3", - value: "4.8/5", - title: "Customer Satisfaction", - items: [ - "92% retention rate", - "98% uptime SLA", - "24/7 dedicated support", - ], + id: "3", value: "4.8/5", title: "Customer Satisfaction", items: [ + "92% retention rate", "98% uptime SLA", "24/7 dedicated support"], }, ]} animationType="slide-up" @@ -191,77 +159,17 @@ export default function HomePage() { tag="Client Success Stories" testimonials={[ { - id: "1", - name: "Michael Chen, Founder of Wealth Advisors", - date: "Date: 15 November 2024", - title: "Tripled our qualified leads in 6 months", - quote: "LeadFlow completely transformed how we approach lead generation. The qualification process is incredibly accurate, and we've gone from struggling to find quality prospects to having more opportunities than we can handle. Our average deal size increased by 40%.", - tag: "High Volume", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-works-laptop_1163-5473.jpg", - avatarAlt: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-works-laptop_1163-5473.jpg", - imageAlt: "Michael Chen Portrait", - }, + id: "1", name: "Michael Chen, Founder of Wealth Advisors", date: "Date: 15 November 2024", title: "Tripled our qualified leads in 6 months", quote: "LeadFlow completely transformed how we approach lead generation. The qualification process is incredibly accurate, and we've gone from struggling to find quality prospects to having more opportunities than we can handle. Our average deal size increased by 40%.", tag: "High Volume", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-works-laptop_1163-5473.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-works-laptop_1163-5473.jpg", imageAlt: "Michael Chen Portrait"}, { - id: "2", - name: "Sarah Johnson, CEO of Financial Horizons", - date: "Date: 22 October 2024", - title: "Best investment in our growth strategy", - quote: "I was skeptical about outsourcing lead generation, but LeadFlow's AI system is so accurate that I trust the leads immediately. Our sales team spends zero time on unqualified prospects. The ROI has been exceptional—we recovered our investment in the first month.", - tag: "ROI Focused", - avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-sitting-office-suit-waiting-client-preparing-documentation_1258-194491.jpg", - avatarAlt: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-sitting-office-suit-waiting-client-preparing-documentation_1258-194491.jpg", - imageAlt: "Sarah Johnson Portrait", - }, + id: "2", name: "Sarah Johnson, CEO of Financial Horizons", date: "Date: 22 October 2024", title: "Best investment in our growth strategy", quote: "I was skeptical about outsourcing lead generation, but LeadFlow's AI system is so accurate that I trust the leads immediately. Our sales team spends zero time on unqualified prospects. The ROI has been exceptional—we recovered our investment in the first month.", tag: "ROI Focused", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-sitting-office-suit-waiting-client-preparing-documentation_1258-194491.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-sitting-office-suit-waiting-client-preparing-documentation_1258-194491.jpg", imageAlt: "Sarah Johnson Portrait"}, { - id: "3", - name: "David Rodriguez, Partner at Elite Consultancy", - date: "Date: 8 September 2024", - title: "Consistent, predictable lead flow", - quote: "For years, our lead generation was unpredictable—some months great, others sparse. LeadFlow has given us consistent, predictable inflow of high-quality prospects. The dashboard reporting helps us understand exactly where opportunities are coming from.", - tag: "Predictability", - avatarSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg", - avatarAlt: "David Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg", - imageAlt: "David Rodriguez Portrait", - }, + id: "3", name: "David Rodriguez, Partner at Elite Consultancy", date: "Date: 8 September 2024", title: "Consistent, predictable lead flow", quote: "For years, our lead generation was unpredictable—some months great, others sparse. LeadFlow has given us consistent, predictable inflow of high-quality prospects. The dashboard reporting helps us understand exactly where opportunities are coming from.", tag: "Predictability", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg", avatarAlt: "David Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg", imageAlt: "David Rodriguez Portrait"}, { - id: "4", - name: "Jennifer Lee, Managing Director of Apex Wealth", - date: "Date: 12 August 2024", - title: "Outstanding customer support throughout our journey", - quote: "What impressed me most wasn't just the platform—it was the team behind it. They understand financial services inside and out. Whenever we've had questions or needed customization, their support team delivered instantly. We feel like true partners.", - tag: "Support Excellence", - avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", - avatarAlt: "Jennifer Lee", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", - imageAlt: "Jennifer Lee Portrait", - }, + id: "4", name: "Jennifer Lee, Managing Director of Apex Wealth", date: "Date: 12 August 2024", title: "Outstanding customer support throughout our journey", quote: "What impressed me most wasn't just the platform—it was the team behind it. They understand financial services inside and out. Whenever we've had questions or needed customization, their support team delivered instantly. We feel like true partners.", tag: "Support Excellence", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", avatarAlt: "Jennifer Lee", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", imageAlt: "Jennifer Lee Portrait"}, { - id: "5", - name: "Robert Williams, Principal of Capital Insights", - date: "Date: 5 July 2024", - title: "Finally, leads I actually want to call", - quote: "Every lead we get from LeadFlow is someone we actually want to talk to. No more cold calling lists or tire-kickers. The segmentation by financial goals, account size, and timeline is exactly what we needed. It's changed our entire business model.", - tag: "Lead Quality", - avatarSrc: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", - avatarAlt: "Robert Williams", - imageSrc: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", - imageAlt: "Robert Williams Portrait", - }, + id: "5", name: "Robert Williams, Principal of Capital Insights", date: "Date: 5 July 2024", title: "Finally, leads I actually want to call", quote: "Every lead we get from LeadFlow is someone we actually want to talk to. No more cold calling lists or tire-kickers. The segmentation by financial goals, account size, and timeline is exactly what we needed. It's changed our entire business model.", tag: "Lead Quality", avatarSrc: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", avatarAlt: "Robert Williams", imageSrc: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", imageAlt: "Robert Williams Portrait"}, { - id: "6", - name: "Amanda Foster, Founder of Legacy Planning Group", - date: "Date: 18 June 2024", - title: "Scaling without scaling pain", - quote: "We were afraid to scale because we didn't know how we'd find more quality leads. LeadFlow solved that problem completely. Now when a team member joins, we can immediately feed them qualified prospects. Growth is finally not limited by lead generation.", - tag: "Scaling Success", - avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-smiling-businesswoman-is-working-her-documents-outside-her-office-she-is-sitting-small-cafe_613910-14718.jpg", - avatarAlt: "Amanda Foster", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-smiling-businesswoman-is-working-her-documents-outside-her-office-she-is-sitting-small-cafe_613910-14718.jpg", - imageAlt: "Amanda Foster Portrait", - }, + id: "6", name: "Amanda Foster, Founder of Legacy Planning Group", date: "Date: 18 June 2024", title: "Scaling without scaling pain", quote: "We were afraid to scale because we didn't know how we'd find more quality leads. LeadFlow solved that problem completely. Now when a team member joins, we can immediately feed them qualified prospects. Growth is finally not limited by lead generation.", tag: "Scaling Success", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-smiling-businesswoman-is-working-her-documents-outside-her-office-she-is-sitting-small-cafe_613910-14718.jpg", avatarAlt: "Amanda Foster", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-smiling-businesswoman-is-working-her-documents-outside-her-office-she-is-sitting-small-cafe_613910-14718.jpg", imageAlt: "Amanda Foster Portrait"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -273,15 +181,10 @@ export default function HomePage() { title="Trusted by Leading Financial Services Firms" description="Join hundreds of financial consultants and firms who are transforming their lead generation with LeadFlow" tag="Industry Leaders" + names={[ + "Bank Finance", "Universal Investment", "Gradient Accounting", "Professional Insurance", "Financial Advisory", "Asset Management", "Retirement Planning"]} logos={[ - "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", - "http://img.b2bpic.net/free-vector/universal-logo-geometric-abstract-shape-design-template_126523-489.jpg", - "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148853512.jpg", - "http://img.b2bpic.net/free-vector/gradient-professional-insurance-company-logo-template_742173-17679.jpg", - "http://img.b2bpic.net/free-vector/gradient-accounting-logo-slogan_23-2148822744.jpg", - "http://img.b2bpic.net/free-vector/abstract-squares-graph-logo-pack_1043-103.jpg", - "http://img.b2bpic.net/free-vector/gradient-money-logo-template_23-2150907909.jpg", - ]} + "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/universal-logo-geometric-abstract-shape-design-template_126523-489.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148853512.jpg", "http://img.b2bpic.net/free-vector/gradient-professional-insurance-company-logo-template_742173-17679.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-slogan_23-2148822744.jpg", "http://img.b2bpic.net/free-vector/abstract-squares-graph-logo-pack_1043-103.jpg", "http://img.b2bpic.net/free-vector/gradient-money-logo-template_23-2150907909.jpg"]} textboxLayout="default" useInvertedBackground={false} speed={40} -- 2.49.1