Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-11 21:51:41 +00:00
5 changed files with 172 additions and 502 deletions

View File

@@ -35,9 +35,7 @@ export default function AboutPage() {
{ name: "FAQ", id: "faq" },
]}
button={{
text: "Start Analyzing Free",
href: "#contact",
}}
text: "Start Analyzing Free", href: "#contact"}}
/>
</div>
@@ -49,27 +47,19 @@ export default function AboutPage() {
tag="Our Story"
bulletPoints={[
{
title: "Mission-Driven",
description: "We're committed to making advanced data science accessible to non-technical teams and accelerating the path from data to insight.",
icon: Target,
title: "Mission-Driven", description: "We're committed to making advanced data science accessible to non-technical teams and accelerating the path from data to insight.", icon: Target,
},
{
title: "Innovation First",
description: "Our team continuously develops cutting-edge AI and ML capabilities to stay ahead of industry trends and deliver exceptional value.",
icon: Lightbulb,
title: "Innovation First", description: "Our team continuously develops cutting-edge AI and ML capabilities to stay ahead of industry trends and deliver exceptional value.", icon: Lightbulb,
},
{
title: "Customer Success",
description: "Your success is our success. We invest heavily in support, training, and continuous platform improvements based on user feedback.",
icon: Award,
title: "Customer Success", description: "Your success is our success. We invest heavily in support, training, and continuous platform improvements based on user feedback.", icon: Award,
},
{
title: "Trust & Security",
description: "Enterprise-grade security, compliance with major standards (GDPR, CCPA, SOC 2), and complete transparency in how we handle your data.",
icon: Zap,
title: "Trust & Security", description: "Enterprise-grade security, compliance with major standards (GDPR, CCPA, SOC 2), and complete transparency in how we handle your data.", icon: Zap,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/workflow-diagram-showing-6-connected-ste-1773265743490-6b6fd33b.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/workflow-diagram-showing-6-connected-ste-1773265743490-6b6fd33b.png"
imageAlt="DataFlow team working on analytics"
imagePosition="left"
textboxLayout="default"
@@ -85,38 +75,17 @@ export default function AboutPage() {
description="Three core advantages that set us apart in the data analytics space."
features={[
{
id: "1",
title: "Speed to Insight",
descriptions: [
"Get from data upload to actionable insights in minutes, not weeks",
"Pre-built ML models eliminate configuration complexity",
"AI assistant accelerates decision-making with smart recommendations",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/interactive-dashboard-with-multiple-data-1773265743382-147011f5.png?_wi=2",
imageAlt: "Fast insights visualization",
},
id: "1", title: "Speed to Insight", descriptions: [
"Get from data upload to actionable insights in minutes, not weeks", "Pre-built ML models eliminate configuration complexity", "AI assistant accelerates decision-making with smart recommendations"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/interactive-dashboard-with-multiple-data-1773265743382-147011f5.png", imageAlt: "Fast insights visualization"},
{
id: "2",
title: "No-Code Accessibility",
descriptions: [
"Empower all team members to perform advanced analytics",
"Natural language interface makes complex operations intuitive",
"Drag-and-drop dashboards require zero technical knowledge",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/ai-chatbot-conversation-interface-showin-1773265744004-bd30f7b5.png?_wi=2",
imageAlt: "Accessible interface design",
},
id: "2", title: "No-Code Accessibility", descriptions: [
"Empower all team members to perform advanced analytics", "Natural language interface makes complex operations intuitive", "Drag-and-drop dashboards require zero technical knowledge"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/ai-chatbot-conversation-interface-showin-1773265744004-bd30f7b5.png", imageAlt: "Accessible interface design"},
{
id: "3",
title: "Enterprise-Ready",
descriptions: [
"Built on secure, scalable infrastructure trusted by Fortune 500 companies",
"Full compliance with data protection regulations and industry standards",
"Dedicated support and custom deployment options for enterprises",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/team-collaboration-interface-showing-mul-1773265744081-a478b774.png?_wi=2",
imageAlt: "Enterprise collaboration features",
},
id: "3", title: "Enterprise-Ready", descriptions: [
"Built on secure, scalable infrastructure trusted by Fortune 500 companies", "Full compliance with data protection regulations and industry standards", "Dedicated support and custom deployment options for enterprises"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/team-collaboration-interface-showing-mul-1773265744081-a478b774.png", imageAlt: "Enterprise collaboration features"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -132,13 +101,9 @@ export default function AboutPage() {
animationType="entrance-slide"
buttons={[
{
text: "Start Free Trial",
href: "https://app.dataflow.example.com/signup",
},
text: "Start Free Trial", href: "https://app.dataflow.example.com/signup"},
{
text: "Request Demo",
href: "mailto:sales@dataflow.example.com",
},
text: "Request Demo", href: "mailto:sales@dataflow.example.com"},
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
@@ -150,87 +115,51 @@ export default function AboutPage() {
<FooterSimple
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Pricing",
href: "#pricing",
},
label: "Pricing", href: "#pricing"},
{
label: "How It Works",
href: "#how-it-works",
},
label: "How It Works", href: "#how-it-works"},
{
label: "API Documentation",
href: "https://docs.dataflow.example.com",
},
label: "API Documentation", href: "https://docs.dataflow.example.com"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Blog",
href: "https://blog.dataflow.example.com",
},
label: "Blog", href: "https://blog.dataflow.example.com"},
{
label: "Careers",
href: "https://careers.dataflow.example.com",
},
label: "Careers", href: "https://careers.dataflow.example.com"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Documentation",
href: "https://docs.dataflow.example.com",
},
label: "Documentation", href: "https://docs.dataflow.example.com"},
{
label: "Tutorials",
href: "https://dataflow.example.com/tutorials",
},
label: "Tutorials", href: "https://dataflow.example.com/tutorials"},
{
label: "Community",
href: "https://community.dataflow.example.com",
},
label: "Community", href: "https://community.dataflow.example.com"},
{
label: "Support",
href: "https://support.dataflow.example.com",
},
label: "Support", href: "https://support.dataflow.example.com"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "https://dataflow.example.com/privacy",
},
label: "Privacy Policy", href: "https://dataflow.example.com/privacy"},
{
label: "Terms of Service",
href: "https://dataflow.example.com/terms",
},
label: "Terms of Service", href: "https://dataflow.example.com/terms"},
{
label: "Security",
href: "https://dataflow.example.com/security",
},
label: "Security", href: "https://dataflow.example.com/security"},
{
label: "Compliance",
href: "https://dataflow.example.com/compliance",
},
label: "Compliance", href: "https://dataflow.example.com/compliance"},
],
},
]}

