diff --git a/src/app/page.tsx b/src/app/page.tsx index c19133b..e362ff2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,8 +133,8 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" - descriptionClassName="text-lg text-[var(--foreground)] opacity-75" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-75" cardClassName="bg-[var(--card)] rounded-xl p-6 border border-[var(--accent)] border-opacity-20 hover:shadow-lg transition-shadow" cardNameClassName="text-xl font-semibold text-[var(--foreground)] mt-4" cardPriceClassName="text-2xl font-bold text-[var(--primary-cta)] mt-2" @@ -195,8 +195,8 @@ export default function LandingPage() { ]} showCard={true} containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" - descriptionClassName="text-lg text-[var(--foreground)] opacity-75" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-75" logoCardClassName="bg-[var(--card)] p-6 rounded-xl border border-[var(--accent)] border-opacity-20" /> @@ -232,8 +232,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" - descriptionClassName="text-lg text-[var(--foreground)] opacity-75" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-75" cardClassName="bg-[var(--card)] p-6 rounded-xl border border-[var(--accent)] border-opacity-20" />