Update src/app/page.tsx
This commit is contained in:
@@ -160,9 +160,8 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
containerClassName="space-y-10"
|
||||
titleClassName="text-5xl font-bold"
|
||||
descriptionClassName="text-lg text-gray-600"
|
||||
cardClassName="p-6 rounded-2xl"
|
||||
textBoxTitleClassName="text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -180,8 +179,8 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="About Dimalex Trading section"
|
||||
containerClassName="space-y-6"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-base text-gray-700 leading-relaxed"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-base text-gray-700 leading-relaxed"
|
||||
mediaClassName="w-full"
|
||||
/>
|
||||
</div>
|
||||
@@ -223,8 +222,8 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
containerClassName="space-y-8"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg text-gray-600"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600"
|
||||
valueClassName="text-3xl font-bold"
|
||||
/>
|
||||
</div>
|
||||
@@ -301,12 +300,11 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
containerClassName="space-y-8"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg text-gray-600"
|
||||
textBoxTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600"
|
||||
cardQuoteClassName="text-base italic text-gray-700"
|
||||
cardNameClassName="font-semibold text-sm"
|
||||
cardTitleClassName="text-xs text-gray-500"
|
||||
cardClassName="p-6 rounded-2xl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user