diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index de7b6d8..8430e04 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -136,9 +136,8 @@ export default function AboutPage() { }, ]} containerClassName="space-y-10" - titleClassName="text-4xl font-bold" - descriptionClassName="text-lg text-gray-600" - + cardTitleClassName="text-4xl font-bold" + textBoxDescriptionClassName="text-lg text-gray-600" /> @@ -177,11 +176,10 @@ export default function AboutPage() { }, ]} 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" nameClassName="font-semibold text-lg" roleClassName="text-sm text-gray-500" - cardClassName="p-6 rounded-2xl" /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 21a578a..880685e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -158,8 +158,8 @@ export default function ContactPage() { }, ]} 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" nameClassName="font-semibold text-lg" roleClassName="text-sm text-gray-500" /> @@ -202,8 +202,8 @@ export default function ContactPage() { }, ]} 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" iconClassName="w-8 h-8" valueClassName="text-3xl font-bold" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d9e20e..2aefe2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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" /> @@ -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" /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e1d081a..222e1a7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -151,9 +151,8 @@ export default function ServicesPage() { }, ]} 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" /> @@ -198,9 +197,7 @@ export default function ServicesPage() { }, ]} containerClassName="space-y-10" - titleClassName="text-4xl font-bold" - descriptionClassName="text-lg text-gray-600" - cardClassName="p-6 rounded-2xl" + textBoxTitleClassName="text-4xl font-bold" textBoxDescriptionClassName="text-lg text-gray-600" />