Skip to content

Commit

Permalink
Fix preview display issue
Browse files Browse the repository at this point in the history
Addressed the problem where the preview was not visible.
[skip gpt_engineer]
  • Loading branch information
lovable-dev[bot] committed Dec 21, 2024
1 parent 7f0317e commit 457c0c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ const PricingPage = () => {
}

return (
<div className="min-h-screen bg-background">
<div className="min-h-screen bg-gradient-to-b from-background to-secondary/20">
<main className="container mx-auto px-4 py-16">
<div className="max-w-3xl mx-auto text-center mb-12">
<h1 className="text-4xl font-bold tracking-tight mb-4">
Découvrez la puissance de l'intelligence artificielle dans votre métier grâce à PedagoIA
</h1>
<p className="text-xl text-muted-foreground mb-6">
Des outils d'IA adaptés à vos besoins, avec un accès illimité à notre assistant intelligent
</p>
<Badge variant="secondary" className="mb-4 bg-secondary text-primary">
<MessageSquareText className="w-4 h-4 mr-1" />
Essai gratuit de 7 jours
Expand All @@ -30,6 +33,7 @@ const PricingPage = () => {
<PricingCard
title="Plan Mensuel"
price="7,99€"
period="/mois"
badge="Plan Flexible"
badgeIcon={<MessageSquareText className="w-4 h-4 mr-1" />}
features={[
Expand Down

0 comments on commit 457c0c0

Please sign in to comment.