Merge branch 'main' of http://113.45.67.59:3003/qiuchenfan/news
This commit is contained in:
commit
e555db8f00
|
|
@ -10,6 +10,7 @@ import {
|
|||
CarouselPrevious,
|
||||
type CarouselApi,
|
||||
} from "@/ui/carousel";
|
||||
import FireNewsList from "./FireNewsList";
|
||||
const imageUrls = [
|
||||
|
||||
"/images/carousel-1.jpg",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ export default function Home() {
|
|||
<div>
|
||||
<Header />
|
||||
<TopNav />
|
||||
|
||||
<NewsList />
|
||||
<ImageGridSection />
|
||||
<Integrated />
|
||||
|
|
|
|||
Loading…
Reference in New Issue