osm_my_commerce/osm_my_commerce/app.vue

16 lines
428 B
Vue
Raw Normal View History

2023-03-02 11:31:37 +01:00
<template>
<div>
<AppHeader/>
<main class="bg-neutral-200">
<div class="IBMPlexMono-SemiBold_font__QEQVx p-6 w-3/4 m-auto min-w-max">
2023-03-02 13:48:56 +01:00
<h1 class="text-slate-900 text-5xl tracking-tight font-extrabold"> OSM My commerce</h1>
2023-03-02 11:31:37 +01:00
<h2 class="text-slate-900 text-2xl mb-10">
Renseignez votre commerce sur OSM
</h2>
2023-03-02 13:48:56 +01:00
<SearchLand />
2023-03-02 11:31:37 +01:00
</div>
</main>
</div>
</template>