Skip to content

Commit 6fb0db7

Browse files
Add grid tiles to Hero section
Removed title and subtitle from Hero section.
1 parent 9c1c7b6 commit 6fb0db7

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/components/pricing/PricingHeader.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,14 @@ import { Shield, Star } from "lucide-react";
44
export const PricingHeader = () => {
55
return (
66
<section className="py-24 px-4 sm:px-6 lg:px-8 bg-gradient-to-br from-blue-50/50 via-white to-purple-50/50 relative">
7-
<div className="absolute inset-0 bg-[linear-gradient(to_right,#8080800a_1px,transparent_1px),linear-gradient(to_bottom,#8080800a_1px,transparent_1px)] bg-[size:14px_24px] animate-pulse"></div>
7+
<div className="absolute inset-0 bg-[linear-gradient(to_right,#80808020_1px,transparent_1px),linear-gradient(to_bottom,#80808020_1px,transparent_1px)] bg-[size:14px_24px] animate-pulse"></div>
88

99
<div className="max-w-4xl mx-auto text-center relative z-10">
1010
<div className="inline-flex items-center gap-2 bg-gradient-to-r from-green-100 to-blue-100 text-green-800 px-6 py-3 rounded-full text-sm font-medium mb-8 border border-green-200/50 backdrop-blur-sm animate-scale-in">
1111
<Shield className="w-4 h-4" />
1212
Tarifs transparents
1313
<Star className="w-4 h-4 text-yellow-500" />
1414
</div>
15-
16-
<h1 className="text-4xl md:text-6xl font-bold text-slate-900 leading-tight mb-8 animate-fade-in">
17-
Un modèle de <span className="bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent">pricing équitable</span>
18-
</h1>
19-
20-
<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' }}>
21-
Pas de frais mensuels, vous ne payez que sur vos gains réels.
22-
Simple, transparent et aligné sur votre succès.
23-
</p>
2415
</div>
2516
</section>
2617
);

0 commit comments

Comments
 (0)