diff --git a/src/pages/index.astro b/src/pages/index.astro index c990e20..e5d50a8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -229,6 +229,15 @@ const pageTitle = t('site.title'); ))} + +
+ + + + + 查看所有服务 + +
@@ -261,7 +270,15 @@ const pageTitle = t('site.title');

{paragraph}

- ))} + ))} + +
+ + + + + 了解更多关于我 +
diff --git a/src/pages/zh/index.astro b/src/pages/zh/index.astro index 1abee5f..ec9d2da 100644 --- a/src/pages/zh/index.astro +++ b/src/pages/zh/index.astro @@ -229,6 +229,15 @@ const pageTitle = t('site.title'); ))} + +
+ + + + + 查看所有服务 + +
@@ -263,6 +272,15 @@ const pageTitle = t('site.title');

))} + +
+ + + + + 了解更多关于我 + +