Merge version_3 into main #1
416
src/app/page.tsx
416
src/app/page.tsx
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "AI Assistant",
|
||||
id: "#ai-assistant",
|
||||
},
|
||||
name: "AI Assistant", id: "#ai-assistant"},
|
||||
{
|
||||
name: "Metrics",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Metrics", id: "#metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="AscentFlow"
|
||||
/>
|
||||
@@ -73,71 +57,46 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="AscentFlow: Organize Your Business, Maximize Efficiency."
|
||||
description="Streamline leads, clients, payments, and calls with our intuitive platform and intelligent AI assistant. Your all-in-one solution for seamless business management."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Login",
|
||||
href: "#",
|
||||
},
|
||||
text: "Login", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-people-working-with-ai-operated-devices_23-2151922461.jpg"
|
||||
imageAlt="AscentFlow Dashboard Overview"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
alt: "Young Businesswoman Portrait in Office",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Young Businesswoman Portrait in Office"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg",
|
||||
alt: "Pretty business woman standing with coffee cup",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg", alt: "Pretty business woman standing with coffee cup"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "Closeup of Smiling Beautiful Adult Businesswoman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Closeup of Smiling Beautiful Adult Businesswoman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
alt: "Joyful business woman with coffee cup",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Joyful business woman with coffee cup"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
alt: "Successful senior businessman standing at window",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "Successful senior businessman standing at window"},
|
||||
]}
|
||||
avatarText="Join 10,000+ businesses thriving with AscentFlow."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Effortless Lead Conversion",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Effortless Lead Conversion", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Unified Client Profiles",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Unified Client Profiles", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Automated Invoicing",
|
||||
icon: DollarSign,
|
||||
type: "text-icon", text: "Automated Invoicing", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Intelligent Call Insights",
|
||||
icon: Phone,
|
||||
type: "text-icon", text: "Intelligent Call Insights", icon: Phone,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Boost Your Productivity",
|
||||
icon: Target,
|
||||
type: "text-icon", text: "Boost Your Productivity", icon: Target,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -150,17 +109,11 @@ export default function LandingPage() {
|
||||
description="AscentFlow centralizes all critical operations from client acquisition to invoice management. Eliminate chaos, gain clarity, and boost productivity across your entire team."
|
||||
metrics={[
|
||||
{
|
||||
value: "30%",
|
||||
title: "Time Saved",
|
||||
},
|
||||
value: "30%", title: "Time Saved"},
|
||||
{
|
||||
value: "50%",
|
||||
title: "Increased Productivity",
|
||||
},
|
||||
value: "50%", title: "Increased Productivity"},
|
||||
{
|
||||
value: "20%",
|
||||
title: "Revenue Growth",
|
||||
},
|
||||
value: "20%", title: "Revenue Growth"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-office-talking-with-manager-videocall_482257-126637.jpg"
|
||||
imageAlt="Team collaborating on AscentFlow platform"
|
||||
@@ -176,49 +129,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "lead-tracking",
|
||||
title: "Advanced Lead Tracking",
|
||||
tags: [
|
||||
"Pipeline",
|
||||
"CRM",
|
||||
"Conversion",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-132304.jpg",
|
||||
imageAlt: "Lead tracking dashboard",
|
||||
},
|
||||
id: "lead-tracking", title: "Advanced Lead Tracking", tags: [
|
||||
"Pipeline", "CRM", "Conversion"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-132304.jpg", imageAlt: "Lead tracking dashboard"},
|
||||
{
|
||||
id: "client-management",
|
||||
title: "Comprehensive Client Management",
|
||||
tags: [
|
||||
"Profiles",
|
||||
"History",
|
||||
"Contacts",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038405.jpg",
|
||||
imageAlt: "Client management interface",
|
||||
},
|
||||
id: "client-management", title: "Comprehensive Client Management", tags: [
|
||||
"Profiles", "History", "Contacts"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038405.jpg", imageAlt: "Client management interface"},
|
||||
{
|
||||
id: "payment-invoicing",
|
||||
title: "Seamless Payment & Invoicing",
|
||||
tags: [
|
||||
"Automation",
|
||||
"Reports",
|
||||
"Billing",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-storehouse-with-industrial-racks-shelves-used-shipping-goods-from-online_482257-136165.jpg",
|
||||
imageAlt: "Invoicing and payment tracking",
|
||||
},
|
||||
id: "payment-invoicing", title: "Seamless Payment & Invoicing", tags: [
|
||||
"Automation", "Reports", "Billing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-storehouse-with-industrial-racks-shelves-used-shipping-goods-from-online_482257-136165.jpg", imageAlt: "Invoicing and payment tracking"},
|
||||
{
|
||||
id: "call-logging",
|
||||
title: "Organized Call Logging",
|
||||
tags: [
|
||||
"Scheduling",
|
||||
"Notes",
|
||||
"Follow-ups",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/telephone-directory-old-phone-high-angle_23-2149854974.jpg",
|
||||
imageAlt: "Call logging and scheduling",
|
||||
},
|
||||
id: "call-logging", title: "Organized Call Logging", tags: [
|
||||
"Scheduling", "Notes", "Follow-ups"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/telephone-directory-old-phone-high-angle_23-2149854974.jpg", imageAlt: "Call logging and scheduling"},
|
||||
]}
|
||||
title="All Your Business Needs, One Powerful Platform."
|
||||
description="From lead capture to payment processing, AscentFlow provides comprehensive tools to manage every aspect of your client lifecycle with precision."
|
||||
@@ -233,53 +158,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "ai-task-prioritization",
|
||||
name: "Intelligent Task Prioritization",
|
||||
price: "Included",
|
||||
variant: "AI Module",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908076.jpg",
|
||||
imageAlt: "AI Task Prioritization",
|
||||
},
|
||||
id: "ai-task-prioritization", name: "Intelligent Task Prioritization", price: "Included", variant: "AI Module", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908076.jpg", imageAlt: "AI Task Prioritization"},
|
||||
{
|
||||
id: "ai-call-prep",
|
||||
name: "Call Prep & Summaries",
|
||||
price: "Included",
|
||||
variant: "AI Module",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-cup-coffee-talking-cellphone-office_23-2147880479.jpg",
|
||||
imageAlt: "AI Call Preparation",
|
||||
},
|
||||
id: "ai-call-prep", name: "Call Prep & Summaries", price: "Included", variant: "AI Module", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-cup-coffee-talking-cellphone-office_23-2147880479.jpg", imageAlt: "AI Call Preparation"},
|
||||
{
|
||||
id: "ai-invoice-generation",
|
||||
name: "AI-driven Invoice Generation",
|
||||
price: "Included",
|
||||
variant: "AI Module",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/payment-solutions-financial-technology-with-businessman-using-tablet-background_53876-104203.jpg",
|
||||
imageAlt: "AI Invoice Generation",
|
||||
},
|
||||
id: "ai-invoice-generation", name: "AI-driven Invoice Generation", price: "Included", variant: "AI Module", imageSrc: "http://img.b2bpic.net/free-photo/payment-solutions-financial-technology-with-businessman-using-tablet-background_53876-104203.jpg", imageAlt: "AI Invoice Generation"},
|
||||
{
|
||||
id: "ai-client-insights",
|
||||
name: "Client Insight Generation",
|
||||
price: "Included",
|
||||
variant: "AI Module",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-analyzing-performance-metrics-her-computer-workplace_482257-123828.jpg",
|
||||
imageAlt: "AI Client Insights",
|
||||
},
|
||||
id: "ai-client-insights", name: "Client Insight Generation", price: "Included", variant: "AI Module", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-analyzing-performance-metrics-her-computer-workplace_482257-123828.jpg", imageAlt: "AI Client Insights"},
|
||||
{
|
||||
id: "ai-follow-ups",
|
||||
name: "Automated Follow-ups",
|
||||
price: "Included",
|
||||
variant: "AI Module",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-talking-man-vr-glasses-touching-air_74855-2691.jpg",
|
||||
imageAlt: "AI Automated Follow-ups",
|
||||
},
|
||||
id: "ai-follow-ups", name: "Automated Follow-ups", price: "Included", variant: "AI Module", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-talking-man-vr-glasses-touching-air_74855-2691.jpg", imageAlt: "AI Automated Follow-ups"},
|
||||
{
|
||||
id: "ai-data-analysis",
|
||||
name: "Advanced Data Analysis",
|
||||
price: "Included",
|
||||
variant: "AI Module",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924168.jpg",
|
||||
imageAlt: "AI Data Analysis",
|
||||
},
|
||||
id: "ai-data-analysis", name: "Advanced Data Analysis", price: "Included", variant: "AI Module", imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924168.jpg", imageAlt: "AI Data Analysis"},
|
||||
]}
|
||||
title="Your Personal AI Co-Pilot for Business."
|
||||
description="Meet Aura, your dedicated AI assistant. Aura proactively helps you organize, prioritize tasks, prepare for calls, and generate insights, acting as a side character to enhance your daily workflow."
|
||||
@@ -294,20 +183,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "efficiency",
|
||||
value: "90%",
|
||||
description: "Improved operational efficiency",
|
||||
},
|
||||
id: "efficiency", value: "90%", description: "Improved operational efficiency"},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "95%",
|
||||
description: "Client satisfaction score",
|
||||
},
|
||||
id: "satisfaction", value: "95%", description: "Client satisfaction score"},
|
||||
{
|
||||
id: "time",
|
||||
value: "5 hours",
|
||||
description: "Saved weekly administrative time",
|
||||
},
|
||||
id: "time", value: "5 hours", description: "Saved weekly administrative time"},
|
||||
]}
|
||||
title="Unlock Growth & Efficiency."
|
||||
description="See how AscentFlow empowers businesses to achieve more with less effort, driving significant improvements across key operational areas."
|
||||
@@ -322,50 +202,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "GrowthSpark Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "GrowthSpark Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "Tech Innovators",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "CTO", company: "Tech Innovators", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "BrandBoost Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "BrandBoost Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Small Business Owner",
|
||||
company: "Local Pros Services",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285285.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Small Business Owner", company: "Local Pros Services", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285285.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Operations Manager",
|
||||
company: "Streamline Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-businesswoman-thinking-corporate-woman-looking-thoughtful-making-decision-standing-brown-suit-white-background_1258-123228.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Operations Manager", company: "Streamline Corp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-businesswoman-thinking-corporate-woman-looking-thoughtful-making-decision-standing-brown-suit-white-background_1258-123228.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
title="What Our Users Say About AscentFlow."
|
||||
description="Hear from business owners and teams who have transformed their operations and boosted efficiency with our all-in-one management platform."
|
||||
@@ -379,64 +229,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
tag: "Start Smart",
|
||||
tagIcon: Star,
|
||||
price: "$29",
|
||||
period: "/month",
|
||||
description: "Ideal for solo entrepreneurs and small teams getting started with organized management.",
|
||||
button: {
|
||||
text: "Choose Starter",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Lead Tracking (Basic)",
|
||||
"Client Management (Basic)",
|
||||
"Invoicing & Payments",
|
||||
"Call Logging",
|
||||
"AI Assistant (Standard)",
|
||||
],
|
||||
id: "starter", tag: "Start Smart", tagIcon: Star,
|
||||
price: "$29", period: "/month", description: "Ideal for solo entrepreneurs and small teams getting started with organized management.", button: {
|
||||
text: "Choose Starter", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Lead Tracking (Basic)", "Client Management (Basic)", "Invoicing & Payments", "Call Logging", "AI Assistant (Standard)"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Most Popular",
|
||||
tagIcon: Sparkles,
|
||||
price: "$59",
|
||||
period: "/month",
|
||||
description: "Perfect for growing businesses needing advanced features and deeper insights to scale efficiently.",
|
||||
button: {
|
||||
text: "Choose Pro",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Everything in Starter, plus:",
|
||||
features: [
|
||||
"Advanced Lead Automation",
|
||||
"Custom Client Fields",
|
||||
"Detailed Payment Reports",
|
||||
"AI Assistant (Pro Features)",
|
||||
"Priority Support",
|
||||
],
|
||||
id: "pro", tag: "Most Popular", tagIcon: Sparkles,
|
||||
price: "$59", period: "/month", description: "Perfect for growing businesses needing advanced features and deeper insights to scale efficiently.", button: {
|
||||
text: "Choose Pro", href: "#contact"},
|
||||
featuresTitle: "Everything in Starter, plus:", features: [
|
||||
"Advanced Lead Automation", "Custom Client Fields", "Detailed Payment Reports", "AI Assistant (Pro Features)", "Priority Support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Custom Solution",
|
||||
tagIcon: Building,
|
||||
price: "Contact Us",
|
||||
period: "",
|
||||
description: "Tailored for large organizations requiring enterprise-grade features, integrations, and dedicated support.",
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Everything in Pro, plus:",
|
||||
features: [
|
||||
"Custom Integrations",
|
||||
"Dedicated Account Manager",
|
||||
"Advanced Security Options",
|
||||
"Team Collaboration Tools",
|
||||
"Unlimited AI Usage",
|
||||
],
|
||||
id: "enterprise", tag: "Custom Solution", tagIcon: Building,
|
||||
price: "Contact Us", period: "", description: "Tailored for large organizations requiring enterprise-grade features, integrations, and dedicated support.", button: {
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
featuresTitle: "Everything in Pro, plus:", features: [
|
||||
"Custom Integrations", "Dedicated Account Manager", "Advanced Security Options", "Team Collaboration Tools", "Unlimited AI Usage"],
|
||||
},
|
||||
]}
|
||||
title="Simple Plans, Powerful Results."
|
||||
@@ -450,25 +261,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What exactly does AscentFlow track?",
|
||||
content: "AscentFlow provides comprehensive tracking for your leads (pipeline status, source), clients (contact info, interaction history), payments (invoices, transactions), and calls (logs, notes, schedules). It's your all-in-one dashboard.",
|
||||
},
|
||||
id: "faq1", title: "What exactly does AscentFlow track?", content: "AscentFlow provides comprehensive tracking for your leads (pipeline status, source), clients (contact info, interaction history), payments (invoices, transactions), and calls (logs, notes, schedules). It's your all-in-one dashboard."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How does the AI assistant integrate into my workflow?",
|
||||
content: "Our personal AI assistant, Aura, works as a side character, offering proactive suggestions for task prioritization, preparing you for client calls, summarizing interactions, and generating insights to keep your work organized and maximize efficiency.",
|
||||
},
|
||||
id: "faq2", title: "How does the AI assistant integrate into my workflow?", content: "Our personal AI assistant, Aura, works as a side character, offering proactive suggestions for task prioritization, preparing you for client calls, summarizing interactions, and generating insights to keep your work organized and maximize efficiency."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I integrate my existing tools with AscentFlow?",
|
||||
content: "AscentFlow is designed for seamless integration. We offer various integrations with popular business tools, and our Enterprise plan allows for custom integrations to fit your specific needs.",
|
||||
},
|
||||
id: "faq3", title: "Can I integrate my existing tools with AscentFlow?", content: "AscentFlow is designed for seamless integration. We offer various integrations with popular business tools, and our Enterprise plan allows for custom integrations to fit your specific needs."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Is my data secure with AscentFlow?",
|
||||
content: "Yes, data security is our top priority. We employ industry-standard encryption, regular backups, and robust access controls to ensure your sensitive business data is always protected and confidential.",
|
||||
},
|
||||
id: "faq4", title: "Is my data secure with AscentFlow?", content: "Yes, data security is our top priority. We employ industry-standard encryption, regular backups, and robust access controls to ensure your sensitive business data is always protected and confidential."},
|
||||
]}
|
||||
title="Frequently Asked Questions."
|
||||
description="Find quick answers to common questions about AscentFlow's features, pricing, security, and more."
|
||||
@@ -480,20 +279,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Ready to Optimize?"
|
||||
title="Experience the AscentFlow Advantage."
|
||||
description="Join thousands of businesses streamlining their operations and boosting productivity. Get started today with a free demo or connect with our sales team."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Free Trial", href: "#"},
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Sales", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -503,67 +297,41 @@ export default function LandingPage() {
|
||||
logoText="AscentFlow"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "AI Assistant",
|
||||
href: "#ai-assistant",
|
||||
},
|
||||
label: "AI Assistant", href: "#ai-assistant"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user