View File

@@ -17,8 +17,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "How It Works", href: "/#how-it-works" },
@@ -26,8 +25,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/#about" },
{ label: "Blog", href: "https://blog.dataflow.example.com" },
{ label: "Careers", href: "https://careers.dataflow.example.com" },
@@ -35,8 +33,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "https://docs.dataflow.example.com" },
{ label: "Tutorials", href: "https://dataflow.example.com/tutorials" },
{ label: "Community", href: "https://community.dataflow.example.com" },
@@ -44,8 +41,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "https://dataflow.example.com/privacy" },
{ label: "Terms of Service", href: "https://dataflow.example.com/terms" },
{ label: "Security", href: "https://dataflow.example.com/security" },
@@ -72,9 +68,7 @@ export default function ContactPage() {
brandName="DataFlow"
navItems={navItems}
button={{
text: "Start Analyzing Free",
href: "/contact",
}}
text: "Start Analyzing Free", href: "/contact"}}
/>
</div>
@@ -84,13 +78,9 @@ export default function ContactPage() {
animationType="entrance-slide"
buttons={[
{
text: "Start Free Trial",
href: "https://app.dataflow.example.com/signup",
},
text: "Start Free Trial", href: "https://app.dataflow.example.com/signup"},
{
text: "Schedule Demo",
href: "mailto:sales@dataflow.example.com",
},
text: "Schedule Demo", href: "mailto:sales@dataflow.example.com"},
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}

View File

