From 0f9d3fd98dfb5fa80190ebc1bfb3986f8a66bba7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:37:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 541bbe3..14d962f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,6 @@ export default function LandingPage() { mediaWrapperClassName="rounded-2xl overflow-hidden shadow-xl" mediaClassName="w-full h-full object-cover" buttonContainerClassName="flex gap-4 mt-6" - buttonTextClassName="font-semibold" /> @@ -162,8 +161,8 @@ export default function LandingPage() { buttons={[{ text: "Order Now", href: "#contact" }]} buttonAnimation="opacity" containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" - descriptionClassName="text-base md:text-lg text-foreground/75 mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-base md:text-lg text-foreground/75 mb-8" cardClassName="rounded-2xl p-8 bg-card shadow-lg hover:shadow-2xl transition-all border border-accent/20" iconClassName="w-12 h-12 text-primary-cta" cardTitleClassName="text-2xl font-bold text-foreground mt-4" @@ -190,8 +189,8 @@ export default function LandingPage() { { id: "varieties", icon: Package, title: "Menu Varieties", value: "12+" } ]} containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" - descriptionClassName="text-base md:text-lg text-foreground/75 mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-base md:text-lg text-foreground/75 mb-8" cardClassName="rounded-2xl p-8 bg-card shadow-lg text-center" iconClassName="w-12 h-12 text-primary-cta mx-auto mb-4" metricTitleClassName="text-foreground/80 font-semibold mt-4"