diff --git a/src/app/page.tsx b/src/app/page.tsx index affcd1a..4ff6876 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,8 +120,8 @@ export default function LandingPage() { carouselMode="buttons" className="py-20" containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl font-light mb-4" - descriptionClassName="text-lg opacity-80 mb-12" + textBoxTitleClassName="text-4xl font-light mb-4" + textBoxDescriptionClassName="text-lg opacity-80 mb-12" /> @@ -155,8 +155,8 @@ export default function LandingPage() { carouselMode="buttons" className="py-20" containerClassName="max-w-7xl mx-auto" - titleClassName="text-4xl font-light text-center mb-4" - descriptionClassName="text-center text-lg opacity-80 mb-12" + textBoxTitleClassName="text-4xl font-light text-center mb-4" + textBoxDescriptionClassName="text-center text-lg opacity-80 mb-12" /> @@ -178,8 +178,8 @@ export default function LandingPage() { useInvertedBackground={true} className="py-20" containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl font-light mb-4" - descriptionClassName="text-lg opacity-80 mb-12" + textBoxTitleClassName="text-4xl font-light mb-4" + textBoxDescriptionClassName="text-lg opacity-80 mb-12" nameClassName="text-xl font-light" roleClassName="text-sm opacity-75 mt-2" /> @@ -213,8 +213,8 @@ export default function LandingPage() { ]} className="py-20" containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl font-light text-center mb-4" - descriptionClassName="text-center text-lg opacity-80 mb-12" + textBoxTitleClassName="text-4xl font-light text-center mb-4" + textBoxDescriptionClassName="text-center text-lg opacity-80 mb-12" /> @@ -250,8 +250,8 @@ export default function LandingPage() { ]} className="py-20" containerClassName="max-w-4xl mx-auto" - titleClassName="text-4xl font-light text-center mb-4" - descriptionClassName="text-center text-lg opacity-80 mb-12" + textBoxTitleClassName="text-4xl font-light text-center mb-4" + textBoxDescriptionClassName="text-center text-lg opacity-80 mb-12" faqsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-8" />