@@ -39,9 +39,7 @@ export default function HomePage() {
{ name: "FAQ", id: "faq" },
]}
button={{
text: "Start Analyzing Free",
href: "#contact",
}}
text: "Start Analyzing Free", href: "#contact"}}
/>
</div>
@@ -52,28 +50,18 @@ export default function HomePage() {
description="Run machine learning models, visualize trends, and generate professional reports—no coding required. Our AI assistant guides you every step of the way."
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-south-asian-w-1773265742709-8fe64e3d.png",
alt: "Sarah Chen, Data Analyst",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-south-asian-w-1773265742709-8fe64e3d.png", alt: "Sarah Chen, Data Analyst"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-latino-man-in-1773265742431-780e557f.png",
alt: "Marcus Rodriguez, Executive",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-latino-man-in-1773265742431-780e557f.png", alt: "Marcus Rodriguez, Executive"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-caucasian-wom-1773265742635-c15af3e6.png",
alt: "Emma Thompson, Data Scientist",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-caucasian-wom-1773265742635-c15af3e6.png", alt: "Emma Thompson, Data Scientist"},
]}
avatarText="Trusted by 2,000+ professionals"
buttons={[
{
text: "Start Analyzing Free",
href: "#contact",
},
text: "Start Analyzing Free", href: "#contact"},
{
text: "View Demo",
href: "#how-it-works",
},
text: "View Demo", href: "#how-it-works"},
]}
background={{ variant: "downward-rays-static" }}
buttonAnimation="slide-up"
@@ -88,71 +76,29 @@ export default function HomePage() {
tag="Capabilities"
features={[
{
id: "1",
title: "Smart Data Upload",
descriptions: [
"Upload CSV, Excel, JSON, or database connections seamlessly",
"Automatic data profiling and quality assessment",
"Support for datasets up to 10GB with real-time preview",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/modern-data-upload-interface-showing-a-d-1773265743072-87f18c8c.png",
imageAlt: "Data upload interface",
},
id: "1", title: "Smart Data Upload", descriptions: [
"Upload CSV, Excel, JSON, or database connections seamlessly", "Automatic data profiling and quality assessment", "Support for datasets up to 10GB with real-time preview"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/modern-data-upload-interface-showing-a-d-1773265743072-87f18c8c.png", imageAlt: "Data upload interface"},
{
id: "2",
title: "Automated ML Models",
descriptions: [
"Pre-configured machine learning models ready to deploy",
"Deep learning capabilities for complex pattern detection",
"One-click model training without coding expertise",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/machine-learning-dashboard-showing-multi-1773265744036-d199806f.png",
imageAlt: "Machine learning dashboard",
},
id: "2", title: "Automated ML Models", descriptions: [
"Pre-configured machine learning models ready to deploy", "Deep learning capabilities for complex pattern detection", "One-click model training without coding expertise"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/machine-learning-dashboard-showing-multi-1773265744036-d199806f.png", imageAlt: "Machine learning dashboard"},
{
id: "3",
title: "Interactive Visualizations",
descriptions: [
"Transform data into compelling charts and graphs",
"Real-time dashboard creation with drag-and-drop controls",
"Export visualizations in multiple formats for presentations",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/interactive-dashboard-with-multiple-data-1773265743382-147011f5.png?_wi=1",
imageAlt: "Interactive data visualization",
},
id: "3", title: "Interactive Visualizations", descriptions: [
"Transform data into compelling charts and graphs", "Real-time dashboard creation with drag-and-drop controls", "Export visualizations in multiple formats for presentations"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/interactive-dashboard-with-multiple-data-1773265743382-147011f5.png", imageAlt: "Interactive data visualization"},
{
id: "4",
title: "AI Assistant Guidance",
descriptions: [
"Conversational AI that explains findings in plain language",
"Step-by-step guidance for complex analysis workflows",
"Instant recommendations based on your data patterns",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/ai-chatbot-conversation-interface-showin-1773265744004-bd30f7b5.png?_wi=1",
imageAlt: "AI chatbot assistant",
},
id: "4", title: "AI Assistant Guidance", descriptions: [
"Conversational AI that explains findings in plain language", "Step-by-step guidance for complex analysis workflows", "Instant recommendations based on your data patterns"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/ai-chatbot-conversation-interface-showin-1773265744004-bd30f7b5.png", imageAlt: "AI chatbot assistant"},
{
id: "5",
title: "Professional Reports",
descriptions: [
"Auto-generated insights and recommendations",
"Customizable report templates for executives",
"Export as PDF, PowerPoint, or share via dashboard link",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-report-document-layout-show-1773265745020-b4f85917.png",
imageAlt: "Professional report generation",
},
id: "5", title: "Professional Reports", descriptions: [
"Auto-generated insights and recommendations", "Customizable report templates for executives", "Export as PDF, PowerPoint, or share via dashboard link"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-report-document-layout-show-1773265745020-b4f85917.png", imageAlt: "Professional report generation"},
{
id: "6",
title: "Team Collaboration",
descriptions: [
"Share datasets and analyses across teams in real-time",
"Role-based access control for security and governance",
"Audit trails for complete data workflow transparency",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/team-collaboration-interface-showing-mul-1773265744081-a478b774.png?_wi=1",
imageAlt: "Team collaboration features",
},
id: "6", title: "Team Collaboration", descriptions: [
"Share datasets and analyses across teams in real-time", "Role-based access control for security and governance", "Audit trails for complete data workflow transparency"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/team-collaboration-interface-showing-mul-1773265744081-a478b774.png", imageAlt: "Team collaboration features"},
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -170,37 +116,25 @@ export default function HomePage() {
tagIcon={Zap}
bulletPoints={[
{
title: "1. Upload & Explore",
description: "Connect your data source and let our platform automatically analyze structure, quality, and potential patterns.",
icon: Upload,
title: "1. Upload & Explore", description: "Connect your data source and let our platform automatically analyze structure, quality, and potential patterns.", icon: Upload,
},
{
title: "2. Ask Questions",
description: "Interact with the AI assistant to explore hypotheses and discover hidden relationships in your data.",
icon: MessageSquare,
title: "2. Ask Questions", description: "Interact with the AI assistant to explore hypotheses and discover hidden relationships in your data.", icon: MessageSquare,
},
{
title: "3. Run Models",
description: "Select pre-built ML models or let the AI recommend optimal algorithms for your specific analysis.",
icon: BarChart3,
title: "3. Run Models", description: "Select pre-built ML models or let the AI recommend optimal algorithms for your specific analysis.", icon: BarChart3,
},
{
title: "4. Visualize Results",
description: "Create interactive dashboards with intuitive charts that bring data insights to life.",
icon: TrendingUp,
title: "4. Visualize Results", description: "Create interactive dashboards with intuitive charts that bring data insights to life.", icon: TrendingUp,
},
{
title: "5. Generate Report",
description: "Export professional-grade reports with findings, recommendations, and confidence metrics.",
icon: FileText,
title: "5. Generate Report", description: "Export professional-grade reports with findings, recommendations, and confidence metrics.", icon: FileText,
},
{
title: "6. Take Action",
description: "Share insights with stakeholders and make data-driven decisions with confidence.",
icon: CheckCircle,
title: "6. Take Action", description: "Share insights with stakeholders and make data-driven decisions with confidence.", icon: CheckCircle,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/workflow-diagram-showing-6-connected-ste-1773265743490-6b6fd33b.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/workflow-diagram-showing-6-connected-ste-1773265743490-6b6fd33b.png"
imageAlt="Data analysis workflow visualization"
imagePosition="right"
textboxLayout="default"
@@ -217,72 +151,31 @@ export default function HomePage() {
tag="Plans"
plans={[
{
id: "starter",
badge: "Perfect for Getting Started",
badgeIcon: Sparkles,
price: "$49/month",
subtitle: "For individual analysts and researchers",
buttons: [
id: "starter", badge: "Perfect for Getting Started", badgeIcon: Sparkles,
price: "$49/month", subtitle: "For individual analysts and researchers", buttons: [
{
text: "Start Free Trial",
href: "#contact",
},
text: "Start Free Trial", href: "#contact"},
],
features: [
"Up to 1GB data uploads",
"5 concurrent analyses",
"Access to basic ML models",
"Standard visualizations",
"AI assistant support",
"Email support",
],
"Up to 1GB data uploads", "5 concurrent analyses", "Access to basic ML models", "Standard visualizations", "AI assistant support", "Email support"],
},
{
id: "professional",
badge: "Most Popular",
badgeIcon: Star,
price: "$199/month",
subtitle: "For teams and enterprises",
buttons: [
id: "professional", badge: "Most Popular", badgeIcon: Star,
price: "$199/month", subtitle: "For teams and enterprises", buttons: [
{
text: "Start Free Trial",
href: "#contact",
},
text: "Start Free Trial", href: "#contact"},
],
features: [
"Up to 50GB data uploads",
"Unlimited analyses",
"Access to all ML & deep learning models",
"Advanced visualizations & dashboards",
"Priority AI assistant",
"24/7 phone & email support",
"Team collaboration (5 members)",
"Custom report templates",
],
"Up to 50GB data uploads", "Unlimited analyses", "Access to all ML & deep learning models", "Advanced visualizations & dashboards", "Priority AI assistant", "24/7 phone & email support", "Team collaboration (5 members)", "Custom report templates"],
},
{
id: "enterprise",
badge: "For Large Organizations",
badgeIcon: Shield,
price: "Custom",
subtitle: "Unlimited scale with dedicated support",
buttons: [
id: "enterprise", badge: "For Large Organizations", badgeIcon: Shield,
price: "Custom", subtitle: "Unlimited scale with dedicated support", buttons: [
{
text: "Contact Sales",
href: "#contact",
},
text: "Contact Sales", href: "#contact"},
],
features: [
"Unlimited data uploads",
"Unlimited analyses",
"Full API access for integrations",
"Custom ML model deployment",
"White-label dashboards",
"Dedicated account manager",
"Unlimited team members",
"Advanced security & compliance",
"SLA guarantees",
],
"Unlimited data uploads", "Unlimited analyses", "Full API access for integrations", "Custom ML model deployment", "White-label dashboards", "Dedicated account manager", "Unlimited team members", "Advanced security & compliance", "SLA guarantees"],
},
]}
animationType="slide-up"
@@ -296,35 +189,17 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sarah Chen",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-an-asian-woman--1773265742511-8c8209ee.png",
},
id: "1", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-an-asian-woman--1773265742511-8c8209ee.png"},
{
id: "2",
name: "Marcus Rodriguez",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-black-man-in--1773265742541-7e4ddaa1.png",
},
id: "2", name: "Marcus Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-black-man-in--1773265742541-7e4ddaa1.png"},
{
id: "3",
name: "Emma Thompson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-caucasian-wom-1773265742060-1dccf62b.png",
},
id: "3", name: "Emma Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-caucasian-wom-1773265742060-1dccf62b.png"},
{
id: "4",
name: "David Kim",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-an-asian-man-in-1773265743098-72820f86.png",
},
id: "4", name: "David Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-an-asian-man-in-1773265743098-72820f86.png"},
{
id: "5",
name: "Lisa Anderson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-caucasian-wom-1773265742821-c974bb03.png",
},
id: "5", name: "Lisa Anderson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-caucasian-wom-1773265742821-c974bb03.png"},
{
id: "6",
name: "James Wilson",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-black-man-in--1773265742881-095d3a86.png",
},
id: "6", name: "James Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AobkntgHMmn9iuOKeo86TA9l2k/professional-headshot-of-a-black-man-in--1773265742881-095d3a86.png"},
]}
cardTitle="Trusted by thousands of data professionals, analysts, and executives worldwide"
cardTag="Customer Spotlight"
@@ -342,55 +217,25 @@ export default function HomePage() {
tag="Support"
faqs={[
{
id: "1",
title: "What data formats does DataFlow support?",
content: "DataFlow supports CSV, Excel (XLS/XLSX), JSON, Parquet, SQL databases (MySQL, PostgreSQL, SQL Server), and direct API integrations. You can also connect cloud data sources like Google BigQuery, Snowflake, and AWS Redshift.",
},
id: "1", title: "What data formats does DataFlow support?", content: "DataFlow supports CSV, Excel (XLS/XLSX), JSON, Parquet, SQL databases (MySQL, PostgreSQL, SQL Server), and direct API integrations. You can also connect cloud data sources like Google BigQuery, Snowflake, and AWS Redshift."},
{
id: "2",
title: "Do I need coding experience to use DataFlow?",
content: "No! DataFlow is designed for non-technical users. Our AI assistant guides you through the entire process with plain-language explanations. If you are a data scientist, you can also access Python scripting for advanced customizations.",
},
id: "2", title: "Do I need coding experience to use DataFlow?", content: "No! DataFlow is designed for non-technical users. Our AI assistant guides you through the entire process with plain-language explanations. If you are a data scientist, you can also access Python scripting for advanced customizations."},
{
id: "3",
title: "How secure is my data?",
content: "Your data is protected with enterprise-grade encryption (AES-256) both in transit and at rest. We comply with GDPR, CCPA, and SOC 2 Type II standards. Data never leaves your preferred region, and we offer IP whitelisting and VPN options for extra security.",
},
id: "3", title: "How secure is my data?", content: "Your data is protected with enterprise-grade encryption (AES-256) both in transit and at rest. We comply with GDPR, CCPA, and SOC 2 Type II standards. Data never leaves your preferred region, and we offer IP whitelisting and VPN options for extra security."},
{
id: "4",
title: "What machine learning models are available?",
content: "We offer regression, classification, clustering, time-series forecasting, and deep learning models. Pre-configured models are optimized for common business scenarios (churn prediction, anomaly detection, demand forecasting, etc.). Advanced users can deploy custom models via our API.",
},
id: "4", title: "What machine learning models are available?", content: "We offer regression, classification, clustering, time-series forecasting, and deep learning models. Pre-configured models are optimized for common business scenarios (churn prediction, anomaly detection, demand forecasting, etc.). Advanced users can deploy custom models via our API."},
{
id: "5",
title: "Can I export my analyses and reports?",
content: "Yes! Export analyses as PDF, PowerPoint, interactive HTML, or share a secure dashboard link with stakeholders. Reports include visualizations, key findings, model performance metrics, and AI-generated recommendations.",
},
id: "5", title: "Can I export my analyses and reports?", content: "Yes! Export analyses as PDF, PowerPoint, interactive HTML, or share a secure dashboard link with stakeholders. Reports include visualizations, key findings, model performance metrics, and AI-generated recommendations."},
{
id: "6",
title: "What support options are available?",
content: "Starter plans include email support. Professional plans get 24/7 phone and email support. Enterprise customers receive a dedicated account manager, custom training, and priority response times. All plans include our comprehensive knowledge base and video tutorials.",
},
id: "6", title: "What support options are available?", content: "Starter plans include email support. Professional plans get 24/7 phone and email support. Enterprise customers receive a dedicated account manager, custom training, and priority response times. All plans include our comprehensive knowledge base and video tutorials."},
{
id: "7",
title: "How long does it take to get insights from my data?",
content: "Most analyses complete in minutes. Simple visualizations and basic ML models run in seconds. Complex deep learning models on large datasets may take hours, but you can monitor progress in real-time and get notifications when complete.",
},
id: "7", title: "How long does it take to get insights from my data?", content: "Most analyses complete in minutes. Simple visualizations and basic ML models run in seconds. Complex deep learning models on large datasets may take hours, but you can monitor progress in real-time and get notifications when complete."},
{
id: "8",
title: "Is there a free trial?",
content: "Yes! All plans include a 14-day free trial with full feature access. No credit card required. Start with up to 1GB of sample data and explore the platform risk-free.",
},
id: "8", title: "Is there a free trial?", content: "Yes! All plans include a 14-day free trial with full feature access. No credit card required. Start with up to 1GB of sample data and explore the platform risk-free."},
{
id: "9",
title: "Can multiple team members access the same project?",
content: "Yes! Professional and Enterprise plans support team collaboration. You can assign role-based permissions (viewer, analyst, admin), share projects in real-time, and maintain audit trails of all changes.",
},
id: "9", title: "Can multiple team members access the same project?", content: "Yes! Professional and Enterprise plans support team collaboration. You can assign role-based permissions (viewer, analyst, admin), share projects in real-time, and maintain audit trails of all changes."},
{
id: "10",
title: "What if I need to integrate DataFlow with other tools?",
content: "We offer REST API and webhooks for seamless integrations with your existing tech stack. Popular integrations include Slack (notifications), Power BI (exports), and Salesforce (lead scoring). Custom integrations are available on Enterprise plans.",
},
id: "10", title: "What if I need to integrate DataFlow with other tools?", content: "We offer REST API and webhooks for seamless integrations with your existing tech stack. Popular integrations include Slack (notifications), Power BI (exports), and Salesforce (lead scoring). Custom integrations are available on Enterprise plans."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -406,13 +251,9 @@ export default function HomePage() {
animationType="entrance-slide"
buttons={[
{
text: "Start Free Trial",
href: "https://app.dataflow.example.com/signup",
},
text: "Start Free Trial", href: "https://app.dataflow.example.com/signup"},
{
text: "Schedule Demo",
href: "mailto:sales@dataflow.example.com",
},
text: "Schedule Demo", href: "mailto:sales@dataflow.example.com"},
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
@@ -424,87 +265,51 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Pricing",
href: "#pricing",
},
label: "Pricing", href: "#pricing"},
{
label: "How It Works",
href: "#how-it-works",
},
label: "How It Works", href: "#how-it-works"},
{
label: "API Documentation",
href: "https://docs.dataflow.example.com",
},
label: "API Documentation", href: "https://docs.dataflow.example.com"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Blog",
href: "https://blog.dataflow.example.com",
},
label: "Blog", href: "https://blog.dataflow.example.com"},
{
label: "Careers",
href: "https://careers.dataflow.example.com",
},
label: "Careers", href: "https://careers.dataflow.example.com"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Documentation",
href: "https://docs.dataflow.example.com",
},
label: "Documentation", href: "https://docs.dataflow.example.com"},
{
label: "Tutorials",
href: "https://dataflow.example.com/tutorials",
},
label: "Tutorials", href: "https://dataflow.example.com/tutorials"},
{
label: "Community",
href: "https://community.dataflow.example.com",
},
label: "Community", href: "https://community.dataflow.example.com"},
{
label: "Support",
href: "https://support.dataflow.example.com",
},
label: "Support", href: "https://support.dataflow.example.com"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "https://dataflow.example.com/privacy",
},
label: "Privacy Policy", href: "https://dataflow.example.com/privacy"},
{
label: "Terms of Service",
href: "https://dataflow.example.com/terms",
},
label: "Terms of Service", href: "https://dataflow.example.com/terms"},
{
label: "Security",
href: "https://dataflow.example.com/security",
},
label: "Security", href: "https://dataflow.example.com/security"},
{
label: "Compliance",
href: "https://dataflow.example.com/compliance",
},
label: "Compliance", href: "https://dataflow.example.com/compliance"},
],
},
]}

