Skip to content

Commit

Permalink
Merge branch 'main' into feat/recomendations
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyadjie authored May 28, 2024
2 parents a25c605 + 2760164 commit 2315973
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/accueil/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Image from 'next/image';
import Link from 'next/link';

import {Slider} from '../../src/components/blocs/slider/Slider';
import {MapPreview} from '../../src/components/map/MapPreview';
import {Navbar} from '../../src/components/navbar/Navbar';
import {Onboarding} from '../../src/components/onboarding/Onboarding';
import {Profile} from '../../src/components/profile/Profile';
Expand Down Expand Up @@ -64,6 +65,7 @@ export default function Home() {
link="/accueil#"
/>
<Slider title="Actualités" items={tempData} link="/accueil#" />
<MapPreview />
</div>
</div>
</>
Expand Down
5 changes: 5 additions & 0 deletions public/icons/map/filter/map_appareil_photo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/icons/map/filter/map_cle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/icons/map/filter/map_coeur.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/icons/map/filter/map_localisation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/icons/map/filter/map_point_interrogation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/icons/map/filter/map_restaurant.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/icons/map/filter/map_supermarche.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions public/illustrations/map.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2315973

Please sign in to comment.