Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user