View File

@@ -18,8 +18,7 @@ export default function PricingPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "How It Works", href: "/#how-it-works" },
@@ -27,8 +26,7 @@ export default function PricingPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/#about" },
{ label: "Blog", href: "https://blog.dataflow.example.com" },
{ label: "Careers", href: "https://careers.dataflow.example.com" },
@@ -36,8 +34,7 @@ export default function PricingPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "https://docs.dataflow.example.com" },
{ label: "Tutorials", href: "https://dataflow.example.com/tutorials" },
{ label: "Community", href: "https://community.dataflow.example.com" },
@@ -45,8 +42,7 @@ export default function PricingPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "https://dataflow.example.com/privacy" },
{ label: "Terms of Service", href: "https://dataflow.example.com/terms" },
{ label: "Security", href: "https://dataflow.example.com/security" },
@@ -57,72 +53,31 @@ export default function PricingPage() {
const pricingPlans = [
{
id: "starter",
badge: "Perfect for Getting Started",
badgeIcon: Sparkles,
price: "$49/month",
subtitle: "For individual analysts and researchers",
buttons: [
id: "starter", badge: "Perfect for Getting Started", badgeIcon: Sparkles,
price: "$49/month", subtitle: "For individual analysts and researchers", buttons: [
{
text: "Start Free Trial",
href: "/contact",
},
text: "Start Free Trial", href: "/contact"},
],
features: [
"Up to 1GB data uploads",
"5 concurrent analyses",
"Access to basic ML models",
"Standard visualizations",
"AI assistant support",
"Email support",
],
"Up to 1GB data uploads", "5 concurrent analyses", "Access to basic ML models", "Standard visualizations", "AI assistant support", "Email support"],
},
{
id: "professional",
badge: "Most Popular",
badgeIcon: Star,
price: "$199/month",
subtitle: "For teams and enterprises",
buttons: [
id: "professional", badge: "Most Popular", badgeIcon: Star,
price: "$199/month", subtitle: "For teams and enterprises", buttons: [
{
text: "Start Free Trial",
href: "/contact",
},
text: "Start Free Trial", href: "/contact"},
],
features: [
"Up to 50GB data uploads",
"Unlimited analyses",
"Access to all ML & deep learning models",
"Advanced visualizations & dashboards",
"Priority AI assistant",
"24/7 phone & email support",
"Team collaboration (5 members)",
"Custom report templates",
],
"Up to 50GB data uploads", "Unlimited analyses", "Access to all ML & deep learning models", "Advanced visualizations & dashboards", "Priority AI assistant", "24/7 phone & email support", "Team collaboration (5 members)", "Custom report templates"],
},
{
id: "enterprise",
badge: "For Large Organizations",
badgeIcon: Shield,
price: "Custom",
subtitle: "Unlimited scale with dedicated support",
buttons: [
id: "enterprise", badge: "For Large Organizations", badgeIcon: Shield,
price: "Custom", subtitle: "Unlimited scale with dedicated support", buttons: [
{
text: "Contact Sales",
href: "/contact",
},
text: "Contact Sales", href: "/contact"},
],
features: [
"Unlimited data uploads",
"Unlimited analyses",
"Full API access for integrations",
"Custom ML model deployment",
"White-label dashboards",
"Dedicated account manager",
"Unlimited team members",
"Advanced security & compliance",
"SLA guarantees",
],
"Unlimited data uploads", "Unlimited analyses", "Full API access for integrations", "Custom ML model deployment", "White-label dashboards", "Dedicated account manager", "Unlimited team members", "Advanced security & compliance", "SLA guarantees"],
},
];
@@ -144,9 +99,7 @@ export default function PricingPage() {
brandName="DataFlow"
navItems={navItems}
button={{
text: "Start Analyzing Free",
href: "/contact",
}}
text: "Start Analyzing Free", href: "/contact"}}
/>
</div>

