osm_my_commerce/osm_my_commerce/app.vue

16 lines
428 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 />
</div>
</main>
</div>
</template>