diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index f51497d..4fe08a9 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,4 +1,3 @@ -import { personalInfo } from "@/lib/data"; import { useTranslations, type Lang } from "@/i18n/utils"; import { motion } from "framer-motion"; @@ -22,7 +21,7 @@ export default function Footer({ lang }: FooterProps) { className="text-sm text-muted-foreground text-center md:text-left" whileHover={{ scale: 1.01 }} > - © {new Date().getFullYear()} {personalInfo.name}. {t('footer.rights')} ✨ + © {new Date().getFullYear()} {t('personal.name')}. {t('footer.rights')} ✨ + + +
+
+

+ {t('services.title')} +

+ +
+ +
+
+
+ + + +
+

{t('services.outsourcing.title')}

+
+
    +
  • + 1. + {t('services.outsourcing.item1')} +
  • +
  • + 2. + {t('services.outsourcing.item2')} +
  • +
  • + 3. + {t('services.outsourcing.item3')} +
  • +
  • + 4. + {t('services.outsourcing.item4')} +
  • +
  • + 5. + {t('services.outsourcing.item5')} +
  • +
+
+ + +
+
+
+ + + + +
+

{t('services.bugfix.title')}

+
+
    +
  • + 1. + {t('services.bugfix.item1')} +
  • +
  • + 2. + {t('services.bugfix.item2')} +
  • +
  • + 3. + {t('services.bugfix.item3')} +
  • +
  • + 4. + {t('services.bugfix.item4')} +
  • +
  • + 5. + {t('services.bugfix.item5')} +
  • +
+
+
+
+
+ diff --git a/src/pages/zh/index.astro b/src/pages/zh/index.astro index dd784ea..c913b04 100644 --- a/src/pages/zh/index.astro +++ b/src/pages/zh/index.astro @@ -18,6 +18,87 @@ const pageTitle = t('page.home.title');
+ + +
+
+

+ {t('services.title')} +

+ +
+ +
+
+
+ + + +
+

{t('services.outsourcing.title')}

+
+
    +
  • + 1. + {t('services.outsourcing.item1')} +
  • +
  • + 2. + {t('services.outsourcing.item2')} +
  • +
  • + 3. + {t('services.outsourcing.item3')} +
  • +
  • + 4. + {t('services.outsourcing.item4')} +
  • +
  • + 5. + {t('services.outsourcing.item5')} +
  • +
+
+ + +
+
+
+ + + + +
+

{t('services.bugfix.title')}

+
+
    +
  • + 1. + {t('services.bugfix.item1')} +
  • +
  • + 2. + {t('services.bugfix.item2')} +
  • +
  • + 3. + {t('services.bugfix.item3')} +
  • +
  • + 4. + {t('services.bugfix.item4')} +
  • +
  • + 5. + {t('services.bugfix.item5')} +
  • +
+
+
+
+
+