From a49bd3f8a33e53b971a00174e3ab08c8ed5cc630 Mon Sep 17 00:00:00 2001
From: joyzhao
Date: Sat, 21 Jun 2025 10:47:03 +0800
Subject: [PATCH] feat(homepage): add call-to-action buttons for services and
about pages
Add prominent buttons linking to services and about pages to improve navigation and user engagement
---
src/pages/index.astro | 19 ++++++++++++++++++-
src/pages/zh/index.astro | 18 ++++++++++++++++++
2 files changed, 36 insertions(+), 1 deletion(-)
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');
))}
+
+