diff --git a/public/photos/AuNedelec/paris-eiffel.jpg b/public/photos/AuNedelec/paris-eiffel.jpg new file mode 100644 index 0000000..9c04bc3 Binary files /dev/null and b/public/photos/AuNedelec/paris-eiffel.jpg differ diff --git a/src/data/places.ts b/src/data/places.ts index 893c812..f12c1cb 100644 --- a/src/data/places.ts +++ b/src/data/places.ts @@ -43,6 +43,16 @@ export const PLACES: IPin[] = [ date: '2024-04-15', photo: '/photos/JuditKaramazov/mataro.jpg' }, + { + author: 'Auregan Nedelec', + username: 'AuNedelec', + type: EPinType.Picture, + city: 'Paris', + country: 'France', + coordinates: [48.85785675048828, 2.3009138107299805], + date: '2024-05-03', + photo: '/photos/AuNedelec/paris-eiffel.jpg' + }, { author: 'Auregan Nedelec', username: 'AuNedelec',