diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index f495aff..52cb714 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -4,7 +4,7 @@ import { personalInfo } from "@/lib/data/index"; import { motion } from "framer-motion"; import { useState, useEffect } from "react"; import { defaultLang } from "@/i18n/ui"; -import Container from "./ui/Container"; +import Container from "./ui/Container.tsx"; import { type FooterProps } from "@/types"; export default function Footer({ lang: propLang }: FooterProps) { @@ -39,7 +39,7 @@ export default function Footer({ lang: propLang }: FooterProps) { className="text-sm text-purple-500 font-medium text-center md:text-left" whileHover={{ scale: 1.01 }} > - {lang === 'zh' ? '如果你正在寻找一名前端/Ts全栈工程师(远程工作),请联系我!' : 'Looking for a Frontend/TS Full-stack Engineer (Remote)? Contact me!'} + {lang === 'zh' ? '构建 AI 产品?寻找技术合伙人?联系我!' : 'Building AI Products? Need a Technical Co-founder? Contact me!'} - {[ + {[ { key: 'nav.home', icon: '🏠 ', href: getLocalizedPath('/', lang) }, - // { key: 'nav.projects', icon: '🚀 ', href: getLocalizedPath('/projects', lang) }, + { key: 'nav.projects', icon: '🚀 ', href: getLocalizedPath('/projects', lang) }, { key: 'nav.blog', icon: '📝 ', href: getLocalizedPath('/blog', lang) }, - { key: 'nav.services', icon: '🛠️ ', href: getLocalizedPath('/services', lang) }, + { key: 'nav.now', icon: '⚡ ', href: getLocalizedPath('/now', lang) }, + { key: 'nav.hire', icon: '💼 ', href: getLocalizedPath('/hire', lang) }, { key: 'nav.about', icon: '👨‍💻 ', href: getLocalizedPath('/about', lang) }, ].map((item, index) => ( @@ -133,12 +134,13 @@ export default function GlassHeader({ lang: propLang }: GlassHeaderProps) { : 'bg-white/85 dark:bg-black/85' }`}>