diff --git a/src/app/page.tsx b/src/app/page.tsx index 38a850a..58350f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function LandingPage() { plans={[ { id: "starter", name: "Accès Starter", price: "49 €", badge: "Débutant", badgeIcon: Sparkles, - buttons={[ + buttons: [ { text: "Commencer", href: "#" } ]}, features: [ @@ -134,7 +134,7 @@ export default function LandingPage() { }, { id: "pro", name: "Accès PRO", price: "149 €", badge: "Populaire", badgeIcon: Sparkles, - buttons={[ + buttons: [ { text: "Accéder", href: "#" } ]}, features: [ @@ -143,7 +143,7 @@ export default function LandingPage() { }, { id: "vip", name: "Accès VIP", price: "399 €", badge: "Élite", badgeIcon: Sparkles, - buttons={[ + buttons: [ { text: "Devenir VIP", href: "#" } ]}, features: [