Skip to content

Commit

Permalink
chore: 광고 고화질 사진으로 변경 (#1553)
Browse files Browse the repository at this point in the history
* chore: 고화질 사진으로 변경

* feat: 터닝 광고 추가
  • Loading branch information
seojisoosoo authored Sep 15, 2024
1 parent 4a7373d commit 895e961
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions src/components/common/Banner/AdsBanner/constants/ads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
// },
{
Expand All @@ -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/',
},
];

0 comments on commit 895e961

Please sign in to comment.