We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6595f9b commit 22f4d1eCopy full SHA for 22f4d1e
public/images/01.png
993 KB
public/images/02.png
139 KB
public/images/03.png
64.2 KB
public/images/04.png
96.6 KB
public/images/05.png
66 KB
src/app/(home)/page.tsx
@@ -38,10 +38,10 @@ export default function Home() {
38
}, []);
39
40
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" },
+ { id: "1", src: "/images/02.png", alt: "이미지 1" },
+ { id: "2", src: "/images/03.png", alt: "이미지 2" },
+ { id: "3", src: "/images/04.png", alt: "이미지 3" },
+ { id: "4", src: "/images/05.png", alt: "이미지 4" },
45
];
46
47
return (
@@ -66,7 +66,7 @@ export default function Home() {
66
67
{/* 배경 이미지 */}
68
<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" />
+ <Image src="/images/01.png" alt="Hero Background" layout="fill" className="rounded-lg object-contain" />
70
</div>
71
</section>
72
0 commit comments