日常分享布局调整

This commit is contained in:
wxf
2026-06-26 14:08:18 +08:00
parent b2e9924ead
commit d35a97f325
8 changed files with 192 additions and 166 deletions
+5 -5
View File
@@ -16,7 +16,7 @@ import {
const navItems = [
{ label: "技术文章", href: "#articles" },
{ label: "生活分享", href: "#life" },
{ label: "日常分享", href: "#life" },
{ label: "联系我", href: "mailto:3505891631@qq.com" },
{ label: "Gitea", href: "http://124.221.147.173:3000/fly/fly-personal-site" },
];
@@ -31,10 +31,10 @@ const portals = [
gradient: "from-cyan-300 via-blue-500 to-violet-500",
},
{
title: "生活分享",
title: "日常分享",
href: "#life",
eyebrow: "Life stream",
description: "技术之外的日常片段,呈现更完整的个人侧面。",
description: "记录工具使用、阶段复盘、生活观察和那些亲自走过的经验。",
icon: LifeBuoy,
gradient: "from-lime-300 via-emerald-400 to-cyan-400",
},
@@ -298,10 +298,10 @@ export function HomePage() {
life channel
</motion.p>
<motion.h2 variants={reveal} className="mt-4 font-display text-5xl font-semibold sm:text-7xl">
</motion.h2>
<motion.p variants={reveal} className="mt-6 max-w-xl text-base leading-8 text-white/66">
使
</motion.p>
</motion.div>
<motion.div variants={container} className="grid gap-3 sm:grid-cols-2 lg:grid-cols-3">