update
This commit is contained in:
16
app/page.tsx
16
app/page.tsx
@ -1,11 +1,11 @@
|
||||
import Image from "next/image";
|
||||
import leftBanner from "./assets/left-banner.jpg";
|
||||
import ArticleBlock from "@/app/components/ArticleBlock";
|
||||
import leftBanner from "@/app/_assets/left-banner.jpg";
|
||||
import ArticleBlock from "@/app/_components/ArticleBlock";
|
||||
import { register } from "swiper/element/bundle";
|
||||
import AnhuiSwiper from "@/app/components/AnhuiSwiper";
|
||||
import LatestNews from "@/app/components/LatestNews";
|
||||
import FriendLinks from "@/app/components/FriendLinks";
|
||||
import BranchLifeSketch from "@/app/components/BranchLifeSketch";
|
||||
import AnhuiSwiper from "@/app/_components/AnhuiSwiper";
|
||||
import LatestNews from "@/app/_components/LatestNews";
|
||||
import FriendLinks from "@/app/_components/FriendLinks";
|
||||
import BranchLifeSketch from "@/app/_components/BranchLifeSketch";
|
||||
|
||||
export default async function Home() {
|
||||
return (
|
||||
@ -81,7 +81,9 @@ export default async function Home() {
|
||||
target="_blank"
|
||||
/>
|
||||
</map>
|
||||
<div className={"mt-1"}>{/*<BranchLifeSketch />*/}</div>
|
||||
<div className={"mt-1"}>
|
||||
<BranchLifeSketch />
|
||||
</div>
|
||||
</div>
|
||||
<div className={"main-content w-[540px]"}>
|
||||
<LatestNews />
|
||||
|
Reference in New Issue
Block a user