Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 02:34:04 +00:00

View File

@@ -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: [