Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-02 22:30:02 +00:00

View File

@@ -46,11 +46,14 @@ export default function LandingPage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-female-entrep-1772490478072-789a9e7f.png", alt: "Course creator testimonial"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-female-entrep-1772490478072-789a9e7f.png", alt: "Course creator testimonial"
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-male-course-c-1772490477764-01170e68.png", alt: "Entrepreneur testimonial"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-male-course-c-1772490477764-01170e68.png", alt: "Entrepreneur testimonial"
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-female-digita-1772490477949-63245397.png", alt: "Digital marketer testimonial"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-female-digita-1772490477949-63245397.png", alt: "Digital marketer testimonial"
},
]}
avatarText="Trusted by 500+ info entrepreneurs"
buttons={[
@@ -66,7 +69,8 @@ export default function LandingPage() {
<TextSplitAbout
title="Why Choose Our CRM?"
description={[
"Built specifically for info entrepreneurs and digital course creators, our CRM eliminates the complexity of scattered spreadsheets and fragmented customer data. Stop losing leads to disorganization and start building sustainable revenue streams.", "With one-click follow-up automation, real-time sales tracking, and intelligent lead scoring, you'll spend less time managing data and more time growing your business. No coding required. No setup fees. Pure simplicity.", "Join hundreds of successful entrepreneurs who've transformed their customer relationships and scaled their revenue with a tool that actually understands their business."]}
"Built specifically for info entrepreneurs and digital course creators, our CRM eliminates the complexity of scattered spreadsheets and fragmented customer data. Stop losing leads to disorganization and start building sustainable revenue streams.", "With one-click follow-up automation, real-time sales tracking, and intelligent lead scoring, you'll spend less time managing data and more time growing your business. No coding required. No setup fees. Pure simplicity.", "Join hundreds of successful entrepreneurs who've transformed their customer relationships and scaled their revenue with a tool that actually understands their business."
]}
buttons={[{ text: "Get Started Free", href: "#pricing" }]}
buttonAnimation="slide-up"
showBorder={false}
@@ -87,13 +91,17 @@ export default function LandingPage() {
mediaAnimation="slide-up"
accordionItems={[
{
id: "1", title: "Intelligent Lead Capture & Scoring", content: "Automatically capture leads from multiple sources—email, webinars, landing pages. Our AI-powered scoring system prioritizes hot leads so you focus on what matters."},
id: "1", title: "Intelligent Lead Capture & Scoring", content: "Automatically capture leads from multiple sources—email, webinars, landing pages. Our AI-powered scoring system prioritizes hot leads so you focus on what matters."
},
{
id: "2", title: "Automated Follow-up Sequences", content: "Set and forget smart email and SMS follow-ups. Customize sequences based on lead behavior, course interest, or purchase history. Convert more leads without manual work."},
id: "2", title: "Automated Follow-up Sequences", content: "Set and forget smart email and SMS follow-ups. Customize sequences based on lead behavior, course interest, or purchase history. Convert more leads without manual work."
},
{
id: "3", title: "Real-Time Sales Dashboard", content: "See your revenue pipeline at a glance. Track conversion rates, monitor customer lifetime value, and identify your best-performing products instantly."},
id: "3", title: "Real-Time Sales Dashboard", content: "See your revenue pipeline at a glance. Track conversion rates, monitor customer lifetime value, and identify your best-performing products instantly."
},
{
id: "4", title: "One-Click Customer Export", content: "Export customer lists to your email platform, affiliate software, or custom integrations. Sync with Zapier, Make, and 100+ tools seamlessly."},
id: "4", title: "One-Click Customer Export", content: "Export customer lists to your email platform, affiliate software, or custom integrations. Sync with Zapier, Make, and 100+ tools seamlessly."
},
]}
buttons={[{ text: "Explore Features", href: "#pricing" }]}
buttonAnimation="slide-up"
@@ -117,7 +125,8 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" },
],
features: [
"Up to 500 contacts", "Basic email follow-ups", "Simple sales tracking", "Email support"],
"Up to 500 contacts", "Basic email follow-ups", "Simple sales tracking", "Email support"
],
},
{
id: "pro", badge: "Professional", price: "$97/mo", subtitle: "For growing courses and small teams", badgeIcon: Sparkles,
@@ -126,7 +135,8 @@ export default function LandingPage() {
{ text: "Contact Sales", href: "#" },
],
features: [
"Unlimited contacts", "Advanced automation", "Custom follow-up sequences", "Priority support", "Zapier integrations", "Team collaboration"],
"Unlimited contacts", "Advanced automation", "Custom follow-up sequences", "Priority support", "Zapier integrations", "Team collaboration"
],
},
{
id: "agency", badge: "Agency", price: "$297/mo", subtitle: "For agencies and large teams", badgeIcon: Sparkles,
@@ -135,7 +145,8 @@ export default function LandingPage() {
{ text: "Contact Sales", href: "#" },
],
features: [
"Everything in Professional", "Custom branding", "Multiple team seats", "Advanced reporting", "Dedicated success manager", "White-label options"],
"Everything in Professional", "Custom branding", "Multiple team seats", "Advanced reporting", "Dedicated success manager", "White-label options"
],
},
]}
animationType="slide-up"
@@ -153,8 +164,9 @@ export default function LandingPage() {
tag="Social Proof"
textboxLayout="default"
useInvertedBackground={false}
names=[
"CourseFlow", "DigitalAcademy", "LaunchPad", "GrowthCo", "CreatorHub", "EnterpriseFlow", "ScaleRight"]
names={[
"CourseFlow", "DigitalAcademy", "LaunchPad", "GrowthCo", "CreatorHub", "EnterpriseFlow", "ScaleRight"
]}
showCard={true}
speed={40}
ariaLabel="Social proof section"
@@ -170,17 +182,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarahcreates", testimonial: "This CRM saved me hours every week. My follow-ups are automatic now, and I'm closing 3x more sales. Best decision for my course business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-female-entrep-1772490478072-789a9e7f.png", imageAlt: "Sarah Mitchell"},
id: "1", name: "Sarah Mitchell", handle: "@sarahcreates", testimonial: "This CRM saved me hours every week. My follow-ups are automatic now, and I'm closing 3x more sales. Best decision for my course business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-female-entrep-1772490478072-789a9e7f.png", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "David Chen", handle: "@davidcoach", testimonial: "I was using 5 different tools before. This unified everything. Setup took 30 minutes, and I immediately saw better customer tracking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-male-course-c-1772490477764-01170e68.png", imageAlt: "David Chen"},
id: "2", name: "David Chen", handle: "@davidcoach", testimonial: "I was using 5 different tools before. This unified everything. Setup took 30 minutes, and I immediately saw better customer tracking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-male-course-c-1772490477764-01170e68.png", imageAlt: "David Chen"
},
{
id: "3", name: "Emma Rodriguez", handle: "@emmadigital", testimonial: "The automation features are incredible. My affiliate sequences now run on autopilot while I focus on creating content. Couldn't imagine going back.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-female-digita-1772490477949-63245397.png", imageAlt: "Emma Rodriguez"},
id: "3", name: "Emma Rodriguez", handle: "@emmadigital", testimonial: "The automation features are incredible. My affiliate sequences now run on autopilot while I focus on creating content. Couldn't imagine going back.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-female-digita-1772490477949-63245397.png", imageAlt: "Emma Rodriguez"
},
{
id: "4", name: "Michael Torres", handle: "@mikecoach", testimonial: "As a coach with multiple programs, this dashboard gives me complete visibility into my pipeline. Revenue tracking is finally simple.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-male-coach-in-1772490478826-63a8a2e7.png", imageAlt: "Michael Torres"},
id: "4", name: "Michael Torres", handle: "@mikecoach", testimonial: "As a coach with multiple programs, this dashboard gives me complete visibility into my pipeline. Revenue tracking is finally simple.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-male-coach-in-1772490478826-63a8a2e7.png", imageAlt: "Michael Torres"
},
{
id: "5", name: "Lisa Park", handle: "@lisaentrepreneur", testimonial: "My membership site was drowning in scattered customer data. This CRM brought everything together. Support is also fantastic.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-female-member-1772490478926-4f9e80ec.png", imageAlt: "Lisa Park"},
id: "5", name: "Lisa Park", handle: "@lisaentrepreneur", testimonial: "My membership site was drowning in scattered customer data. This CRM brought everything together. Support is also fantastic.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-female-member-1772490478926-4f9e80ec.png", imageAlt: "Lisa Park"
},
{
id: "6", name: "James Wilson", handle: "@jamesscales", testimonial: "No code required, no learning curve. Within days my team was using it productively. This is what SaaS should be.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-male-info-ent-1772490480509-f6f847cb.png", imageAlt: "James Wilson"},
id: "6", name: "James Wilson", handle: "@jamesscales", testimonial: "No code required, no learning curve. Within days my team was using it productively. This is what SaaS should be.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APNmS50VTYilleXdwl9iICRez0/professional-headshot-of-a-male-info-ent-1772490480509-f6f847cb.png", imageAlt: "James Wilson"
},
]}
animationType="slide-up"
speed={40}
@@ -199,17 +217,23 @@ export default function LandingPage() {
mediaPosition="left"
faqs={[
{
id: "1", title: "Can I import my existing customer data?", content: "Yes! We support CSV imports and direct integrations from popular platforms like Shopify, Kajabi, and more. Our team can help with migration if needed."},
id: "1", title: "Can I import my existing customer data?", content: "Yes! We support CSV imports and direct integrations from popular platforms like Shopify, Kajabi, and more. Our team can help with migration if needed."
},
{
id: "2", title: "Is there a learning curve?", content: "Nope. Most users are productive within 24 hours. We provide video tutorials, documentation, and live chat support to get you started."},
id: "2", title: "Is there a learning curve?", content: "Nope. Most users are productive within 24 hours. We provide video tutorials, documentation, and live chat support to get you started."
},
{
id: "3", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, and ACH transfers. Annual plans get 20% off. Enterprise customers have custom billing options."},
id: "3", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, and ACH transfers. Annual plans get 20% off. Enterprise customers have custom billing options."
},
{
id: "4", title: "Can I cancel anytime?", content: "Absolutely. No contracts, no penalties. Cancel monthly plans anytime. Annual subscribers get a pro-rated refund if they cancel early."},
id: "4", title: "Can I cancel anytime?", content: "Absolutely. No contracts, no penalties. Cancel monthly plans anytime. Annual subscribers get a pro-rated refund if they cancel early."
},
{
id: "5", title: "Do you offer integrations?", content: "Yes! We integrate with 100+ apps via Zapier, plus native integrations with ConvertKit, Flodesk, SendFox, and popular email platforms."},
id: "5", title: "Do you offer integrations?", content: "Yes! We integrate with 100+ apps via Zapier, plus native integrations with ConvertKit, Flodesk, SendFox, and popular email platforms."
},
{
id: "6", title: "Is my data secure?", content: "We use enterprise-grade encryption, automatic backups, and SOC 2 compliance. Your data is never shared and is fully owned by you."},
id: "6", title: "Is my data secure?", content: "We use enterprise-grade encryption, automatic backups, and SOC 2 compliance. Your data is never shared and is fully owned by you."
},
]}
faqsAnimation="slide-up"
textboxLayout="default"