From 5dac11c512d056babcc160ed670d54b53f7f4f7c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:52:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d54bf53..42f1702 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,8 +97,8 @@ export default function WarriorShopPage() { ]} ariaLabel="Products section: Gaming peripherals showcase" containerClassName="mx-auto max-w-7xl" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 mb-8" /> @@ -144,8 +144,8 @@ export default function WarriorShopPage() { animationType="slide-up" ariaLabel="Features section: Why choose WarriorShop" containerClassName="mx-auto max-w-7xl" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 mb-8" /> @@ -182,8 +182,8 @@ export default function WarriorShopPage() { ]} ariaLabel="Testimonials section: Customer reviews" containerClassName="mx-auto max-w-7xl" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 mb-8" /> @@ -207,8 +207,8 @@ export default function WarriorShopPage() { showCard={true} ariaLabel="Social proof section: Partner organizations" containerClassName="mx-auto max-w-7xl" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 mb-8" /> @@ -246,8 +246,8 @@ export default function WarriorShopPage() { ]} ariaLabel="FAQ section: Frequently asked questions" containerClassName="mx-auto max-w-7xl" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 mb-8" /> -- 2.49.1