diff --git a/components/HomeView.tsx b/components/HomeView.tsx index c507b1e..012e2bf 100644 --- a/components/HomeView.tsx +++ b/components/HomeView.tsx @@ -7,6 +7,7 @@ import { ArticlesList } from '@/components/ArticlesList' import { PageHeader } from '@/components/PageHeader' import { Footer } from '@/components/Footer' import { FundingGauge } from '@/components/FundingGauge' +import { t } from '@/lib/i18n' import type { Dispatch, SetStateAction } from 'react' interface HomeViewProps { @@ -46,7 +47,18 @@ function ArticlesHero({ }: Pick) { return (
-
+ +
+ +
+
+ ) +} + +function HomeIntroSection() { + return ( +
+

Consultez les auteurs et aperçus, achetez les parutions au fil de l'eau par 800 sats (moins 100 sats et frais de transaction).

@@ -61,10 +73,6 @@ function ArticlesHero({

- -
- -
) } @@ -100,6 +108,8 @@ function HomeContent({ )} + +
) }