diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f0930a..0f53c80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,6 +144,7 @@ export default function LandingPage() { ]} title="Our Luxurious Rooms" description="Indulge in comfort with our carefully designed spaces." + textBoxButtonClassName="bg-blue-600 text-white hover:bg-blue-700" /> @@ -280,4 +281,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file