From 4f602630c17926932912bc0b1c2783c1f3a56f63 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:14:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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" />