라우팅 추가 및 CSS 구성
- 개인 블로그 - 로또 - 여행 로고 이미지 추가 및 변경
This commit is contained in:
58
src/data/travel.js
Normal file
58
src/data/travel.js
Normal file
@@ -0,0 +1,58 @@
|
||||
export const travelGallery = [
|
||||
{
|
||||
id: 'jeju-dawn',
|
||||
title: 'Jeju Dawn Ride',
|
||||
location: 'Jeju Island',
|
||||
month: '2025.04',
|
||||
image:
|
||||
'https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=900&q=80',
|
||||
},
|
||||
{
|
||||
id: 'osaka-night',
|
||||
title: 'Osaka Night Walk',
|
||||
location: 'Osaka, Japan',
|
||||
month: '2024.11',
|
||||
image:
|
||||
'https://images.unsplash.com/photo-1467269204594-9661b134dd2b?auto=format&fit=crop&w=900&q=80',
|
||||
},
|
||||
{
|
||||
id: 'taipei-rain',
|
||||
title: 'Taipei in the Rain',
|
||||
location: 'Taipei, Taiwan',
|
||||
month: '2024.08',
|
||||
image:
|
||||
'https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=900&q=80',
|
||||
},
|
||||
{
|
||||
id: 'berlin-museum',
|
||||
title: 'Berlin Museum Day',
|
||||
location: 'Berlin, Germany',
|
||||
month: '2024.03',
|
||||
image:
|
||||
'https://images.unsplash.com/photo-1441716844725-09cedc13a4e7?auto=format&fit=crop&w=900&q=80',
|
||||
},
|
||||
{
|
||||
id: 'busan-coast',
|
||||
title: 'Busan Coastline',
|
||||
location: 'Busan, Korea',
|
||||
month: '2023.12',
|
||||
image:
|
||||
'https://images.unsplash.com/photo-1470770903676-69b98201ea1c?auto=format&fit=crop&w=900&q=80',
|
||||
},
|
||||
{
|
||||
id: 'vietnam-market',
|
||||
title: 'Hoi An Market',
|
||||
location: 'Hoi An, Vietnam',
|
||||
month: '2023.09',
|
||||
image:
|
||||
'https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=900&q=80',
|
||||
},
|
||||
{
|
||||
id: 'chiangmai-temple',
|
||||
title: 'Chiang Mai Temple',
|
||||
location: 'Chiang Mai, Thailand',
|
||||
month: '2023.06',
|
||||
image:
|
||||
'https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=900&q=80',
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user