Merge version_1 into main #2
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user