From 25012746ac50cfb6c7bdb56bbcb674bda0927073 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:59:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09a1f5b..14b09d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,6 +77,7 @@ export default function LandingPage() { ]} useInvertedBackground={false} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" + textBoxClassName="max-w-2xl" titleClassName="text-4xl sm:text-5xl font-bold" descriptionClassName="text-lg text-gray-300 mt-6 max-w-2xl" /> @@ -108,8 +109,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold" - descriptionClassName="text-lg text-gray-300 mt-4" + cardTitleClassName="text-4xl sm:text-5xl font-bold" + cardDescriptionClassName="text-lg text-gray-300 mt-4" /> @@ -134,7 +135,7 @@ export default function LandingPage() { id: "uptime-metric", value: "99.9%", title: "Uptime Guarantee", description: "Reliable infrastructure for tournament play", icon: Shield } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} @@ -176,8 +177,8 @@ export default function LandingPage() { useInvertedBackground={false} speed={40} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold" - descriptionClassName="text-lg text-gray-300 mt-4" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold" + textBoxDescriptionClassName="text-lg text-gray-300 mt-4" /> @@ -199,8 +200,8 @@ export default function LandingPage() { showCard={true} speed={40} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold" - descriptionClassName="text-lg text-gray-300 mt-4" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold" + textBoxDescriptionClassName="text-lg text-gray-300 mt-4" /> -- 2.49.1