Skip to content

Commit 0e0af55

Browse files
Refactor landing page text
Reduced text and increased impact on the landing page.
1 parent dac80ec commit 0e0af55

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/pages/LandingPage.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
import { Button } from "@/components/ui/button";
23
import { ArrowRight, Zap, Users, BarChart3, Shield, CheckCircle, Star, TrendingUp, DollarSign, Clock, Globe, Award } from "lucide-react";
34
import { useEffect, useState } from "react";
@@ -197,9 +198,9 @@ const LandingPage = () => {
197198
</h1>
198199

199200
<p className="text-xl md:text-2xl text-slate-600 mb-12 max-w-4xl mx-auto leading-relaxed animate-fade-in" style={{ animationDelay: '0.2s' }}>
200-
Contrairement aux autres plateformes facturant 99-299€/mois, RefSpring utilise un <strong>modèle basé sur les revenus</strong> :
201+
<strong>Modèle basé sur les revenus :</strong>
201202
<br />
202-
<span className="text-slate-900 font-semibold">100% d'accès gratuit, nous gagnons seulement quand vous gagnez.</span>
203+
<span className="text-slate-900 font-semibold">Accès gratuit, nous gagnons seulement quand vous gagnez.</span>
203204
</p>
204205

205206
{/* Value props with animations */}

0 commit comments

Comments
 (0)