Merge version_1 into main #2
@@ -60,7 +60,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -77,7 +77,7 @@ export default function ContactPage() {
|
||||
tag="Contact Us"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
@@ -85,11 +85,9 @@ export default function ContactPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/modern-software-dashboard-interface-with-1773241559070-64a2d71c.png?_wi=2",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/modern-software-dashboard-interface-with-1773241559070-64a2d71c.png"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/team-of-professionals-collaborating-on-d-1773241557300-3a08c67a.png?_wi=2",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/team-of-professionals-collaborating-on-d-1773241557300-3a08c67a.png"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -122,35 +120,17 @@ export default function ContactPage() {
|
||||
buttons={[{ text: "Email Support", href: "mailto:support@softflow.com" }]}
|
||||
faqs={[
|
||||
{
|
||||
id: "contact-faq-1",
|
||||
title: "How can I get support?",
|
||||
content: "You can reach our support team via email at support@softflow.com, phone at +1-800-SOFTFLOW, or through our live chat. We respond to all inquiries within 2 hours during business hours.",
|
||||
},
|
||||
id: "contact-faq-1", title: "How can I get support?", content: "You can reach our support team via email at support@softflow.com, phone at +1-800-SOFTFLOW, or through our live chat. We respond to all inquiries within 2 hours during business hours."},
|
||||
{
|
||||
id: "contact-faq-2",
|
||||
title: "What is the best way to schedule a demo?",
|
||||
content: "You can schedule a demo directly through our website, or contact our sales team at sales@softflow.com. We typically accommodate demo requests within 24 hours.",
|
||||
},
|
||||
id: "contact-faq-2", title: "What is the best way to schedule a demo?", content: "You can schedule a demo directly through our website, or contact our sales team at sales@softflow.com. We typically accommodate demo requests within 24 hours."},
|
||||
{
|
||||
id: "contact-faq-3",
|
||||
title: "Do you offer onsite support?",
|
||||
content: "Yes, for Enterprise customers, we offer onsite implementation and training. Contact our Enterprise sales team to discuss custom support options.",
|
||||
},
|
||||
id: "contact-faq-3", title: "Do you offer onsite support?", content: "Yes, for Enterprise customers, we offer onsite implementation and training. Contact our Enterprise sales team to discuss custom support options."},
|
||||
{
|
||||
id: "contact-faq-4",
|
||||
title: "What are your office hours?",
|
||||
content: "Our support team operates 24/7. Sales and implementation teams are available Monday-Friday, 9 AM - 6 PM EST. Emergency support is available round-the-clock for all plans.",
|
||||
},
|
||||
id: "contact-faq-4", title: "What are your office hours?", content: "Our support team operates 24/7. Sales and implementation teams are available Monday-Friday, 9 AM - 6 PM EST. Emergency support is available round-the-clock for all plans."},
|
||||
{
|
||||
id: "contact-faq-5",
|
||||
title: "Can I get a custom proposal?",
|
||||
content: "Absolutely! Our sales team specializes in creating custom solutions. Contact sales@softflow.com with your requirements, and we'll prepare a tailored proposal within 48 hours.",
|
||||
},
|
||||
id: "contact-faq-5", title: "Can I get a custom proposal?", content: "Absolutely! Our sales team specializes in creating custom solutions. Contact sales@softflow.com with your requirements, and we'll prepare a tailored proposal within 48 hours."},
|
||||
{
|
||||
id: "contact-faq-6",
|
||||
title: "How do I contact the executive team?",
|
||||
content: "For executive inquiries or partnerships, contact partners@softflow.com. We welcome collaboration opportunities and strategic partnerships.",
|
||||
},
|
||||
id: "contact-faq-6", title: "How do I contact the executive team?", content: "For executive inquiries or partnerships, contact partners@softflow.com. We welcome collaboration opportunities and strategic partnerships."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
275
src/app/page.tsx
275
src/app/page.tsx
@@ -29,7 +29,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -49,25 +49,19 @@ export default function HomePage() {
|
||||
tag="Enterprise-Grade Software"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Start Free Trial", href: "/contact"},
|
||||
{
|
||||
text: "View Demo",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Demo", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/modern-software-dashboard-interface-with-1773241559070-64a2d71c.png?_wi=1",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/modern-software-dashboard-interface-with-1773241559070-64a2d71c.png"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/team-of-professionals-collaborating-on-d-1773241557300-3a08c67a.png?_wi=1",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/team-of-professionals-collaborating-on-d-1773241557300-3a08c67a.png"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -84,9 +78,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -104,71 +96,50 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "automation",
|
||||
title: "Intelligent Automation",
|
||||
description: "Automate repetitive tasks and workflows to save your team time and reduce errors. Our AI-powered system learns from patterns to continuously improve.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/automation-workflow-diagram-with-smooth--1773241558156-648b5d97.png?_wi=1",
|
||||
},
|
||||
id: "automation", title: "Intelligent Automation", description: "Automate repetitive tasks and workflows to save your team time and reduce errors. Our AI-powered system learns from patterns to continuously improve.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/automation-workflow-diagram-with-smooth--1773241558156-648b5d97.png"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Workflow automation",
|
||||
},
|
||||
text: "Workflow automation"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Real-time processing",
|
||||
},
|
||||
text: "Real-time processing"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Error prevention",
|
||||
},
|
||||
text: "Error prevention"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "security",
|
||||
title: "Enterprise Security",
|
||||
description: "Bank-level encryption and compliance with industry standards. Protect your data with multi-layer security architecture and regular security audits.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/cybersecurity-shield-and-lock-icons-with-1773241557361-01ed6bbe.png?_wi=1",
|
||||
},
|
||||
id: "security", title: "Enterprise Security", description: "Bank-level encryption and compliance with industry standards. Protect your data with multi-layer security architecture and regular security audits.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/cybersecurity-shield-and-lock-icons-with-1773241557361-01ed6bbe.png"},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "End-to-end encryption",
|
||||
},
|
||||
text: "End-to-end encryption"},
|
||||
{
|
||||
icon: Lock,
|
||||
text: "SSO integration",
|
||||
},
|
||||
text: "SSO integration"},
|
||||
{
|
||||
icon: Award,
|
||||
text: "ISO 27001 certified",
|
||||
},
|
||||
text: "ISO 27001 certified"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "integration",
|
||||
title: "Seamless Integration",
|
||||
description: "Connect with 500+ popular applications and services. Our open API and pre-built connectors make integration fast and simple.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/api-integration-and-cloud-connectivity-v-1773241557085-cbd3ecc0.png?_wi=1",
|
||||
},
|
||||
id: "integration", title: "Seamless Integration", description: "Connect with 500+ popular applications and services. Our open API and pre-built connectors make integration fast and simple.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/api-integration-and-cloud-connectivity-v-1773241557085-cbd3ecc0.png"},
|
||||
items: [
|
||||
{
|
||||
icon: LinkIcon,
|
||||
text: "500+ integrations",
|
||||
},
|
||||
text: "500+ integrations"},
|
||||
{
|
||||
icon: Cloud,
|
||||
text: "Cloud-native",
|
||||
},
|
||||
text: "Cloud-native"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "API first design",
|
||||
},
|
||||
text: "API first design"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -190,29 +161,11 @@ export default function HomePage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "starter",
|
||||
name: "Starter Plan",
|
||||
price: "Basic",
|
||||
variant: "Essential features",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/minimalist-software-interface-showing-st-1773241556863-87834d65.png?_wi=1",
|
||||
imageAlt: "Starter Plan Dashboard",
|
||||
},
|
||||
id: "starter", name: "Starter Plan", price: "Basic", variant: "Essential features", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/minimalist-software-interface-showing-st-1773241556863-87834d65.png", imageAlt: "Starter Plan Dashboard"},
|
||||
{
|
||||
id: "professional",
|
||||
name: "Professional Plan",
|
||||
price: "Advanced",
|
||||
variant: "Advanced analytics",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-software-platform-dashboard-1773241557043-3f788770.png?_wi=1",
|
||||
imageAlt: "Professional Plan Dashboard",
|
||||
},
|
||||
id: "professional", name: "Professional Plan", price: "Advanced", variant: "Advanced analytics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-software-platform-dashboard-1773241557043-3f788770.png", imageAlt: "Professional Plan Dashboard"},
|
||||
{
|
||||
id: "enterprise",
|
||||
name: "Enterprise Plan",
|
||||
price: "Custom",
|
||||
variant: "Full capabilities",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/enterprise-grade-software-platform-with--1773241558167-422378b1.png?_wi=1",
|
||||
imageAlt: "Enterprise Plan Dashboard",
|
||||
},
|
||||
id: "enterprise", name: "Enterprise Plan", price: "Custom", variant: "Full capabilities", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/enterprise-grade-software-platform-with--1773241558167-422378b1.png", imageAlt: "Enterprise Plan Dashboard"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -229,44 +182,20 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "users",
|
||||
value: "5,000+",
|
||||
title: "Active Companies",
|
||||
items: [
|
||||
"Fortune 500 clients",
|
||||
"Startups and enterprises",
|
||||
"Global teams",
|
||||
],
|
||||
id: "users", value: "5,000+", title: "Active Companies", items: [
|
||||
"Fortune 500 clients", "Startups and enterprises", "Global teams"],
|
||||
},
|
||||
{
|
||||
id: "uptime",
|
||||
value: "99.99%",
|
||||
title: "Platform Uptime",
|
||||
items: [
|
||||
"Enterprise SLA",
|
||||
"99.9% guaranteed",
|
||||
"Multi-region redundancy",
|
||||
],
|
||||
id: "uptime", value: "99.99%", title: "Platform Uptime", items: [
|
||||
"Enterprise SLA", "99.9% guaranteed", "Multi-region redundancy"],
|
||||
},
|
||||
{
|
||||
id: "performance",
|
||||
value: "50ms",
|
||||
title: "Average Response",
|
||||
items: [
|
||||
"Lightning-fast API",
|
||||
"Optimized infrastructure",
|
||||
"Global CDN",
|
||||
],
|
||||
id: "performance", value: "50ms", title: "Average Response", items: [
|
||||
"Lightning-fast API", "Optimized infrastructure", "Global CDN"],
|
||||
},
|
||||
{
|
||||
id: "savings",
|
||||
value: "40%",
|
||||
title: "Cost Reduction",
|
||||
items: [
|
||||
"Operational efficiency",
|
||||
"Reduced manual work",
|
||||
"ROI in 6 months",
|
||||
],
|
||||
id: "savings", value: "40%", title: "Cost Reduction", items: [
|
||||
"Operational efficiency", "Reduced manual work", "ROI in 6 months"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -285,53 +214,23 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Operations Director",
|
||||
company: "TechCorp Industries",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-business-person-headshot-wa-1773241556201-a29d04e8.png",
|
||||
},
|
||||
id: "testimonial-1", name: "Sarah Johnson", role: "Operations Director", company: "TechCorp Industries", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-business-person-headshot-wa-1773241556201-a29d04e8.png"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "Digital Innovations LLC",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/female-executive-headshot-professional-s-1773241556810-ad72d356.png",
|
||||
},
|
||||
id: "testimonial-2", name: "Michael Chen", role: "CTO", company: "Digital Innovations LLC", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/female-executive-headshot-professional-s-1773241556810-ad72d356.png"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Founder & CEO",
|
||||
company: "CloudStart Ventures",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/male-business-leader-portrait-modern-pro-1773241556374-0ad2bf4b.png",
|
||||
},
|
||||
id: "testimonial-3", name: "Emma Rodriguez", role: "Founder & CEO", company: "CloudStart Ventures", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/male-business-leader-portrait-modern-pro-1773241556374-0ad2bf4b.png"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "James Wilson",
|
||||
role: "VP of Engineering",
|
||||
company: "DataStream Systems",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/business-professional-headshot-diverse-r-1773241556312-3867c6b0.png",
|
||||
},
|
||||
id: "testimonial-4", name: "James Wilson", role: "VP of Engineering", company: "DataStream Systems", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/business-professional-headshot-diverse-r-1773241556312-3867c6b0.png"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Lisa Wang",
|
||||
role: "Product Manager",
|
||||
company: "NextGen Software",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/tech-professional-headshot-modern-casual-1773241557128-a1b00231.png",
|
||||
},
|
||||
id: "testimonial-5", name: "Lisa Wang", role: "Product Manager", company: "NextGen Software", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/tech-professional-headshot-modern-casual-1773241557128-a1b00231.png"},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
name: "David Peterson",
|
||||
role: "Business Analyst",
|
||||
company: "Enterprise Solutions Group",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/business-consultant-portrait-professiona-1773241557065-8021ab76.png",
|
||||
},
|
||||
id: "testimonial-6", name: "David Peterson", role: "Business Analyst", company: "Enterprise Solutions Group", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/business-consultant-portrait-professiona-1773241557065-8021ab76.png"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -346,25 +245,9 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TechVentures",
|
||||
"CloudFirst",
|
||||
"DataScape",
|
||||
"InnovateLabs",
|
||||
"FutureScale",
|
||||
"SmartOps",
|
||||
"DigitalPulse",
|
||||
"VelocityTech",
|
||||
]}
|
||||
"TechVentures", "CloudFirst", "DataScape", "InnovateLabs", "FutureScale", "SmartOps", "DigitalPulse", "VelocityTech"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/tech-company-logo-style-modern-and-profe-1773241555723-3579186c.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/enterprise-software-logo-professional-de-1773241557108-13fd274d.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/tech-startup-logo-innovative-design-mode-1773241556922-9f1c4514.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/saas-platform-logo-clean-and-professiona-1773241557870-6eab0750.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/data-analytics-company-logo-professional-1773241556597-e85815b1.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/cloud-computing-logo-modern-minimalist-d-1773241555195-05f289b9.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/integration-platform-logo-connecting-tec-1773241555472-1d500627.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/enterprise-solution-logo-professional-an-1773241556460-36f182ad.png",
|
||||
]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/tech-company-logo-style-modern-and-profe-1773241555723-3579186c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/enterprise-software-logo-professional-de-1773241557108-13fd274d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/tech-startup-logo-innovative-design-mode-1773241556922-9f1c4514.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/saas-platform-logo-clean-and-professiona-1773241557870-6eab0750.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/data-analytics-company-logo-professional-1773241556597-e85815b1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/cloud-computing-logo-modern-minimalist-d-1773241555195-05f289b9.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/integration-platform-logo-connecting-tec-1773241555472-1d500627.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/enterprise-solution-logo-professional-an-1773241556460-36f182ad.png"]}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -382,71 +265,31 @@ export default function HomePage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$99/month",
|
||||
subtitle: "Perfect for small teams",
|
||||
buttons: [
|
||||
id: "starter", badge: "Popular", badgeIcon: Star,
|
||||
price: "$99/month", subtitle: "Perfect for small teams", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Up to 10 users",
|
||||
"Core automation tools",
|
||||
"Basic integrations",
|
||||
"24/7 email support",
|
||||
"Weekly backups",
|
||||
"Standard reporting",
|
||||
],
|
||||
"Up to 10 users", "Core automation tools", "Basic integrations", "24/7 email support", "Weekly backups", "Standard reporting"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$299/month",
|
||||
subtitle: "For growing businesses",
|
||||
buttons: [
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$299/month", subtitle: "For growing businesses", buttons: [
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Start Free Trial", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited users",
|
||||
"Advanced automation",
|
||||
"500+ integrations",
|
||||
"Priority support",
|
||||
"Daily backups",
|
||||
"Advanced analytics",
|
||||
"Custom workflows",
|
||||
"Team management",
|
||||
],
|
||||
"Unlimited users", "Advanced automation", "500+ integrations", "Priority support", "Daily backups", "Advanced analytics", "Custom workflows", "Team management"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: Shield,
|
||||
price: "Custom",
|
||||
subtitle: "For large organizations",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Enterprise", badgeIcon: Shield,
|
||||
price: "Custom", subtitle: "For large organizations", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Sales", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Dedicated account manager",
|
||||
"Custom integrations",
|
||||
"Single sign-on (SSO)",
|
||||
"24/7 phone support",
|
||||
"Real-time backups",
|
||||
"Advanced security",
|
||||
"Custom development",
|
||||
"SLA guarantee",
|
||||
],
|
||||
"Dedicated account manager", "Custom integrations", "Single sign-on (SSO)", "24/7 phone support", "Real-time backups", "Advanced security", "Custom development", "SLA guarantee"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user