Skip to content

Commit d573e19

Browse files
committed
feat: landing page
1 parent 0ca8d5d commit d573e19

7 files changed

Lines changed: 791 additions & 12 deletions

File tree

web/app/app.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ useHead({
1919
}
2020
})
2121
22-
const title = 'GoupixDex'
23-
const description = 'GoupixDex automatise votre collection, la mise en ligne Vinted et le suivi des prix : scannez vos cartes Pokémon TCG, le reste senchaîne.'
22+
const title = 'GoupixDex — Automatisation vente cartes Pokémon TCG sur Vinted'
23+
const description = 'GoupixDex automatise la vente de vos cartes Pokémon TCG : scan, prix Cardmarket & TCGPlayer, publication Vinted et suivi des marges. Scannez vos cartes, le reste s\'enchaîne.'
2424
2525
useSeoMeta({
2626
title,
@@ -29,7 +29,8 @@ useSeoMeta({
2929
ogDescription: description,
3030
ogImage: '/logo-goupix-dev-256x256.png',
3131
applicationName: 'GoupixDex',
32-
twitterCard: 'summary_large_image'
32+
twitterCard: 'summary_large_image',
33+
keywords: 'pokémon tcg, vinted, automatisation, cardmarket, tcgplayer, vente cartes pokémon, scan carte, goupixdex'
3334
})
3435
</script>
3536

web/app/components/auth/flow/FlowStatsStep.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ defineProps<{
55
</script>
66

77
<template>
8-
<div class="absolute inset-0 flex min-h-0 flex-col justify-center gap-2 p-2 sm:gap-2.5 sm:p-3">
9-
<p class="shrink-0 text-center text-base font-medium text-highlighted sm:text-lg">
8+
<div class="absolute inset-0 flex flex-col items-center justify-center gap-2 p-2 sm:gap-2.5 sm:p-3">
9+
<p class="shrink-0 text-center text-sm font-medium text-highlighted sm:text-base">
1010
Tableau de bord
1111
</p>
1212
<div
13-
class="flex min-h-[10rem] w-full max-w-md flex-1 items-end justify-center gap-3 px-2 sm:min-h-[12rem] sm:max-w-lg sm:gap-4 sm:px-3 lg:min-h-[13.5rem]"
13+
class="flex h-[10rem] w-full max-w-[18rem] items-end justify-center gap-3 sm:h-[13rem] sm:max-w-xs sm:gap-4 lg:h-[15rem]"
1414
>
1515
<div
1616
class="w-9 rounded-t-md bg-primary/40 transition-all duration-700 sm:w-11 lg:w-[3.25rem]"
@@ -33,7 +33,7 @@ defineProps<{
3333
style="animation-delay: 360ms"
3434
/>
3535
</div>
36-
<div class="shrink-0 flex justify-center gap-6 text-sm font-medium text-muted sm:gap-8 sm:text-base">
36+
<div class="shrink-0 flex justify-center gap-6 text-xs font-medium text-muted sm:gap-8 sm:text-sm">
3737
<span>CA</span>
3838
<span>Marge</span>
3939
<span>Stock</span>

0 commit comments

Comments
 (0)