osm_my_commerce/osm_my_commerce/app.vue

22 lines
613 B
Vue

<template>
<div>
<AppHeader/>
<main class="bg-neutral-200">
<div class="IBMPlexMono-SemiBold_font__QEQVx p-6 w-3/4 m-auto min-w-max">
<h1 class="text-slate-900 text-5xl tracking-tight font-extrabold"> OSM My commerce</h1>
<h2 class="text-slate-900 text-2xl mb-10">
Renseignez votre commerce sur OSM
</h2>
<SearchLand />
<img class="mt-10" src="/img/OSM-FR.svg" alt="OSM fr" width="3em" height="3em"/>
<img class="rounded-2xl" src="/img/carte_demo.png" alt="carte"/>
<PoiForm />
</div>
</main>
</div>
</template>