feat: update text color for improved readability in About and Home pages
This commit is contained in:
@@ -84,13 +84,13 @@ export function About() {
|
|||||||
<h2 className="text-3xl md:text-4xl mb-6 text-gray-900 dark:text-white">
|
<h2 className="text-3xl md:text-4xl mb-6 text-gray-900 dark:text-white">
|
||||||
{t("about.story.title")}
|
{t("about.story.title")}
|
||||||
</h2>
|
</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")}
|
{t("about.story.p1")}
|
||||||
</p>
|
</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")}
|
{t("about.story.p2")}
|
||||||
</p>
|
</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")}
|
{t("about.story.p3")}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ export function Home() {
|
|||||||
<li className="flex items-start space-x-3">
|
<li className="flex items-start space-x-3">
|
||||||
<CheckCircle className="h-6 w-6 text-sky-600 flex-shrink-0 mt-0.5" />
|
<CheckCircle className="h-6 w-6 text-sky-600 flex-shrink-0 mt-0.5" />
|
||||||
<div>
|
<div>
|
||||||
<span className="text-gray-900">
|
<span className="text-gray-900 dark:text-white">
|
||||||
{t("home.about.points.experienced.title")}
|
{t("home.about.points.experienced.title")}
|
||||||
</span>
|
</span>
|
||||||
<p className="text-gray-600 dark:text-gray-300">
|
<p className="text-gray-600 dark:text-gray-300">
|
||||||
@@ -188,7 +188,7 @@ export function Home() {
|
|||||||
<li className="flex items-start space-x-3">
|
<li className="flex items-start space-x-3">
|
||||||
<CheckCircle className="h-6 w-6 text-sky-600 flex-shrink-0 mt-0.5" />
|
<CheckCircle className="h-6 w-6 text-sky-600 flex-shrink-0 mt-0.5" />
|
||||||
<div>
|
<div>
|
||||||
<span className="text-gray-900">
|
<span className="text-gray-900 dark:text-white">
|
||||||
{t("home.about.points.pricing.title")}
|
{t("home.about.points.pricing.title")}
|
||||||
</span>
|
</span>
|
||||||
<p className="text-gray-600 dark:text-gray-300">
|
<p className="text-gray-600 dark:text-gray-300">
|
||||||
@@ -199,7 +199,7 @@ export function Home() {
|
|||||||
<li className="flex items-start space-x-3">
|
<li className="flex items-start space-x-3">
|
||||||
<CheckCircle className="h-6 w-6 text-sky-600 flex-shrink-0 mt-0.5" />
|
<CheckCircle className="h-6 w-6 text-sky-600 flex-shrink-0 mt-0.5" />
|
||||||
<div>
|
<div>
|
||||||
<span className="text-gray-900">
|
<span className="text-gray-900 dark:text-white">
|
||||||
{t("home.about.points.guarantee.title")}
|
{t("home.about.points.guarantee.title")}
|
||||||
</span>
|
</span>
|
||||||
<p className="text-gray-600 dark:text-gray-300">
|
<p className="text-gray-600 dark:text-gray-300">
|
||||||
|
|||||||
Reference in New Issue
Block a user