From aeaea4e34b0a1eeff4cc6116c17af7dae3baa031 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:03:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61f1ad9..9ce3863 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -225,20 +225,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} animationType="blur-reveal" - className="py-16 md:py-24" - containerClassName="max-w-7xl mx-auto px-4" - textBoxClassName="mb-12" - textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4" - textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12" - gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8" - cardClassName="bg-card rounded-2xl p-8 border border-accent/10 hover:border-accent/30 transition-all" - planTagClassName="inline-block px-3 py-1 bg-primary-cta/10 text-primary-cta text-xs font-semibold rounded-full mb-4" - planPriceClassName="text-3xl font-bold text-foreground mb-2" - planDescriptionClassName="text-foreground/70 mb-6" - planButtonClassName="w-full bg-primary-cta text-primary-cta-text py-3 rounded-full font-semibold hover:opacity-90 transition-opacity mb-6" - featuresTitleClassName="text-sm font-semibold text-foreground/70 mb-4" - featuresListClassName="space-y-3" - featureItemClassName="flex items-center gap-3 text-foreground" plans={[ { id: "plan-36", tag: "Popular", price: "36 Months", period: "3 Years", description: "Perfect for value seekers", button: { text: "Get Quote", href: "#" }, -- 2.49.1