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" />