将Navbar下放到子页面

This commit is contained in:
2025-10-23 11:12:01 +08:00
parent cb805e2199
commit 89ef27eb57
8 changed files with 84 additions and 63 deletions

View File

@@ -1,3 +1,4 @@
import { Navbar } from "@/components/Navbar";
import Link from "next/link";
function TopArea() {
@@ -91,6 +92,7 @@ function Explore() {
export default function Home() {
return (
<>
<Navbar></Navbar>
<TopArea></TopArea>
<Fortune></Fortune>
<Explore></Explore>