From 895e961f53900a35dbc747cfdedcfbcc51e2a4e9 Mon Sep 17 00:00:00 2001 From: seojisoosoo <76681519+seojisoosoo@users.noreply.github.com> Date: Sun, 15 Sep 2024 23:06:29 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EA=B4=91=EA=B3=A0=20=EA=B3=A0?= =?UTF-8?q?=ED=99=94=EC=A7=88=20=EC=82=AC=EC=A7=84=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20(#1553)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: 고화질 사진으로 변경 * feat: 터닝 광고 추가 --- .../common/Banner/AdsBanner/constants/ads.ts | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/components/common/Banner/AdsBanner/constants/ads.ts b/src/components/common/Banner/AdsBanner/constants/ads.ts index 63c4863ce..9cbb87477 100644 --- a/src/components/common/Banner/AdsBanner/constants/ads.ts +++ b/src/components/common/Banner/AdsBanner/constants/ads.ts @@ -2,17 +2,15 @@ export const ADS = [ { // 코드잇 1차 id: 1, - moImage: - 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/codit_community_header.png', - pcImage: - 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/codit_pc_community_header_2.png', + moImage: 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/1000059924.png', + pcImage: 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/1000059925.png', url: 'https://sprint.codeit.kr/track/frontend-advanced?utm_source=SOPT&utm_medium=partnership&utm_content=frontend-adv', }, // { // // 코드잇 2차 // id: 2, - // moImage: 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/codit_mo_community_header_1.png', - // pcImage: 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/codit_pc_community_header_1.png', + // moImage: 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/1000059927.png', + // pcImage: 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/1000059926.png', // url: 'https://sprint.codeit.kr/track/frontend?utm_source=SOPT&utm_medium=partnership&utm_content=frontend', // }, { @@ -37,9 +35,18 @@ export const ADS = [ // 꾸물꿈 id: 5, moImage: - 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/%E1%84%81%E1%85%AE%E1%84%86%E1%85%AE%E1%86%AF%E1%84%81%E1%85%AE%E1%86%B7_MO.png', + 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/%E1%84%81%E1%85%AE%E1%84%86%E1%85%AE%E1%86%AF%E1%84%81%E1%85%AE%E1%86%B7_MO+(1).png', pcImage: - 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/%E1%84%81%E1%85%AE%E1%84%86%E1%85%AE%E1%86%AF%E1%84%81%E1%85%AE%E1%86%B7_PC.png', + 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/%E1%84%81%E1%85%AE%E1%84%86%E1%85%AE%E1%86%AF%E1%84%81%E1%85%AE%E1%86%B7_PC+(1).png', url: 'https://www.instagram.com/kumulkum_official/', }, + { + // 터닝 + id: 6, + moImage: + 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/terning_mobile+%E1%84%87%E1%85%A2%E1%84%82%E1%85%A5.png', + pcImage: + 'https://sopt-makers-internal.s3.ap-northeast-2.amazonaws.com/prod/image/advertisements/terning_pc+%E1%84%87%E1%85%A2%E1%84%82%E1%85%A5.png', + url: 'https://terning.framer.website/', + }, ];