diff --git a/app/page.tsx b/app/page.tsx index d4558be..28e79ba 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -2,6 +2,7 @@ import { useState } from 'react'; import Link from 'next/link'; +import Image from 'next/image'; import ContactModal from './components/ContactModal'; import { trackCTAClick } from '../lib/gtag'; @@ -46,13 +47,24 @@ export default function Home() { /> {/* 1. Hero */} -
-
+
+ +
+
AI MUSIC CREATOR TOOLKIT · 2026

AI로 음악 + 뮤직비디오까지 diff --git a/public/hero_back.webp b/public/hero_back.webp new file mode 100644 index 0000000..3d60f8c Binary files /dev/null and b/public/hero_back.webp differ