From 4eafe04a0eb9b3ba032bc642cb9e9d20bdf75f74 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 11:18:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c4c807..d98aba1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,8 +124,8 @@ export default function LandingPage() { ariaLabel="Feature comparison section" className="w-full" containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-16 lg:py-24" - titleClassName="text-3xl lg:text-4xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 mb-12" + textBoxTitleClassName="text-3xl lg:text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 mb-12" /> @@ -157,8 +157,8 @@ export default function LandingPage() { ariaLabel="Supported store platforms" className="w-full" containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-16 lg:py-24" - titleClassName="text-3xl lg:text-4xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 mb-12" + textBoxTitleClassName="text-3xl lg:text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 mb-12" /> @@ -197,8 +197,8 @@ export default function LandingPage() { ariaLabel="Platform metrics and statistics" className="w-full" containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8 py-16 lg:py-24" - titleClassName="text-3xl lg:text-4xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 mb-12" + textBoxTitleClassName="text-3xl lg:text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 mb-12" />