diff --git a/src/app/page.tsx b/src/app/page.tsx index e178069..b995261 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,8 +112,8 @@ export default function LandingPage() { useInvertedBackground={false} className="w-full py-20 px-4" containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-extrabold mb-4 text-foreground" - descriptionClassName="text-base md:text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-4 text-foreground" + textBoxDescriptionClassName="text-base md:text-lg text-foreground/70 mb-12" /> @@ -161,8 +161,8 @@ export default function LandingPage() { carouselMode="buttons" className="w-full py-20 px-4" containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl md:text-5xl font-extrabold mb-4 text-foreground" - descriptionClassName="text-base md:text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-4 text-foreground" + textBoxDescriptionClassName="text-base md:text-lg text-foreground/70 mb-12" cardClassName="rounded-xl p-6 backdrop-blur-md" /> @@ -183,8 +183,8 @@ export default function LandingPage() { showCard={true} className="w-full py-20 px-4" containerClassName="max-w-7xl mx-auto" - titleClassName="text-3xl md:text-4xl font-extrabold mb-4 text-foreground" - descriptionClassName="text-base text-foreground/70 mb-12" + textBoxTitleClassName="text-3xl md:text-4xl font-extrabold mb-4 text-foreground" + textBoxDescriptionClassName="text-base text-foreground/70 mb-12" contentClassName="flex gap-8 items-center justify-center flex-wrap" /> @@ -223,8 +223,8 @@ export default function LandingPage() { showCard={true} className="w-full py-20 px-4" containerClassName="max-w-3xl mx-auto" - titleClassName="text-4xl md:text-5xl font-extrabold mb-4 text-foreground" - descriptionClassName="text-base md:text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-4 text-foreground" + textBoxDescriptionClassName="text-base md:text-lg text-foreground/70 mb-12" accordionClassName="space-y-4" />