diff --git a/src/pages/index.astro b/src/pages/index.astro index a2128ea..0fd09ca 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -52,9 +52,9 @@ const keyFacts = [
-
+
-
+

@@ -73,7 +73,9 @@ const keyFacts = [ {t("home.hero.ctaSecondary")}

+
+
{keyFacts.map((item) => ( @@ -82,9 +84,6 @@ const keyFacts = [ ))}
-
- -
@@ -125,7 +124,7 @@ const keyFacts = [
-
+
@@ -142,7 +141,7 @@ const keyFacts = [
{localizedServices.map((service) => ( -
+
@@ -203,7 +202,7 @@ const keyFacts = [
-
+

{t("home.featured.title")}

@@ -218,19 +217,16 @@ const keyFacts = [
-
-
-
-

{t("home.final.title")}

-

{t("home.final.description")}

- +
+

{t("home.final.title")}

+

{t("home.final.description")}

+
diff --git a/src/pages/zh/index.astro b/src/pages/zh/index.astro index dd3a304..49f0947 100644 --- a/src/pages/zh/index.astro +++ b/src/pages/zh/index.astro @@ -202,7 +202,7 @@ const keyFacts = [
-
+

{t("home.featured.title")}

@@ -260,19 +260,16 @@ const keyFacts = [
-
-
-
-

{t("home.final.title")}

-

{t("home.final.description")}

- +
+

{t("home.final.title")}

+

{t("home.final.description")}

+