6.1 Hero/공지 배너 컴포넌트(자동/수동 슬라이드) o

This commit is contained in:
koreacomp5
2025-10-09 15:39:46 +09:00
parent 75a0745342
commit b1557851ab
3 changed files with 27 additions and 1 deletions

View File

@@ -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>
);