From 24a625b34513ebd40b73eb0a93b7c42ec553154e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 00:40:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea69b0b..31720af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { rating: 5, avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-posing-meeting-indoors_23-2148824910.jpg", avatarAlt: "이지은 프로필 사진", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-two-woman-admiring-view-lake_23-2148691777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-two-woman-admiring-view-lake_23-2148691777.jpg?_wi=1", imageAlt: "professional korean man portrait", }, { @@ -118,7 +118,7 @@ export default function LandingPage() { rating: 5, avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-view-landscape_23-2150788028.jpg", avatarAlt: "정우성 프로필 사진", - imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-white-party_23-2149429855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-white-party_23-2149429855.jpg?_wi=1", imageAlt: "professional korean man portrait", }, ]} @@ -134,7 +134,7 @@ export default function LandingPage() { href: "/membership", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-two-woman-admiring-view-lake_23-2148691777.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-two-woman-admiring-view-lake_23-2148691777.jpg?_wi=2" imageAlt="활기찬 해양레저 활동" showBlur={true} textPosition="bottom" @@ -198,7 +198,7 @@ export default function LandingPage() { { title: "해양 환경 보호", description: "지속가능한 해양생태계 조성을 위한 환경 보호 캠페인을 전개합니다.", - imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-white-party_23-2149429855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-white-party_23-2149429855.jpg?_wi=2", imageAlt: "해양 환경 보호 활동", }, ]} -- 2.49.1