View File

@@ -1,51 +1,44 @@
"use client";
import { memo } from "react";
import useSvgTextLogo from "./useSvgTextLogo";
import { cls } from "@/lib/utils";
import React from 'react';
interface SvgTextLogoProps {
logoText: string;
adjustHeightFactor?: number;
verticalAlign?: "top" | "center";
text: string;
className?: string;
fontSize?: number;
fontWeight?: string | number;
letterSpacing?: number;
fill?: string;
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'mathematical' | 'central' | 'middle' | 'text-bottom' | 'ideographic' | 'alphabetic';
}
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
logoText,
adjustHeightFactor,
verticalAlign = "top",
className = "",
}) {
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
text,
className,
fontSize = 24,
fontWeight = 'bold',
letterSpacing = 0,
fill = '#000000',
dominantBaseline = 'central',
}) => {
return (
<svg
ref={svgRef}
viewBox={viewBox}
className={cls("w-full", className)}
style={{ aspectRatio: aspectRatio }}
preserveAspectRatio="none"
role="img"
aria-label={`${logoText} logo`}
viewBox={`0 0 ${text.length * fontSize * 0.6} ${fontSize * 1.5}`}
className={className}
xmlns="http://www.w3.org/2000/svg"
>
<text
ref={textRef}
x="0"
y={verticalAlign === "center" ? "50%" : "0"}
className="font-bold fill-current"
style={{
fontSize: "20px",
letterSpacing: "-0.02em",
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
}}
x="50%"
y="50%"
textAnchor="middle"
dominantBaseline={dominantBaseline}
fontSize={fontSize}
fontWeight={fontWeight}
letterSpacing={letterSpacing}
fill={fill}
>
{logoText}
{text}
</text>
</svg>
);
});
};
SvgTextLogo.displayName = "SvgTextLogo";
export default SvgTextLogo;
export default SvgTextLogo;