From 7639c027e345452c063e9e9d976888a7ff403836 Mon Sep 17 00:00:00 2001 From: wallace Date: Wed, 5 Nov 2025 16:34:25 +0900 Subject: [PATCH] =?UTF-8?q?logo=20=EC=A0=81=EC=9A=A9=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index f1ac40f..fe86d48 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -4,7 +4,7 @@ import Link from "next/link"; import { useState } from "react"; // 이미지 상수 -const logoImage = "http://localhost:3845/assets/89fda8e949171025b1232bae70fc9d442e4e70c8.png"; +const logoImage = "/logo.png"; const chevronIcon = "/chevron.svg"; const heroImage = "http://localhost:3845/assets/02d8c5116625dec34c335abdf02727a333ee1e42.png"; const lineIcon = "http://localhost:3845/assets/2fbce31172577fb51bb8028f779906af08a2aef0.svg";