From c2ca4aa2d26efa941e2ed6187dd2bf30eb24d68e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:53:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5feb56e..439612c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/friends-having-fun-with-traditional-games_23-2149332692.jpg" imageAlt="Clean and hygienic dining environment" containerClassName="py-12 md:py-20" - titleClassName="text-5xl md:text-6xl font-bold text-foreground mb-4" + textboxLayout="default" descriptionClassName="text-lg text-foreground/80 mb-8" /> @@ -154,8 +154,7 @@ export default function LandingPage() { ]} buttonAnimation="opacity" containerClassName="py-12 md:py-20" - titleClassName="text-5xl md:text-6xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/80 mb-8" + textBoxDescriptionClassName="text-lg text-foreground/80 mb-8" /> @@ -184,8 +183,7 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} containerClassName="py-12 md:py-20" - titleClassName="text-5xl md:text-6xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/80 mb-8" + textBoxDescriptionClassName="text-lg text-foreground/80 mb-8" /> @@ -226,8 +224,7 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} containerClassName="py-12 md:py-20" - titleClassName="text-5xl md:text-6xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/80 mb-8" + textBoxDescriptionClassName="text-lg text-foreground/80 mb-8" />