From d451e630d4a1ad226399789c88e9aabacc3f251b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 02:34:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: [ -- 2.49.1