Skip to content

Commit

Permalink
Merge pull request #76 from mtlaso/landing_page
Browse files Browse the repository at this point in the history
feat: refonte de la page de vente (landing page)
  • Loading branch information
mtlaso authored Jan 19, 2025
2 parents f1d76eb + eae4a93 commit 150b7e6
Show file tree
Hide file tree
Showing 10 changed files with 867 additions and 131 deletions.
6 changes: 3 additions & 3 deletions messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
{
"key": "0",
"title": "Sauvegardez du contenu à lire",
"description": "Sauvegardez n'importe quel lien pour le lire plus tard. Triez, archivez et organisez comme bon vous semble."
"description": "Sauvegardez n'importe quel lien pour le lire plus tard."
},
{
"key": "1",
"title": "Suivez vos sources préférées",
"description": "Blogs, YouTube, Reddit... Restez à jour avec tous vos contenus préférés grâce aux flux RSS et Atom."
"description": "Blogs, YouTube, Reddit... Restez à jour avec tous vos contenus grâce aux flux RSS et Atom."
},
{
"key": "2",
Expand Down Expand Up @@ -204,7 +204,7 @@
},
"exportDataSection": {
"title": "Exporter données du compte",
"description": "Exporter vos données au format JSON.",
"description": "Exporter vos données.",
"export": "Exporter"
},
"deleteAccountSection": {
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-radio-group": "^1.2.2",
Expand All @@ -36,6 +37,7 @@
"isomorphic-dompurify": "^2.19.0",
"jsdom": "^25.0.1",
"lucide-react": "^0.460.0",
"motion": "^11.18.1",
"next": "^15.1.3",
"next-auth": "5.0.0-beta.25",
"next-intl": "^3.26.3",
Expand Down
72 changes: 72 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 150b7e6

Please sign in to comment.