This commit is contained in:
qiuchenfan 2025-11-18 17:27:54 +08:00
commit e555db8f00
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import {
CarouselPrevious,
type CarouselApi,
} from "@/ui/carousel";
import FireNewsList from "./FireNewsList";
const imageUrls = [
"/images/carousel-1.jpg",

View File

@ -19,6 +19,7 @@ export default function Home() {
<div>
<Header />
<TopNav />
<NewsList />
<ImageGridSection />
<Integrated />