From a1f8e73f71b5b7f58ae913b4b6f45fd993ccafed Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 13:30:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c58427b..7b9ff47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,10 @@ export default function LandingPage() { logoLineHeight={1.15} ariaLabel="Hero section: Discover the joy of cooking" className="py-16 md:py-24" - logoClassName="text-4xl md:text-7xl" - descriptionClassName="text-lg md:text-2xl" + logoClassName="text-4xl md:text-7xl text-white" + descriptionClassName="text-lg md:text-2xl text-white" buttonClassName="px-6 py-3 rounded-full" + containerClassName="bg-blue-900" />