From 3249a27274179e3276747edfb60d6520f922ddb5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:53:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 65 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 43 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86cf530..da6ebc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,13 +66,17 @@ export default function LandingPage() { buttonAnimation="slide-up" accordionItems={[ { - id: "1", title: "Real-Time Messaging", content: "Instant message delivery with read receipts, typing indicators, and message reactions. Keep conversations flowing smoothly with zero latency."}, + id: "1", title: "Real-Time Messaging", content: "Instant message delivery with read receipts, typing indicators, and message reactions. Keep conversations flowing smoothly with zero latency." + }, { - id: "2", title: "Video & Voice Calls", content: "Crystal-clear HD video calls and crystal-clear voice communication. Support for group calls up to 50 participants with screen sharing capabilities."}, + id: "2", title: "Video & Voice Calls", content: "Crystal-clear HD video calls and crystal-clear voice communication. Support for group calls up to 50 participants with screen sharing capabilities." + }, { - id: "3", title: "File Sharing & Storage", content: "Securely share and organize files with unlimited cloud storage. Access files from anywhere with full version history and recovery options."}, + id: "3", title: "File Sharing & Storage", content: "Securely share and organize files with unlimited cloud storage. Access files from anywhere with full version history and recovery options." + }, { - id: "4", title: "Smart Notifications", content: "Customizable notifications that keep you informed without overwhelming you. Intelligent prioritization ensures you never miss important messages."}, + id: "4", title: "Smart Notifications", content: "Customizable notifications that keep you informed without overwhelming you. Intelligent prioritization ensures you never miss important messages." + }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-comprehensive-collaboration-dashboard--1772729393622-fd2f2e73.png" imageAlt="ChatFlow dashboard showing collaboration features" @@ -90,10 +94,12 @@ export default function LandingPage() { tagIcon={CheckCircle} textboxLayout="default" useInvertedBackground={true} - names=[ - "TechCorp", "InnovateLab", "GrowthHub", "CloudSync", "DataFlow", "NextGen", "Digital Solutions", "Future Tech"] + names={[ + "TechCorp", "InnovateLab", "GrowthHub", "CloudSync", "DataFlow", "NextGen", "Digital Solutions", "Future Tech" + ]} logos={[ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-corporate-logo-for-techco-1772729385305-bde55754.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-creative-and-modern-logo-for-innovatel-1772729387749-5b811a75.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-logo-for-growthhub-busine-1772729386093-ea98b56c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-modern-logo-for-cloudsync-cloud-comput-1772729387128-5c1a7cdc.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-logo-for-dataflow-analyti-1772729385962-a087ac10.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-forward-thinking-logo-for-nextgen-comp-1772729386329-1a86a49e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-logo-for-digital-solution-1772729387457-f49bcc9b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-modern-logo-for-futuretech-emerging-te-1772729453657-11841519.png"]} + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-corporate-logo-for-techco-1772729385305-bde55754.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-creative-and-modern-logo-for-innovatel-1772729387749-5b811a75.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-logo-for-growthhub-busine-1772729386093-ea98b56c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-modern-logo-for-cloudsync-cloud-comput-1772729387128-5c1a7cdc.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-logo-for-dataflow-analyti-1772729385962-a087ac10.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-forward-thinking-logo-for-nextgen-comp-1772729386329-1a86a49e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-logo-for-digital-solution-1772729387457-f49bcc9b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-modern-logo-for-futuretech-emerging-te-1772729453657-11841519.png" + ]} speed={40} showCard={true} /> @@ -116,7 +122,8 @@ export default function LandingPage() { { text: "Learn More", href: "#" }, ], features: [ - "Up to 10 team members", "Unlimited messages and calls", "50GB cloud storage", "Email support", "Basic integrations"], + "Up to 10 team members", "Unlimited messages and calls", "50GB cloud storage", "Email support", "Basic integrations" + ], }, { id: "professional", badge: "Professional", badgeIcon: Sparkles, @@ -125,7 +132,8 @@ export default function LandingPage() { { text: "Learn More", href: "#" }, ], features: [ - "Up to 50 team members", "Advanced analytics", "500GB cloud storage", "Priority support", "Advanced integrations", "API access"], + "Up to 50 team members", "Advanced analytics", "500GB cloud storage", "Priority support", "Advanced integrations", "API access" + ], }, { id: "enterprise", badge: "Enterprise", badgeIcon: Sparkles, @@ -134,7 +142,8 @@ export default function LandingPage() { { text: "Get Quote", href: "#" }, ], features: [ - "Unlimited team members", "Custom integrations", "Unlimited storage", "Dedicated support", "SSO and security", "On-premise option"], + "Unlimited team members", "Custom integrations", "Unlimited storage", "Dedicated support", "SSO and security", "On-premise option" + ], }, ]} /> @@ -150,17 +159,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson, CEO of TechVision", date: "Date: 15 January 2025", title: "Transformed our team communication completely", quote: "ChatFlow has been a game-changer for our remote team. The intuitive interface and reliable performance have increased our productivity by 40%. Support is exceptional.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-headshot-of-a-woman-in-he-1772729386109-f9925401.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-dynamic-photo-of-a-professional-woman--1772729386208-809d36bf.png", imageAlt: "Sarah Johnson at work"}, + id: "1", name: "Sarah Johnson, CEO of TechVision", date: "Date: 15 January 2025", title: "Transformed our team communication completely", quote: "ChatFlow has been a game-changer for our remote team. The intuitive interface and reliable performance have increased our productivity by 40%. Support is exceptional.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-headshot-of-a-woman-in-he-1772729386109-f9925401.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-dynamic-photo-of-a-professional-woman--1772729386208-809d36bf.png", imageAlt: "Sarah Johnson at work" + }, { - id: "2", name: "Michael Chen, CTO of InnovateLab", date: "Date: 10 January 2025", title: "Best collaboration tool we've ever used", quote: "The integration capabilities and security features exceed our expectations. Team adoption was instant, and we've noticed zero downtime since implementation.", tag: "Professional", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-headshot-of-a-man-in-his--1772729387595-b0b65378.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-man-in-a-tech-office-envi-1772729387932-30e4b627.png", imageAlt: "Michael Chen in office"}, + id: "2", name: "Michael Chen, CTO of InnovateLab", date: "Date: 10 January 2025", title: "Best collaboration tool we've ever used", quote: "The integration capabilities and security features exceed our expectations. Team adoption was instant, and we've noticed zero downtime since implementation.", tag: "Professional", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-headshot-of-a-man-in-his--1772729387595-b0b65378.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-man-in-a-tech-office-envi-1772729387932-30e4b627.png", imageAlt: "Michael Chen in office" + }, { - id: "3", name: "Emily Rodriguez, Project Manager", date: "Date: 8 January 2025", title: "Streamlined all our client communications", quote: "ChatFlow made client collaboration seamless. No more scattered emails or lost conversations. Everything is organized and searchable in one place.", tag: "Starter", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-headshot-of-a-woman-in-he-1772729387909-732525e4.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-woman-at-a-modern-desk-wi-1772729388230-0e23a55f.png", imageAlt: "Emily Rodriguez at desk"}, + id: "3", name: "Emily Rodriguez, Project Manager", date: "Date: 8 January 2025", title: "Streamlined all our client communications", quote: "ChatFlow made client collaboration seamless. No more scattered emails or lost conversations. Everything is organized and searchable in one place.", tag: "Starter", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-headshot-of-a-woman-in-he-1772729387909-732525e4.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-woman-at-a-modern-desk-wi-1772729388230-0e23a55f.png", imageAlt: "Emily Rodriguez at desk" + }, { - id: "4", name: "David Kim, Founder of StartupXYZ", date: "Date: 5 January 2025", title: "Perfect for scaling teams globally", quote: "As we expanded across continents, ChatFlow kept our distributed team connected. The video call quality and file sharing features are exceptional.", tag: "Professional", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-headshot-of-an-asian-man--1772729387527-f93007db.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-startup-workspace-showing-team-collabo-1772729386464-217a8472.png", imageAlt: "David Kim workspace"}, + id: "4", name: "David Kim, Founder of StartupXYZ", date: "Date: 5 January 2025", title: "Perfect for scaling teams globally", quote: "As we expanded across continents, ChatFlow kept our distributed team connected. The video call quality and file sharing features are exceptional.", tag: "Professional", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-headshot-of-an-asian-man--1772729387527-f93007db.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-startup-workspace-showing-team-collabo-1772729386464-217a8472.png", imageAlt: "David Kim workspace" + }, { - id: "5", name: "Lisa Wong, Operations Director", date: "Date: 2 January 2025", title: "Simplified our entire communication infrastructure", quote: "We replaced five different tools with ChatFlow. The cost savings alone justified the switch, not to mention improved team efficiency and morale.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-headshot-of-a-woman-in-he-1772729386484-36f94420.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/an-operations-or-management-office-setti-1772729386165-8944eb29.png", imageAlt: "Lisa Wong team meeting"}, + id: "5", name: "Lisa Wong, Operations Director", date: "Date: 2 January 2025", title: "Simplified our entire communication infrastructure", quote: "We replaced five different tools with ChatFlow. The cost savings alone justified the switch, not to mention improved team efficiency and morale.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-headshot-of-a-woman-in-he-1772729386484-36f94420.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/an-operations-or-management-office-setti-1772729386165-8944eb29.png", imageAlt: "Lisa Wong team meeting" + }, { - id: "6", name: "James Martinez, Head of HR", date: "Date: 1 January 2025", title: "Transformed remote work culture", quote: "ChatFlow's rich communication tools have strengthened our remote team's connection. Video calls feel personal, and the platform fosters genuine collaboration.", tag: "Professional", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-headshot-of-a-man-in-his--1772729385901-a68542e9.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-human-resources-professional-in-a-mode-1772729385784-12a149af.png", imageAlt: "James Martinez portrait"}, + id: "6", name: "James Martinez, Head of HR", date: "Date: 1 January 2025", title: "Transformed remote work culture", quote: "ChatFlow's rich communication tools have strengthened our remote team's connection. Video calls feel personal, and the platform fosters genuine collaboration.", tag: "Professional", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-professional-headshot-of-a-man-in-his--1772729385901-a68542e9.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-human-resources-professional-in-a-mode-1772729385784-12a149af.png", imageAlt: "James Martinez portrait" + }, ]} /> @@ -174,17 +189,23 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", title: "Is ChatFlow secure for business communications?", content: "Yes, ChatFlow uses enterprise-grade encryption (AES-256) for all messages and calls. We comply with GDPR, CCPA, and SOC 2 standards. All data is encrypted in transit and at rest."}, + id: "1", title: "Is ChatFlow secure for business communications?", content: "Yes, ChatFlow uses enterprise-grade encryption (AES-256) for all messages and calls. We comply with GDPR, CCPA, and SOC 2 standards. All data is encrypted in transit and at rest." + }, { - id: "2", title: "Can I integrate ChatFlow with other tools?", content: "Absolutely. ChatFlow integrates with 100+ popular tools including Slack, Jira, Salesforce, and more. We also offer a robust API for custom integrations."}, + id: "2", title: "Can I integrate ChatFlow with other tools?", content: "Absolutely. ChatFlow integrates with 100+ popular tools including Slack, Jira, Salesforce, and more. We also offer a robust API for custom integrations." + }, { - id: "3", title: "What devices does ChatFlow support?", content: "ChatFlow is available on desktop (Windows, Mac, Linux), iOS, Android, and web browsers. Synchronized experience across all devices with offline messaging support."}, + id: "3", title: "What devices does ChatFlow support?", content: "ChatFlow is available on desktop (Windows, Mac, Linux), iOS, Android, and web browsers. Synchronized experience across all devices with offline messaging support." + }, { - id: "4", title: "How many participants can join a video call?", content: "Our Starter plan supports up to 5 participants, Professional supports up to 25, and Enterprise supports up to 50 participants in group video calls with full HD quality."}, + id: "4", title: "How many participants can join a video call?", content: "Our Starter plan supports up to 5 participants, Professional supports up to 25, and Enterprise supports up to 50 participants in group video calls with full HD quality." + }, { - id: "5", title: "Do you offer on-premise solutions?", content: "Yes, our Enterprise plan includes an on-premise deployment option for organizations requiring data residency or specialized security requirements."}, + id: "5", title: "Do you offer on-premise solutions?", content: "Yes, our Enterprise plan includes an on-premise deployment option for organizations requiring data residency or specialized security requirements." + }, { - id: "6", title: "What is your uptime guarantee?", content: "We guarantee 99.9% uptime with an SLA-backed commitment. Our infrastructure is distributed across multiple global data centers for redundancy and reliability."}, + id: "6", title: "What is your uptime guarantee?", content: "We guarantee 99.9% uptime with an SLA-backed commitment. Our infrastructure is distributed across multiple global data centers for redundancy and reliability." + }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBxTU8HJ66ofqmBUSTotzQNam/a-modern-customer-support-center-or-help-1772729386411-cb4ffbc8.png" imageAlt="Customer support team helping users" -- 2.49.1