diff --git a/src/app/page.tsx b/src/app/page.tsx index 48d21b3..64bb841 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,15 +116,15 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "community", title: "Community", price: "Free", period: "forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-close-up-of-hands-collaborating-on-a-t-1773153123864-0d0ff2a0.png?_wi=1", imageAlt: "Community plan features", button: { text: "Get Started", href: "#contact" }, + id: "community", title: "Community", price: "Free", period: "forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-close-up-of-hands-collaborating-on-a-t-1773153123864-0d0ff2a0.png", imageAlt: "Community plan features", button: { text: "Get Started", href: "#contact" }, features: ["Up to 5 team members", "Basic community spaces", "Email support", "Core collaboration tools", "Mobile app access"] }, { - id: "professional", title: "Professional", price: "$49", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-close-up-of-hands-collaborating-on-a-t-1773153123864-0d0ff2a0.png?_wi=2", imageAlt: "Professional plan features", button: { text: "Start Trial", href: "#contact" }, + id: "professional", title: "Professional", price: "$49", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-close-up-of-hands-collaborating-on-a-t-1773153123864-0d0ff2a0.png", imageAlt: "Professional plan features", button: { text: "Start Trial", href: "#contact" }, features: ["Up to 25 team members", "Advanced community spaces", "Priority email & chat support", "Advanced analytics", "Custom branding", "API access"] }, { - id: "enterprise", title: "Enterprise", price: "Custom", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-close-up-of-hands-collaborating-on-a-t-1773153123864-0d0ff2a0.png?_wi=3", imageAlt: "Enterprise plan features", button: { text: "Contact Sales", href: "#contact" }, + id: "enterprise", title: "Enterprise", price: "Custom", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-close-up-of-hands-collaborating-on-a-t-1773153123864-0d0ff2a0.png", imageAlt: "Enterprise plan features", button: { text: "Contact Sales", href: "#contact" }, features: ["Unlimited team members", "White-label solutions", "Dedicated account manager", "24/7 phone support", "Custom integrations", "Advanced security"] } ]}