Merge version_1 into main #2
@@ -44,9 +44,7 @@ export default function AboutPage() {
|
||||
brandName="TechFlow"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get Started", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,40 +57,30 @@ export default function AboutPage() {
|
||||
description="We understand the challenges of modern software development. TechFlow combines cutting-edge technology with intuitive design to eliminate bottlenecks and accelerate innovation."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Intelligent Automation",
|
||||
description:
|
||||
"Automate repetitive tasks and focus on strategic development with AI-powered workflows",
|
||||
icon: Zap,
|
||||
title: "Intelligent Automation", description:
|
||||
"Automate repetitive tasks and focus on strategic development with AI-powered workflows", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Enterprise Security",
|
||||
description:
|
||||
"Bank-grade encryption, compliance certifications, and advanced threat detection built in",
|
||||
icon: Shield,
|
||||
title: "Enterprise Security", description:
|
||||
"Bank-grade encryption, compliance certifications, and advanced threat detection built in", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Seamless Integration",
|
||||
description:
|
||||
"Connect with your existing tools and workflows without disruption or data silos",
|
||||
icon: GitBranch,
|
||||
title: "Seamless Integration", description:
|
||||
"Connect with your existing tools and workflows without disruption or data silos", icon: GitBranch,
|
||||
},
|
||||
{
|
||||
title: "Real-Time Collaboration",
|
||||
description:
|
||||
"Enable teams to work together seamlessly across time zones and departments",
|
||||
icon: Users,
|
||||
title: "Real-Time Collaboration", description:
|
||||
"Enable teams to work together seamlessly across time zones and departments", icon: Users,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/abstract-illustration-of-automation-work-1773054389688-7e227a93.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/abstract-illustration-of-automation-work-1773054389688-7e227a93.png"
|
||||
imageAlt="Automation workflow visualization"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="About TechFlow section"
|
||||
@@ -108,54 +96,27 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "automation",
|
||||
label: "Automation",
|
||||
title: "Intelligent workflow automation",
|
||||
items: [
|
||||
"CI/CD pipeline acceleration",
|
||||
"Automated testing frameworks",
|
||||
"Smart deployment orchestration",
|
||||
"Custom workflow builders",
|
||||
],
|
||||
id: "automation", label: "Automation", title: "Intelligent workflow automation", items: [
|
||||
"CI/CD pipeline acceleration", "Automated testing frameworks", "Smart deployment orchestration", "Custom workflow builders"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "security",
|
||||
label: "Security",
|
||||
title: "Enterprise-grade protection",
|
||||
items: [
|
||||
"End-to-end encryption",
|
||||
"Multi-factor authentication",
|
||||
"Compliance automation",
|
||||
"Security audit trails",
|
||||
],
|
||||
id: "security", label: "Security", title: "Enterprise-grade protection", items: [
|
||||
"End-to-end encryption", "Multi-factor authentication", "Compliance automation", "Security audit trails"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "integration",
|
||||
label: "Integration",
|
||||
title: "Unified ecosystem connectivity",
|
||||
items: [
|
||||
"500+ native integrations",
|
||||
"Custom API endpoints",
|
||||
"Webhook support",
|
||||
"Real-time data sync",
|
||||
],
|
||||
id: "integration", label: "Integration", title: "Unified ecosystem connectivity", items: [
|
||||
"500+ native integrations", "Custom API endpoints", "Webhook support", "Real-time data sync"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -173,7 +134,7 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your Free Trial Today"
|
||||
description="Join leading engineering teams using TechFlow to accelerate their development cycle. No credit card required."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@company.com"
|
||||
buttonText="Start Free Trial"
|
||||
@@ -186,13 +147,9 @@ export default function AboutPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="TechFlow"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
ariaLabel="Site footer"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -32,9 +32,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
brandName="TechFlow"
|
||||
/>
|
||||
</div>
|
||||
@@ -47,8 +45,7 @@ export default function ContactPage() {
|
||||
title="Start Your Free Trial Today"
|
||||
description="Join leading engineering teams using TechFlow to accelerate their development cycle. No credit card required."
|
||||
background={{
|
||||
variant: "circleGradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@company.com"
|
||||
buttonText="Start Free Trial"
|
||||
@@ -61,41 +58,23 @@ export default function ContactPage() {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I get started with TechFlow?",
|
||||
content:
|
||||
"Getting started is simple. Sign up for a free trial, connect your repositories, and our onboarding team will guide you through the setup process. Most teams are up and running within 24 hours.",
|
||||
},
|
||||
id: "1", title: "How do I get started with TechFlow?", content:
|
||||
"Getting started is simple. Sign up for a free trial, connect your repositories, and our onboarding team will guide you through the setup process. Most teams are up and running within 24 hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What integrations does TechFlow support?",
|
||||
content:
|
||||
"TechFlow supports over 500 integrations with popular development tools including GitHub, GitLab, Jira, Slack, Jenkins, and more. We also provide a robust API for custom integrations.",
|
||||
},
|
||||
id: "2", title: "What integrations does TechFlow support?", content:
|
||||
"TechFlow supports over 500 integrations with popular development tools including GitHub, GitLab, Jira, Slack, Jenkins, and more. We also provide a robust API for custom integrations."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How secure is TechFlow?",
|
||||
content:
|
||||
"TechFlow uses enterprise-grade encryption, multi-factor authentication, and regular security audits. We're compliant with SOC 2, ISO 27001, and GDPR standards.",
|
||||
},
|
||||
id: "3", title: "How secure is TechFlow?", content:
|
||||
"TechFlow uses enterprise-grade encryption, multi-factor authentication, and regular security audits. We're compliant with SOC 2, ISO 27001, and GDPR standards."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I migrate from my current platform?",
|
||||
content:
|
||||
"Yes, we provide comprehensive migration services at no additional cost. Our team will help migrate your workflows, data, and configurations with minimal disruption.",
|
||||
},
|
||||
id: "4", title: "Can I migrate from my current platform?", content:
|
||||
"Yes, we provide comprehensive migration services at no additional cost. Our team will help migrate your workflows, data, and configurations with minimal disruption."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What kind of support do you offer?",
|
||||
content:
|
||||
"We offer email support for all plans, with Professional and Enterprise plans receiving priority support and dedicated account managers. Enterprise customers also get 24/7 phone support.",
|
||||
},
|
||||
id: "5", title: "What kind of support do you offer?", content:
|
||||
"We offer email support for all plans, with Professional and Enterprise plans receiving priority support and dedicated account managers. Enterprise customers also get 24/7 phone support."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is there a free trial available?",
|
||||
content:
|
||||
"Yes, we offer a 14-day free trial of the Professional plan with full access to all features. No credit card required to start.",
|
||||
},
|
||||
id: "6", title: "Is there a free trial available?", content:
|
||||
"Yes, we offer a 14-day free trial of the Professional plan with full access to all features. No credit card required to start."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about TechFlow"
|
||||
@@ -111,13 +90,9 @@ export default function ContactPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="TechFlow"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
ariaLabel="Site footer"
|
||||
/>
|
||||
</div>
|
||||
|
||||
255
src/app/page.tsx
255
src/app/page.tsx
@@ -56,9 +56,7 @@ export default function HomePage() {
|
||||
brandName="TechFlow"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get Started", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -73,26 +71,18 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/a-modern-sleek-software-dashboard-interf-1773054391442-656f7de1.png",
|
||||
imageAlt: "TechFlow software dashboard showcasing analytics and metrics",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/a-modern-sleek-software-dashboard-interf-1773054391442-656f7de1.png", imageAlt: "TechFlow software dashboard showcasing analytics and metrics"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/multiple-devices-laptop-tablet-smartphon-1773054390349-cf77c1c7.png",
|
||||
imageAlt: "TechFlow platform running on multiple responsive devices",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/multiple-devices-laptop-tablet-smartphon-1773054390349-cf77c1c7.png", imageAlt: "TechFlow platform running on multiple responsive devices"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by 500+ enterprises worldwide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Free Trial", href: "#contact"},
|
||||
{
|
||||
text: "Watch Demo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Watch Demo", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -109,40 +99,30 @@ export default function HomePage() {
|
||||
description="We understand the challenges of modern software development. TechFlow combines cutting-edge technology with intuitive design to eliminate bottlenecks and accelerate innovation."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Intelligent Automation",
|
||||
description:
|
||||
"Automate repetitive tasks and focus on strategic development with AI-powered workflows",
|
||||
icon: Zap,
|
||||
title: "Intelligent Automation", description:
|
||||
"Automate repetitive tasks and focus on strategic development with AI-powered workflows", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Enterprise Security",
|
||||
description:
|
||||
"Bank-grade encryption, compliance certifications, and advanced threat detection built in",
|
||||
icon: Shield,
|
||||
title: "Enterprise Security", description:
|
||||
"Bank-grade encryption, compliance certifications, and advanced threat detection built in", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Seamless Integration",
|
||||
description:
|
||||
"Connect with your existing tools and workflows without disruption or data silos",
|
||||
icon: GitBranch,
|
||||
title: "Seamless Integration", description:
|
||||
"Connect with your existing tools and workflows without disruption or data silos", icon: GitBranch,
|
||||
},
|
||||
{
|
||||
title: "Real-Time Collaboration",
|
||||
description:
|
||||
"Enable teams to work together seamlessly across time zones and departments",
|
||||
icon: Users,
|
||||
title: "Real-Time Collaboration", description:
|
||||
"Enable teams to work together seamlessly across time zones and departments", icon: Users,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/abstract-illustration-of-automation-work-1773054389688-7e227a93.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/abstract-illustration-of-automation-work-1773054389688-7e227a93.png"
|
||||
imageAlt="Automation workflow visualization"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="About TechFlow section"
|
||||
@@ -158,54 +138,27 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "automation",
|
||||
label: "Automation",
|
||||
title: "Intelligent workflow automation",
|
||||
items: [
|
||||
"CI/CD pipeline acceleration",
|
||||
"Automated testing frameworks",
|
||||
"Smart deployment orchestration",
|
||||
"Custom workflow builders",
|
||||
],
|
||||
id: "automation", label: "Automation", title: "Intelligent workflow automation", items: [
|
||||
"CI/CD pipeline acceleration", "Automated testing frameworks", "Smart deployment orchestration", "Custom workflow builders"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "security",
|
||||
label: "Security",
|
||||
title: "Enterprise-grade protection",
|
||||
items: [
|
||||
"End-to-end encryption",
|
||||
"Multi-factor authentication",
|
||||
"Compliance automation",
|
||||
"Security audit trails",
|
||||
],
|
||||
id: "security", label: "Security", title: "Enterprise-grade protection", items: [
|
||||
"End-to-end encryption", "Multi-factor authentication", "Compliance automation", "Security audit trails"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "integration",
|
||||
label: "Integration",
|
||||
title: "Unified ecosystem connectivity",
|
||||
items: [
|
||||
"500+ native integrations",
|
||||
"Custom API endpoints",
|
||||
"Webhook support",
|
||||
"Real-time data sync",
|
||||
],
|
||||
id: "integration", label: "Integration", title: "Unified ecosystem connectivity", items: [
|
||||
"500+ native integrations", "Custom API endpoints", "Webhook support", "Real-time data sync"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -225,32 +178,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500",
|
||||
title: "enterprises",
|
||||
description: "Trust TechFlow for mission-critical operations",
|
||||
icon: Globe,
|
||||
id: "1", value: "500", title: "enterprises", description: "Trust TechFlow for mission-critical operations", icon: Globe,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "10M",
|
||||
title: "deployments",
|
||||
description: "Successfully executed with zero downtime",
|
||||
icon: Rocket,
|
||||
id: "2", value: "10M", title: "deployments", description: "Successfully executed with zero downtime", icon: Rocket,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "99.99",
|
||||
title: "percent uptime",
|
||||
description: "Enterprise-grade reliability and availability",
|
||||
icon: Award,
|
||||
id: "3", value: "99.99", title: "percent uptime", description: "Enterprise-grade reliability and availability", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "60",
|
||||
title: "percent faster",
|
||||
description: "Development cycles compared to traditional tools",
|
||||
icon: Zap,
|
||||
id: "4", value: "60", title: "percent faster", description: "Development cycles compared to traditional tools", icon: Zap,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -270,65 +207,29 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "VP of Engineering",
|
||||
testimonial:
|
||||
"TechFlow transformed our development process. We cut our deployment time by 70% and our team productivity skyrocketed. It's the best investment we made this year.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/professional-portrait-photograph-of-a-co-1773054389792-6427a92e.png",
|
||||
imageAlt: "Portrait of Sarah Johnson, VP of Engineering",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "VP of Engineering", testimonial:
|
||||
"TechFlow transformed our development process. We cut our deployment time by 70% and our team productivity skyrocketed. It's the best investment we made this year.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/professional-portrait-photograph-of-a-co-1773054389792-6427a92e.png", imageAlt: "Portrait of Sarah Johnson, VP of Engineering"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
testimonial:
|
||||
"The integration capabilities are phenomenal. We connected our entire tech stack without a single issue. Support was incredibly helpful throughout the process.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/professional-portrait-photograph-of-a-co-1773054391219-e7a4d2c4.png",
|
||||
imageAlt: "Portrait of Michael Chen, CTO",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "CTO", testimonial:
|
||||
"The integration capabilities are phenomenal. We connected our entire tech stack without a single issue. Support was incredibly helpful throughout the process.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/professional-portrait-photograph-of-a-co-1773054391219-e7a4d2c4.png", imageAlt: "Portrait of Michael Chen, CTO"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Product Director",
|
||||
testimonial:
|
||||
"Security was our top concern, and TechFlow exceeded all expectations. The compliance automation alone saves us dozens of hours monthly.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/professional-portrait-photograph-of-a-co-1773054391396-39d548c9.png",
|
||||
imageAlt: "Portrait of Emily Rodriguez, Product Director",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Product Director", testimonial:
|
||||
"Security was our top concern, and TechFlow exceeded all expectations. The compliance automation alone saves us dozens of hours monthly.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/professional-portrait-photograph-of-a-co-1773054391396-39d548c9.png", imageAlt: "Portrait of Emily Rodriguez, Product Director"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Director of Operations",
|
||||
testimonial:
|
||||
"Scaling with TechFlow was seamless. As we grew from 10 to 50 developers, the platform grew with us without any performance issues.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/professional-portrait-photograph-of-a-co-1773054390560-aa967b0f.png",
|
||||
imageAlt: "Portrait of David Kim, Director of Operations",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Director of Operations", testimonial:
|
||||
"Scaling with TechFlow was seamless. As we grew from 10 to 50 developers, the platform grew with us without any performance issues.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/professional-portrait-photograph-of-a-co-1773054390560-aa967b0f.png", imageAlt: "Portrait of David Kim, Director of Operations"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Wang",
|
||||
role: "Data Scientist",
|
||||
testimonial:
|
||||
"The real-time collaboration features enable our distributed team to work together as if we're in the same room. It's game-changing.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/professional-portrait-photograph-of-a-co-1773054390196-e6aa5b0c.png",
|
||||
imageAlt: "Portrait of Jessica Wang, Data Scientist",
|
||||
},
|
||||
id: "5", name: "Jessica Wang", role: "Data Scientist", testimonial:
|
||||
"The real-time collaboration features enable our distributed team to work together as if we're in the same room. It's game-changing.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/professional-portrait-photograph-of-a-co-1773054390196-e6aa5b0c.png", imageAlt: "Portrait of Jessica Wang, Data Scientist"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Marcus Thompson",
|
||||
role: "Engineering Manager",
|
||||
testimonial:
|
||||
"We've tried every tool on the market. TechFlow is the only one that actually delivers on its promises. Highly recommended.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/professional-portrait-photograph-of-a-co-1773054391931-dbeadf16.png",
|
||||
imageAlt: "Portrait of Marcus Thompson, Engineering Manager",
|
||||
},
|
||||
id: "6", name: "Marcus Thompson", role: "Engineering Manager", testimonial:
|
||||
"We've tried every tool on the market. TechFlow is the only one that actually delivers on its promises. Highly recommended.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOeTcqWbbaRKDSsOmhxSGzeHpU/professional-portrait-photograph-of-a-co-1773054391931-dbeadf16.png", imageAlt: "Portrait of Marcus Thompson, Engineering Manager"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -345,17 +246,7 @@ export default function HomePage() {
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Amazon",
|
||||
"Apple",
|
||||
"IBM",
|
||||
"Oracle",
|
||||
"Salesforce",
|
||||
"Slack",
|
||||
"Figma",
|
||||
"GitHub",
|
||||
]}
|
||||
"Microsoft", "Google", "Amazon", "Apple", "IBM", "Oracle", "Salesforce", "Slack", "Figma", "GitHub"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -370,41 +261,23 @@ export default function HomePage() {
|
||||
sideDescription="Everything you need to know about TechFlow"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I get started with TechFlow?",
|
||||
content:
|
||||
"Getting started is simple. Sign up for a free trial, connect your repositories, and our onboarding team will guide you through the setup process. Most teams are up and running within 24 hours.",
|
||||
},
|
||||
id: "1", title: "How do I get started with TechFlow?", content:
|
||||
"Getting started is simple. Sign up for a free trial, connect your repositories, and our onboarding team will guide you through the setup process. Most teams are up and running within 24 hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What integrations does TechFlow support?",
|
||||
content:
|
||||
"TechFlow supports over 500 integrations with popular development tools including GitHub, GitLab, Jira, Slack, Jenkins, and more. We also provide a robust API for custom integrations.",
|
||||
},
|
||||
id: "2", title: "What integrations does TechFlow support?", content:
|
||||
"TechFlow supports over 500 integrations with popular development tools including GitHub, GitLab, Jira, Slack, Jenkins, and more. We also provide a robust API for custom integrations."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How secure is TechFlow?",
|
||||
content:
|
||||
"TechFlow uses enterprise-grade encryption, multi-factor authentication, and regular security audits. We're compliant with SOC 2, ISO 27001, and GDPR standards.",
|
||||
},
|
||||
id: "3", title: "How secure is TechFlow?", content:
|
||||
"TechFlow uses enterprise-grade encryption, multi-factor authentication, and regular security audits. We're compliant with SOC 2, ISO 27001, and GDPR standards."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I migrate from my current platform?",
|
||||
content:
|
||||
"Yes, we provide comprehensive migration services at no additional cost. Our team will help migrate your workflows, data, and configurations with minimal disruption.",
|
||||
},
|
||||
id: "4", title: "Can I migrate from my current platform?", content:
|
||||
"Yes, we provide comprehensive migration services at no additional cost. Our team will help migrate your workflows, data, and configurations with minimal disruption."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What kind of support do you offer?",
|
||||
content:
|
||||
"We offer email support for all plans, with Professional and Enterprise plans receiving priority support and dedicated account managers. Enterprise customers also get 24/7 phone support.",
|
||||
},
|
||||
id: "5", title: "What kind of support do you offer?", content:
|
||||
"We offer email support for all plans, with Professional and Enterprise plans receiving priority support and dedicated account managers. Enterprise customers also get 24/7 phone support."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is there a free trial available?",
|
||||
content:
|
||||
"Yes, we offer a 14-day free trial of the Professional plan with full access to all features. No credit card required to start.",
|
||||
},
|
||||
id: "6", title: "Is there a free trial available?", content:
|
||||
"Yes, we offer a 14-day free trial of the Professional plan with full access to all features. No credit card required to start."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
textPosition="left"
|
||||
@@ -421,7 +294,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your Free Trial Today"
|
||||
description="Join leading engineering teams using TechFlow to accelerate their development cycle. No credit card required."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@company.com"
|
||||
buttonText="Start Free Trial"
|
||||
@@ -434,13 +307,9 @@ export default function HomePage() {
|
||||
<FooterLogoReveal
|
||||
logoText="TechFlow"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
ariaLabel="Site footer"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,9 +45,7 @@ export default function PricingPage() {
|
||||
brandName="TechFlow"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get Started", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,75 +58,35 @@ export default function PricingPage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "startup",
|
||||
price: "$299/month",
|
||||
name: "Startup",
|
||||
buttons: [
|
||||
id: "startup", price: "$299/month", name: "Startup", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Up to 5 team members",
|
||||
"Core automation features",
|
||||
"500 monthly deployments",
|
||||
"Community support",
|
||||
"Basic security features",
|
||||
],
|
||||
"Up to 5 team members", "Core automation features", "500 monthly deployments", "Community support", "Basic security features"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$899/month",
|
||||
name: "Professional",
|
||||
buttons: [
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$899/month", name: "Professional", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Up to 25 team members",
|
||||
"All automation features",
|
||||
"Unlimited deployments",
|
||||
"Priority support",
|
||||
"Advanced security & compliance",
|
||||
"Custom integrations",
|
||||
],
|
||||
"Up to 25 team members", "All automation features", "Unlimited deployments", "Priority support", "Advanced security & compliance", "Custom integrations"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
price: "Custom",
|
||||
name: "Enterprise",
|
||||
buttons: [
|
||||
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited team members",
|
||||
"Custom feature set",
|
||||
"Dedicated infrastructure",
|
||||
"24/7 premium support",
|
||||
"Enterprise security",
|
||||
"SLA guarantees",
|
||||
"Custom deployment options",
|
||||
],
|
||||
"Unlimited team members", "Custom feature set", "Dedicated infrastructure", "24/7 premium support", "Enterprise security", "SLA guarantees", "Custom deployment options"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -147,32 +105,16 @@ export default function PricingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500",
|
||||
title: "enterprises",
|
||||
description: "Trust TechFlow for mission-critical operations",
|
||||
icon: Globe,
|
||||
id: "1", value: "500", title: "enterprises", description: "Trust TechFlow for mission-critical operations", icon: Globe,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "10M",
|
||||
title: "deployments",
|
||||
description: "Successfully executed with zero downtime",
|
||||
icon: Rocket,
|
||||
id: "2", value: "10M", title: "deployments", description: "Successfully executed with zero downtime", icon: Rocket,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "99.99",
|
||||
title: "percent uptime",
|
||||
description: "Enterprise-grade reliability and availability",
|
||||
icon: Award,
|
||||
id: "3", value: "99.99", title: "percent uptime", description: "Enterprise-grade reliability and availability", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "60",
|
||||
title: "percent faster",
|
||||
description: "Development cycles compared to traditional tools",
|
||||
icon: Zap,
|
||||
id: "4", value: "60", title: "percent faster", description: "Development cycles compared to traditional tools", icon: Zap,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -190,7 +132,7 @@ export default function PricingPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your Free Trial Today"
|
||||
description="Join leading engineering teams using TechFlow to accelerate their development cycle. No credit card required."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@company.com"
|
||||
buttonText="Start Free Trial"
|
||||
@@ -203,13 +145,9 @@ export default function PricingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="TechFlow"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
ariaLabel="Site footer"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user