From d453c963d777263d7a8b68ad83d722725288a370 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:39:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b5f79b..83fd9c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,8 +111,8 @@ export default function LandingPage() { buttons={[{ text: "View Full Menu", href: "#menu-preview" }]} buttonAnimation="blur-reveal" containerClassName="py-16 md:py-24" - titleClassName="text-3xl md:text-4xl font-bold text-foreground" - descriptionClassName="text-lg text-accent mt-3" + cardTitleClassName="text-3xl md:text-4xl font-bold text-foreground" + cardDescriptionClassName="text-lg text-accent mt-3" /> @@ -142,8 +142,8 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={true} containerClassName="py-16 md:py-24" - titleClassName="text-3xl md:text-4xl font-bold text-foreground" - descriptionClassName="text-lg text-accent mt-3" + cardTitleClassName="text-3xl md:text-4xl font-bold text-foreground" + cardDescriptionClassName="text-lg text-accent mt-3" /> @@ -192,8 +192,8 @@ export default function LandingPage() { buttons={[{ text: "View Full Menu", href: "https://example.com/menu" }]} buttonAnimation="blur-reveal" containerClassName="py-16 md:py-24" - titleClassName="text-3xl md:text-4xl font-bold text-foreground" - descriptionClassName="text-lg text-accent mt-3" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-accent mt-3" /> -- 2.49.1