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 */} -