Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-04-28 15:48:45 +00:00

View File

@@ -105,8 +105,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
{ id: "p1", name: "Corte de Caballero", price: "10€", badge: "Popular", badgeIcon: Users, features: ["Degradado moderno", "Perfilado incluido", "Atención inmediata"], buttons: [{ text: "Ven ahora" }] },
{ id: "p2", name: "Corte Infantil", price: "10€", features: ["Corte con paciencia", "Estilo personalizado", "Atención inmediata"], buttons: [{ text: "Ven ahora" }] }
{ id: "p1", name: "Corte de Caballero", price: "10€", badge: "Popular", badgeIcon: Users, features: ["Degradado moderno", "Perfilado incluido", "Atención inmediata"], buttons: [{ text: "Ven ahora" }] },
{ id: "p2", name: "Corte Infantil", price: "10€", features: ["Corte con paciencia", "Estilo personalizado", "Atención inmediata"], buttons: [{ text: "Ven ahora" }] }
]}
/>
</div>