From 8ea40da231b46f79ca5744f5d5aee440bea4d541 Mon Sep 17 00:00:00 2001 From: zihluwang Date: Thu, 15 Jan 2026 16:01:37 +0800 Subject: [PATCH] refactor: adjust layout and styling for hero and home components to improve responsiveness and visual consistency --- src/layout/hero-layout/index.tsx | 6 +++--- src/page/home/index.tsx | 31 +++++++++++++++++-------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/src/layout/hero-layout/index.tsx b/src/layout/hero-layout/index.tsx index 869b35e..7b716f1 100644 --- a/src/layout/hero-layout/index.tsx +++ b/src/layout/hero-layout/index.tsx @@ -10,7 +10,7 @@ export default function HeroLayout() { const today = useMemo(() => dayjs(), []) return ( -
+
{/* Navigation Header */}
@@ -45,12 +45,12 @@ export default function HeroLayout() {
{/* Main Content Area */} -
+
{/* Footer */} -