forked from SWYP-team-2th/client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
56 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import onboarding1 from '@/assets/images/onboarding/onboarding1.png'; | ||
import onboarding2 from '@/assets/images/onboarding/onboarding2.png'; | ||
import onboarding3 from '@/assets/images/onboarding/onboarding3.png'; | ||
|
||
export const onBoardingSlides = [ | ||
{ | ||
id: 1, | ||
image: onboarding1, | ||
title: `이 사진이 좋을까?\n저 사진이 좋을까?`, | ||
subtitle: `혼자 고민하지 말고,\n뽀토픽에게 맡겨보세요!`, | ||
}, | ||
{ | ||
id: 2, | ||
image: onboarding2, | ||
title: `고민되는 사진을 올리고,\n투표를 받아보세요!`, | ||
subtitle: `사진을 올리면, 친구의 투표 시작!\n더 많은 표를 받을 사진은?`, | ||
}, | ||
{ | ||
id: 3, | ||
image: onboarding3, | ||
title: `링크만 던지면,\n 베스트컷 결정!`, | ||
subtitle: `링크 하나만 보내면\n누구나 쉽게 참여할 수 있어요!`, | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters