diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b030e6..c2502fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,8 +113,8 @@ export default function LandingPage() { tag="Signature Dishes" tagIcon={Leaf} className="py-20" - titleClassName="text-3xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-opacity-80" + cardTitleClassName="text-3xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg text-opacity-80" /> @@ -140,8 +140,8 @@ export default function LandingPage() { } ]} className="py-20" - titleClassName="text-3xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-opacity-80" + textBoxTitleClassName="text-3xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg text-opacity-80" /> @@ -176,8 +176,8 @@ export default function LandingPage() { useInvertedBackground={true} carouselMode="auto" className="py-20" - titleClassName="text-3xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-opacity-80" + textBoxTitleClassName="text-3xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg text-opacity-80" /> @@ -198,8 +198,8 @@ export default function LandingPage() { speed={40} showCard={true} className="py-20" - titleClassName="text-3xl md:text-5xl font-extrabold" - descriptionClassName="text-lg text-opacity-80" + textBoxTitleClassName="text-3xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg text-opacity-80" />