diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index f704486..912f5a2 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -17,7 +17,7 @@ export default function AboutPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumLargeSizeMediumTitles"
- background="noise"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -34,9 +34,7 @@ export default function AboutPage() {
{ name: "Contact", id: "contact" },
]}
button={{
- text: "Get Started",
- href: "https://app.saaspro.com",
- }}
+ text: "Get Started", href: "https://app.saaspro.com"}}
/>
@@ -45,21 +43,14 @@ export default function AboutPage() {
@@ -77,15 +68,7 @@ export default function AboutPage() {
useInvertedBackground={true}
names={["Microsoft", "Google", "Amazon", "Slack", "Stripe", "GitHub", "Figma", "Notion"]}
logos={[
- "http://img.b2bpic.net/free-vector/geometric-abstract-echos-web-design-agency-logo_1421494-124.jpg",
- "http://img.b2bpic.net/free-photo/automation-modern-technology-machine-concept_53876-120607.jpg",
- "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg",
- "http://img.b2bpic.net/free-vector/communication-logo-template-design_23-2149881430.jpg",
- "http://img.b2bpic.net/free-vector/template-abstract-geometric-business-card_23-2148308363.jpg",
- "http://img.b2bpic.net/free-vector/gradient-code-logo-web-developers_23-2148830996.jpg",
- "http://img.b2bpic.net/free-vector/geometric-ideas-agency-logo-template_742173-17631.jpg",
- "http://img.b2bpic.net/free-photo/messy-office-workplace-workplace-workspace-concept_185193-109630.jpg",
- ]}
+ "http://img.b2bpic.net/free-vector/geometric-abstract-echos-web-design-agency-logo_1421494-124.jpg", "http://img.b2bpic.net/free-photo/automation-modern-technology-machine-concept_53876-120607.jpg", "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg", "http://img.b2bpic.net/free-vector/communication-logo-template-design_23-2149881430.jpg", "http://img.b2bpic.net/free-vector/template-abstract-geometric-business-card_23-2148308363.jpg", "http://img.b2bpic.net/free-vector/gradient-code-logo-web-developers_23-2148830996.jpg", "http://img.b2bpic.net/free-vector/geometric-ideas-agency-logo-template_742173-17631.jpg", "http://img.b2bpic.net/free-photo/messy-office-workplace-workplace-workspace-concept_185193-109630.jpg"]}
speed={40}
showCard={true}
/>
@@ -99,7 +82,7 @@ export default function AboutPage() {
description="Discover how teams are transforming their businesses with our powerful platform. Start your free trial today."
tagIcon={Rocket}
tagAnimation="slide-up"
- background={{ variant: "noise" }}
+ background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get Started Free"
@@ -115,8 +98,7 @@ export default function AboutPage() {
copyrightText="© 2025 SaasPro. All rights reserved."
columns={[
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" },
@@ -124,8 +106,7 @@ export default function AboutPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -133,8 +114,7 @@ export default function AboutPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 64d45fa..1dcec4c 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -16,7 +16,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumLargeSizeMediumTitles"
- background="noise"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -33,9 +33,7 @@ export default function ContactPage() {
{ name: "Contact", id: "contact" },
]}
button={{
- text: "Get Started",
- href: "https://app.saaspro.com",
- }}
+ text: "Get Started", href: "https://app.saaspro.com"}}
/>
@@ -58,35 +56,17 @@ export default function ContactPage() {
showCard={true}
faqs={[
{
- id: "1",
- title: "How do I get started with SaasPro?",
- content: "Getting started is easy! Sign up for a free trial, invite your team, and start automating within minutes. Our onboarding team will guide you through setup and answer any questions you have.",
- },
+ id: "1", title: "How do I get started with SaasPro?", content: "Getting started is easy! Sign up for a free trial, invite your team, and start automating within minutes. Our onboarding team will guide you through setup and answer any questions you have."},
{
- id: "2",
- title: "Can I integrate SaasPro with my existing tools?",
- content: "Yes! SaasPro integrates with over 500 popular applications including Slack, Microsoft Teams, Salesforce, HubSpot, and more. If you need a custom integration, our API is fully documented and our team can help.",
- },
+ id: "2", title: "Can I integrate SaasPro with my existing tools?", content: "Yes! SaasPro integrates with over 500 popular applications including Slack, Microsoft Teams, Salesforce, HubSpot, and more. If you need a custom integration, our API is fully documented and our team can help."},
{
- id: "3",
- title: "What security measures does SaasPro have?",
- content: "We take security seriously. SaasPro uses bank-grade encryption, two-factor authentication, regular security audits, and is compliant with GDPR, SOC 2, and ISO 27001 standards.",
- },
+ id: "3", title: "What security measures does SaasPro have?", content: "We take security seriously. SaasPro uses bank-grade encryption, two-factor authentication, regular security audits, and is compliant with GDPR, SOC 2, and ISO 27001 standards."},
{
- id: "4",
- title: "Is there a free trial available?",
- content: "Absolutely! Start with a 14-day free trial with full access to all features. No credit card required. If you have any questions during your trial, our support team is here to help.",
- },
+ id: "4", title: "Is there a free trial available?", content: "Absolutely! Start with a 14-day free trial with full access to all features. No credit card required. If you have any questions during your trial, our support team is here to help."},
{
- id: "5",
- title: "What happens if I need to scale up or down?",
- content: "Our plans are flexible. You can upgrade, downgrade, or customize your plan at any time. Changes take effect immediately, and we'll adjust your billing accordingly.",
- },
+ id: "5", title: "What happens if I need to scale up or down?", content: "Our plans are flexible. You can upgrade, downgrade, or customize your plan at any time. Changes take effect immediately, and we'll adjust your billing accordingly."},
{
- id: "6",
- title: "Do you offer customer support?",
- content: "Yes! All customers receive email support. Professional and Enterprise plans include priority support and access to our dedicated success team. Contact us anytime—we're here to help you succeed.",
- },
+ id: "6", title: "Do you offer customer support?", content: "Yes! All customers receive email support. Professional and Enterprise plans include priority support and access to our dedicated success team. Contact us anytime—we're here to help you succeed."},
]}
/>
@@ -99,7 +79,7 @@ export default function ContactPage() {
description="Join thousands of teams already using SaasPro. Start your free trial today and see the difference our platform can make for your organization."
tagIcon={Rocket}
tagAnimation="slide-up"
- background={{ variant: "noise" }}
+ background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get Started Free"
@@ -115,8 +95,7 @@ export default function ContactPage() {
copyrightText="© 2025 SaasPro. All rights reserved."
columns={[
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" },
@@ -124,8 +103,7 @@ export default function ContactPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -133,8 +111,7 @@ export default function ContactPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 18f7054..af5fc5d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumLargeSizeMediumTitles"
- background="noise"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -38,9 +38,7 @@ export default function HomePage() {
{ name: "Contact", id: "contact" },
]}
button={{
- text: "Get Started",
- href: "https://app.saaspro.com",
- }}
+ text: "Get Started", href: "https://app.saaspro.com"}}
/>
@@ -52,15 +50,12 @@ export default function HomePage() {
tag="Trusted by Industry Leaders"
tagIcon={Sparkles}
tagAnimation="slide-up"
- background={{ variant: "noise" }}
+ background={{ variant: "canvas-reveal" }}
buttons={[
{
- text: "Start Free Trial",
- href: "https://app.saaspro.com/signup",
- },
+ text: "Start Free Trial", href: "https://app.saaspro.com/signup"},
{
- text: "Schedule Demo",
- onClick: () => {},
+ text: "Schedule Demo", onClick: () => {},
},
]}
buttonAnimation="slide-up"
@@ -82,20 +77,11 @@ export default function HomePage() {
useInvertedBackground={true}
features={[
{
- title: "Workflow Automation",
- description: "Automate repetitive tasks and free up your team to focus on high-impact work.",
- bentoComponent: "animated-bar-chart",
- },
+ title: "Workflow Automation", description: "Automate repetitive tasks and free up your team to focus on high-impact work.", bentoComponent: "animated-bar-chart"},
{
- title: "Enterprise Security",
- description: "Bank-grade encryption and compliance with all major security standards.",
- bentoComponent: "globe",
- },
+ title: "Enterprise Security", description: "Bank-grade encryption and compliance with all major security standards.", bentoComponent: "globe"},
{
- title: "API Integration",
- description: "Connect with 500+ apps and services through our comprehensive API.",
- bentoComponent: "orbiting-icons",
- centerIcon: Zap,
+ title: "API Integration", description: "Connect with 500+ apps and services through our comprehensive API.", bentoComponent: "orbiting-icons", centerIcon: Zap,
items: [
{ icon: Code, ring: 1 },
{ icon: Database, ring: 2 },
@@ -103,31 +89,20 @@ export default function HomePage() {
],
},
{
- title: "Real-Time Analytics",
- description: "Get actionable insights with live dashboards and customizable reports.",
- bentoComponent: "line-chart",
- },
+ title: "Real-Time Analytics", description: "Get actionable insights with live dashboards and customizable reports.", bentoComponent: "line-chart"},
{
- title: "Team Collaboration",
- description: "Work together seamlessly with built-in collaboration and communication tools.",
- bentoComponent: "icon-info-cards",
- items: [
+ title: "Team Collaboration", description: "Work together seamlessly with built-in collaboration and communication tools.", bentoComponent: "icon-info-cards", items: [
{ icon: Users, label: "Team Members", value: "Unlimited" },
{ icon: MessageCircle, label: "Comments", value: "Real-time" },
{ icon: Eye, label: "Visibility", value: "Full" },
],
},
{
- title: "24/7 Support",
- description: "Dedicated support team available around the clock to help you succeed.",
- bentoComponent: "map",
- },
+ title: "24/7 Support", description: "Dedicated support team available around the clock to help you succeed.", bentoComponent: "map"},
]}
buttons={[
{
- text: "Explore All Features",
- href: "#",
- },
+ text: "Explore All Features", href: "#"},
]}
buttonAnimation="slide-up"
/>
@@ -138,21 +113,14 @@ export default function HomePage() {
@@ -171,58 +139,24 @@ export default function HomePage() {
useInvertedBackground={false}
plans={[
{
- id: "starter",
- badge: "Great for Getting Started",
- badgeIcon: Sparkles,
- price: "$49/month",
- subtitle: "Perfect for small teams and startups",
- features: [
- "Up to 10 team members",
- "Basic workflow automation",
- "Email support",
- "1GB data storage",
- "Core integrations",
- ],
+ id: "starter", badge: "Great for Getting Started", badgeIcon: Sparkles,
+ price: "$49/month", subtitle: "Perfect for small teams and startups", features: [
+ "Up to 10 team members", "Basic workflow automation", "Email support", "1GB data storage", "Core integrations"],
},
{
- id: "professional",
- badge: "Most Popular",
- badgeIcon: Zap,
- price: "$149/month",
- subtitle: "Ideal for growing businesses",
- features: [
- "Up to 50 team members",
- "Advanced automation",
- "Priority support",
- "50GB data storage",
- "All integrations",
- "Advanced analytics",
- "Custom workflows",
- ],
+ id: "professional", badge: "Most Popular", badgeIcon: Zap,
+ price: "$149/month", subtitle: "Ideal for growing businesses", features: [
+ "Up to 50 team members", "Advanced automation", "Priority support", "50GB data storage", "All integrations", "Advanced analytics", "Custom workflows"],
},
{
- id: "enterprise",
- badge: "For Scale",
- badgeIcon: Rocket,
- price: "Custom",
- subtitle: "Enterprise-grade solutions",
- features: [
- "Unlimited team members",
- "Custom automation",
- "24/7 dedicated support",
- "Unlimited storage",
- "All integrations",
- "Advanced security",
- "SLA guarantee",
- "Custom implementations",
- ],
+ id: "enterprise", badge: "For Scale", badgeIcon: Rocket,
+ price: "Custom", subtitle: "Enterprise-grade solutions", features: [
+ "Unlimited team members", "Custom automation", "24/7 dedicated support", "Unlimited storage", "All integrations", "Advanced security", "SLA guarantee", "Custom implementations"],
},
]}
buttons={[
{
- text: "Compare Plans",
- href: "/pricing",
- },
+ text: "Compare Plans", href: "/pricing"},
]}
buttonAnimation="slide-up"
/>
@@ -240,15 +174,7 @@ export default function HomePage() {
useInvertedBackground={true}
names={["Microsoft", "Google", "Amazon", "Slack", "Stripe", "GitHub", "Figma", "Notion"]}
logos={[
- "http://img.b2bpic.net/free-vector/geometric-abstract-echos-web-design-agency-logo_1421494-124.jpg",
- "http://img.b2bpic.net/free-photo/automation-modern-technology-machine-concept_53876-120607.jpg",
- "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg",
- "http://img.b2bpic.net/free-vector/communication-logo-template-design_23-2149881430.jpg",
- "http://img.b2bpic.net/free-vector/template-abstract-geometric-business-card_23-2148308363.jpg",
- "http://img.b2bpic.net/free-vector/gradient-code-logo-web-developers_23-2148830996.jpg",
- "http://img.b2bpic.net/free-vector/geometric-ideas-agency-logo-template_742173-17631.jpg",
- "http://img.b2bpic.net/free-photo/messy-office-workplace-workplace-workspace-concept_185193-109630.jpg",
- ]}
+ "http://img.b2bpic.net/free-vector/geometric-abstract-echos-web-design-agency-logo_1421494-124.jpg", "http://img.b2bpic.net/free-photo/automation-modern-technology-machine-concept_53876-120607.jpg", "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg", "http://img.b2bpic.net/free-vector/communication-logo-template-design_23-2149881430.jpg", "http://img.b2bpic.net/free-vector/template-abstract-geometric-business-card_23-2148308363.jpg", "http://img.b2bpic.net/free-vector/gradient-code-logo-web-developers_23-2148830996.jpg", "http://img.b2bpic.net/free-vector/geometric-ideas-agency-logo-template_742173-17631.jpg", "http://img.b2bpic.net/free-photo/messy-office-workplace-workplace-workspace-concept_185193-109630.jpg"]}
speed={40}
showCard={true}
/>
@@ -268,59 +194,27 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
testimonials={[
{
- id: "1",
- name: "Sarah Mitchell",
- role: "CEO",
- company: "TechFlow Inc",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXqUKnSZvpp1BgHtsGVdZma6/professional-headshot-of-a-confident-bus-1772679891135-493dfc4b.png",
- },
+ id: "1", name: "Sarah Mitchell", role: "CEO", company: "TechFlow Inc", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXqUKnSZvpp1BgHtsGVdZma6/professional-headshot-of-a-confident-bus-1772679891135-493dfc4b.png"},
{
- id: "2",
- name: "James Rodriguez",
- role: "CTO",
- company: "Innovate Labs",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXqUKnSZvpp1BgHtsGVdZma6/professional-headshot-of-a-charismatic-b-1772679887049-2ae3dfe6.png",
- },
+ id: "2", name: "James Rodriguez", role: "CTO", company: "Innovate Labs", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXqUKnSZvpp1BgHtsGVdZma6/professional-headshot-of-a-charismatic-b-1772679887049-2ae3dfe6.png"},
{
- id: "3",
- name: "Emma Chen",
- role: "Product Lead",
- company: "StartupXYZ",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXqUKnSZvpp1BgHtsGVdZma6/professional-headshot-of-a-creative-youn-1772679886700-60b65ef5.png",
- },
+ id: "3", name: "Emma Chen", role: "Product Lead", company: "StartupXYZ", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXqUKnSZvpp1BgHtsGVdZma6/professional-headshot-of-a-creative-youn-1772679886700-60b65ef5.png"},
{
- id: "4",
- name: "Michael Thompson",
- role: "Operations Director",
- company: "GrowthCo",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXqUKnSZvpp1BgHtsGVdZma6/professional-headshot-of-a-thoughtful-bu-1772679886279-b1d81612.png",
- },
+ id: "4", name: "Michael Thompson", role: "Operations Director", company: "GrowthCo", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXqUKnSZvpp1BgHtsGVdZma6/professional-headshot-of-a-thoughtful-bu-1772679886279-b1d81612.png"},
{
- id: "5",
- name: "Patricia Williams",
- role: "VP Strategy",
- company: "Enterprise Solutions",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXqUKnSZvpp1BgHtsGVdZma6/professional-headshot-of-an-accomplished-1772679885998-a360241d.png",
- },
+ id: "5", name: "Patricia Williams", role: "VP Strategy", company: "Enterprise Solutions", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXqUKnSZvpp1BgHtsGVdZma6/professional-headshot-of-an-accomplished-1772679885998-a360241d.png"},
{
- id: "6",
- name: "David Park",
- role: "Founder",
- company: "Digital Ventures",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXqUKnSZvpp1BgHtsGVdZma6/professional-headshot-of-an-experienced--1772679886914-51e65736.png",
- },
+ id: "6", name: "David Park", role: "Founder", company: "Digital Ventures", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVZXqUKnSZvpp1BgHtsGVdZma6/professional-headshot-of-an-experienced--1772679886914-51e65736.png"},
]}
buttons={[
{
- text: "Read More Stories",
- href: "#",
- },
+ text: "Read More Stories", href: "#"},
]}
buttonAnimation="slide-up"
/>
@@ -334,7 +228,7 @@ export default function HomePage() {
description="Join thousands of teams already using SaasPro. Start your free trial today and see the difference."
tagIcon={Rocket}
tagAnimation="slide-up"
- background={{ variant: "noise" }}
+ background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get Started Free"
@@ -350,8 +244,7 @@ export default function HomePage() {
copyrightText="© 2025 SaasPro. All rights reserved."
columns={[
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" },
@@ -359,8 +252,7 @@ export default function HomePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -368,8 +260,7 @@ export default function HomePage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index d4f8862..33d5e67 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -16,7 +16,7 @@ export default function PricingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumLargeSizeMediumTitles"
- background="noise"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -33,9 +33,7 @@ export default function PricingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
- text: "Get Started",
- href: "https://app.saaspro.com",
- }}
+ text: "Get Started", href: "https://app.saaspro.com"}}
/>
@@ -52,60 +50,24 @@ export default function PricingPage() {
useInvertedBackground={false}
plans={[
{
- id: "starter",
- badge: "Great for Getting Started",
- badgeIcon: Sparkles,
- price: "$49/month",
- subtitle: "Perfect for small teams and startups",
- features: [
- "Up to 10 team members",
- "Basic workflow automation",
- "Email support",
- "1GB data storage",
- "Core integrations",
- "Mobile app access",
- ],
+ id: "starter", badge: "Great for Getting Started", badgeIcon: Sparkles,
+ price: "$49/month", subtitle: "Perfect for small teams and startups", features: [
+ "Up to 10 team members", "Basic workflow automation", "Email support", "1GB data storage", "Core integrations", "Mobile app access"],
},
{
- id: "professional",
- badge: "Most Popular",
- badgeIcon: Zap,
- price: "$149/month",
- subtitle: "Ideal for growing businesses",
- features: [
- "Up to 50 team members",
- "Advanced automation",
- "Priority support",
- "50GB data storage",
- "All integrations",
- "Advanced analytics",
- "Custom workflows",
- "API access",
- ],
+ id: "professional", badge: "Most Popular", badgeIcon: Zap,
+ price: "$149/month", subtitle: "Ideal for growing businesses", features: [
+ "Up to 50 team members", "Advanced automation", "Priority support", "50GB data storage", "All integrations", "Advanced analytics", "Custom workflows", "API access"],
},
{
- id: "enterprise",
- badge: "For Scale",
- badgeIcon: Rocket,
- price: "Custom",
- subtitle: "Enterprise-grade solutions",
- features: [
- "Unlimited team members",
- "Custom automation",
- "24/7 dedicated support",
- "Unlimited storage",
- "All integrations",
- "Advanced security",
- "SLA guarantee",
- "Custom implementations",
- ],
+ id: "enterprise", badge: "For Scale", badgeIcon: Rocket,
+ price: "Custom", subtitle: "Enterprise-grade solutions", features: [
+ "Unlimited team members", "Custom automation", "24/7 dedicated support", "Unlimited storage", "All integrations", "Advanced security", "SLA guarantee", "Custom implementations"],
},
]}
buttons={[
{
- text: "Start Free Trial",
- href: "https://app.saaspro.com/signup",
- },
+ text: "Start Free Trial", href: "https://app.saaspro.com/signup"},
]}
buttonAnimation="slide-up"
/>
@@ -119,7 +81,7 @@ export default function PricingPage() {
description="All plans include a 14-day free trial. No credit card required. Upgrade or downgrade anytime."
tagIcon={Sparkles}
tagAnimation="slide-up"
- background={{ variant: "noise" }}
+ background={{ variant: "animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Start Free Trial"
@@ -135,8 +97,7 @@ export default function PricingPage() {
copyrightText="© 2025 SaasPro. All rights reserved."
columns={[
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" },
@@ -144,8 +105,7 @@ export default function PricingPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -153,8 +113,7 @@ export default function PricingPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },