diff --git a/src/app/page.tsx b/src/app/page.tsx index 178f0b2..392c627 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,11 +44,8 @@ export default function LandingPage() { tag="Cloud-Ready" tagIcon={Cloud} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AmKElUNYNWcbZX1SYs8zhS1TzT/a-modern-filemaker-database-dashboard-wi-1773192265961-03fe50bf.png" imageAlt="FileMaker Cloud Dashboard" - mediaAnimation="slide-up" - useInvertedBackground={false} buttons={[ { text: "Get Started", href: "#pricing" }, { text: "View Demo", href: "#products" }, @@ -58,16 +55,10 @@ export default function LandingPage() {
@@ -109,25 +103,18 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "1", name: "Starter", price: "$299", period: "/month", description: "Perfect for small teams", features: [ - "Up to 5 users", "50GB storage", "Standard support", "Daily backups"], - buttons: [ - { text: "Get Started", href: "#contact" }, + id: "1", badge: "Starter", price: "$299", subtitle: "Perfect for small teams", features: [ + "Up to 5 users", "50GB storage", "Standard support", "Daily backups" ], }, { - id: "2", name: "Professional", price: "$799", period: "/month", description: "For growing businesses", features: [ - "Up to 25 users", "500GB storage", "Priority support", "Hourly backups", "API access"], - buttons: [ - { text: "Get Started", href: "#contact" }, + id: "2", badge: "Professional", price: "$799", subtitle: "For growing businesses", features: [ + "Up to 25 users", "500GB storage", "Priority support", "Hourly backups", "API access" ], - highlighted: true, }, { - id: "3", name: "Enterprise", price: "Custom", period: "", description: "For large enterprises", features: [ - "Unlimited users", "Unlimited storage", "24/7 dedicated support", "Real-time backups", "Full API access", "Custom integrations"], - buttons: [ - { text: "Contact Sales", href: "#contact" }, + id: "3", badge: "Enterprise", price: "Custom", subtitle: "For large enterprises", features: [ + "Unlimited users", "Unlimited storage", "24/7 dedicated support", "Real-time backups", "Full API access", "Custom integrations" ], }, ]}