From a7aaf9f992e977d7ae9c78229af57e614f5d081c Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 23:40:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8364ac..5f22422 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Explore Rooms", href: "#rooms" }, { text: "Reserve Now", href: "contact" } ]} - titleClassName="text-6xl md:text-8xl font-bold text-gray-900" + descriptionClassName="text-lg md:text-xl font-semibold text-gray-950" /> -- 2.49.1