+ 구매하기 + > + ), + description: '합리적인 매물을 찾아보세요.', + imageSrc: ShoppingIcon, + route: ROUTES.BUY, + }, + { + id: 'sell', + title: ( + <> + 중고 전자기기 +
+ 판매하기 + > + ), + description: '사용하지 않는 기기를 판매해보세요.', + imageSrc: SellIcon, + route: ROUTES.SELL, + }, + { + id: 'repair', + title: ( + <> + 근처 +
+ 수리점 찾기 + > + ), + description: '가까운 수리점을 찾아드려요.', + imageSrc: GearIcon, + route: ROUTES.REPAIR, + }, +]; diff --git a/src/pages/main/ui/carouselSlides.tsx b/src/pages/main/ui/carouselSlides.tsx new file mode 100644 index 00000000..f89c7009 --- /dev/null +++ b/src/pages/main/ui/carouselSlides.tsx @@ -0,0 +1,39 @@ +import { + PhoneRecycleImage, + PhoneRepairImage, + PhoneSellImage, + SloganImage, + SmartphoneImage, +} from '@shared/assets/images'; +import { CarouselImageSlide } from '@shared/ui/Carousel3D'; + +export const CAROUSEL_SLIDES = [ + { + id: 1, + content: ( +
계정 설정
+ +내 정보
+마이페이지
+ +개인정보 관리
+{title}
+{title}
+{emptyMessage}
; + } + + return ( +