diff --git a/src/app/page.tsx b/src/app/page.tsx index 7424c06..4e323c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,14 +33,10 @@ export default function LandingPage() { @@ -155,10 +112,9 @@ export default function LandingPage() { @@ -168,109 +124,35 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "basic", badge: "Essential", price: "$99", subtitle: "For small teams", features: [ - "10GB Storage", "Basic Support", "Core API Access"], - }, - { - id: "pro", badge: "Popular", price: "$299", subtitle: "For scaling businesses", features: [ - "100GB Storage", "Priority Support", "Advanced Analytics"], - }, - { - id: "enterprise", badge: "Custom", price: "Contact Us", subtitle: "For large enterprises", features: [ - "Unlimited Storage", "Dedicated Manager", "On-Prem Options"], - }, + { id: "basic", badge: "Start", price: "Custom", subtitle: "Single service focus", features: ["Social Media Basic", "IT Setup"] }, + { id: "pro", badge: "Growth", price: "Custom", subtitle: "Comprehensive scaling", features: ["Full Social Suite", "DevOps Support", "Creative Retainer"] }, + { id: "enterprise", badge: "Elite", price: "Contact Us", subtitle: "Total brand takeover", features: ["End-to-end Solutions", "Priority 24/7", "Dedicated Creative Team"] }, ]} - title="Simplified Pricing" - description="Choose a plan that fits your growth ambitions." - /> - - -
- -
- -
-