diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ce3863..4b3cab0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,13 +126,15 @@ export default function LandingPage() { 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-2 lg:grid-cols-4 gap-6" cardClassName="bg-card rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all" imageClassName="w-full h-48 md:h-40 object-cover" cardBrandClassName="text-sm font-semibold text-accent" cardNameClassName="text-xl font-semibold text-foreground mt-3" cardPriceClassName="text-2xl font-bold text-primary-cta mt-2" cardRatingClassName="flex items-center gap-1 mt-3 text-sm" + textBoxClassName="mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12" /> @@ -171,6 +173,9 @@ export default function LandingPage() { itemClassName="flex items-start gap-3" itemIconClassName="w-6 h-6 mt-1 flex-shrink-0" itemTextClassName="text-foreground" + textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl" + textBoxClassName="mb-12" /> @@ -253,6 +258,9 @@ export default function LandingPage() { 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" + textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mb-12" + textBoxClassName="mb-12" 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" @@ -297,6 +305,9 @@ export default function LandingPage() { textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mx-auto text-center mb-12" gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6" cardClassName="bg-card rounded-2xl p-8 text-center" + textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4 text-center" + textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl mx-auto text-center mb-12" + textBoxClassName="mb-12" cardTitleClassName="text-3xl font-bold text-primary-cta mb-2" subtitleClassName="text-sm text-foreground/70 mb-4" categoryClassName="text-xs font-semibold text-accent uppercase mb-4" @@ -344,6 +355,9 @@ export default function LandingPage() { textBoxClassName="mb-12" textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4" textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 max-w-2xl" + textBoxClassName="mb-12" faqsContainerClassName="space-y-3" accordionClassName="border border-accent/10 rounded-xl overflow-hidden" accordionTitleClassName="px-6 py-4 font-semibold text-foreground cursor-pointer hover:bg-background transition-colors"