From accb4c4b6de53490a546f2cec53cf540b88921f3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:26:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d724e4b..3b058e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,6 @@ export default function LandingPage() { cardClassName="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center" contentClassName="space-y-6" tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-accent/20 rounded-full text-primary-cta text-sm font-semibold" - titleClassName="text-3xl sm:text-4xl lg:text-5xl font-extrabold text-foreground" descriptionClassName="text-lg text-foreground/80 leading-relaxed" subdescriptionClassName="text-foreground/70 leading-relaxed" iconBoxClassName="inline-flex p-3 bg-primary-cta/10 rounded-lg" @@ -143,8 +142,6 @@ export default function LandingPage() { textBoxClassName="space-y-4" textBoxTitleClassName="text-xl font-extrabold text-foreground" textBoxDescriptionClassName="text-foreground/70 leading-relaxed" - titleClassName="text-3xl sm:text-4xl lg:text-5xl font-extrabold text-foreground mb-6" - descriptionClassName="text-lg text-foreground/80 leading-relaxed mb-12" cardTitleClassName="text-xl font-extrabold text-foreground" cardDescriptionClassName="text-foreground/70 leading-relaxed" gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" -- 2.49.1