feat: update text color for improved readability in About and Home pages

This commit is contained in:
Dan Dobos
2026-02-23 14:06:55 +01:00
parent 298dd5d74a
commit 242a6d454a
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -84,13 +84,13 @@ export function About() {
<h2 className="text-3xl md:text-4xl mb-6 text-gray-900 dark:text-white">
{t("about.story.title")}
</h2>
<p className="text-lg text-gray-700 mb-4 dark:text-gray-300">
<p className="text-lg text-gray-700 mb-4 dark:text-white">
{t("about.story.p1")}
</p>
<p className="text-lg text-gray-700 mb-4 dark:text-gray-300">
<p className="text-lg text-gray-700 mb-4 dark:text-white">
{t("about.story.p2")}
</p>
<p className="text-lg text-gray-700 dark:text-gray-300">
<p className="text-lg text-gray-700 dark:text-white">
{t("about.story.p3")}
</p>
</div>
+3 -3
View File
@@ -177,7 +177,7 @@ export function Home() {
<li className="flex items-start space-x-3">
<CheckCircle className="h-6 w-6 text-sky-600 flex-shrink-0 mt-0.5" />
<div>
<span className="text-gray-900">
<span className="text-gray-900 dark:text-white">
{t("home.about.points.experienced.title")}
</span>
<p className="text-gray-600 dark:text-gray-300">
@@ -188,7 +188,7 @@ export function Home() {
<li className="flex items-start space-x-3">
<CheckCircle className="h-6 w-6 text-sky-600 flex-shrink-0 mt-0.5" />
<div>
<span className="text-gray-900">
<span className="text-gray-900 dark:text-white">
{t("home.about.points.pricing.title")}
</span>
<p className="text-gray-600 dark:text-gray-300">
@@ -199,7 +199,7 @@ export function Home() {
<li className="flex items-start space-x-3">
<CheckCircle className="h-6 w-6 text-sky-600 flex-shrink-0 mt-0.5" />
<div>
<span className="text-gray-900">
<span className="text-gray-900 dark:text-white">
{t("home.about.points.guarantee.title")}
</span>
<p className="text-gray-600 dark:text-gray-300">