This commit is contained in:
quantulr
2023-11-06 17:27:50 +08:00
parent b6a722fa79
commit a8b1ad286d
123 changed files with 491 additions and 428 deletions

View File

@ -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 />