6.1 Hero/공지 배너 컴포넌트(자동/수동 슬라이드) o
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import Image from "next/image";
|
||||
import { QuickActions } from "@/app/components/QuickActions";
|
||||
import { HeroBanner } from "@/app/components/HeroBanner";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="">
|
||||
<HeroBanner />
|
||||
<QuickActions />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user