diff --git a/src/app/page.tsx b/src/app/page.tsx index 12cc160..c5bcbfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,17 +169,30 @@ export default function LandingPage() { plans={[ { id: "starter", title: "Starter", price: "$0", period: "/month", features: ["1 website", "5 GB storage", "Basic templates", "Mobile responsive", "Email support"], - button: { text: "Get Started", href: "https://webild.io/signup?plan=starter" } + button: { text: "Get Started", href: "https://webild.io/signup?plan=starter" }, + imageSrc: undefined, + videoSrc: undefined, + imageAlt: undefined, + videoAriaLabel: undefined }, { id: "pro", title: "Pro", price: "$12", period: "/month", features: ["Unlimited websites", "100 GB storage", "All templates + custom", "Advanced SEO tools", "Priority support", "Custom domain"], - button: { text: "Start Free Trial", href: "https://webild.io/signup?plan=pro" } + button: { text: "Start Free Trial", href: "https://webild.io/signup?plan=pro" }, + imageSrc: undefined, + videoSrc: undefined, + imageAlt: undefined, + videoAriaLabel: undefined }, { id: "business", title: "Business", price: "$35", period: "/month", features: ["Unlimited everything", "1 TB storage", "Team collaboration", "Advanced analytics", "API access", "24/7 phone support", "Custom integrations"], - button: { text: "Contact Sales", href: "https://webild.io/contact-sales" } + button: { text: "Contact Sales", href: "https://webild.io/contact-sales" }, + imageSrc: undefined, + videoSrc: undefined, + imageAlt: undefined, + videoAriaLabel: undefined } ]} + cardClassName="odd:z-0 even:z-10 [&:nth-child(2)]:z-20 [&:nth-child(2)]:scale-105 odd:scale-100" />