Skip to content

Commit 22f4d1e

Browse files
committed
png로 변경
1 parent 6595f9b commit 22f4d1e

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

public/images/01.png

993 KB
Loading

public/images/02.png

139 KB
Loading

public/images/03.png

64.2 KB
Loading

public/images/04.png

96.6 KB
Loading

public/images/05.png

66 KB
Loading

src/app/(home)/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ export default function Home() {
3838
}, []);
3939

4040
const sections = [
41-
{ id: "1", src: "/images/02.svg", alt: "이미지 1" },
42-
{ id: "2", src: "/images/03.svg", alt: "이미지 2" },
43-
{ id: "3", src: "/images/04.svg", alt: "이미지 3" },
44-
{ id: "4", src: "/images/05.svg", alt: "이미지 4" },
41+
{ id: "1", src: "/images/02.png", alt: "이미지 1" },
42+
{ id: "2", src: "/images/03.png", alt: "이미지 2" },
43+
{ id: "3", src: "/images/04.png", alt: "이미지 3" },
44+
{ id: "4", src: "/images/05.png", alt: "이미지 4" },
4545
];
4646

4747
return (
@@ -66,7 +66,7 @@ export default function Home() {
6666

6767
{/* 배경 이미지 */}
6868
<div className="relative mt-8 aspect-[964/520] w-[320px] sm:w-[70vw] lg:w-[964px]">
69-
<Image src="/images/01.svg" alt="Hero Background" layout="fill" className="rounded-lg object-contain" />
69+
<Image src="/images/01.png" alt="Hero Background" layout="fill" className="rounded-lg object-contain" />
7070
</div>
7171
</section>
7272

0 commit comments

Comments
 (0)