From 55bb473fbde0e0b13d53ffdab6d3f90cf5100bf3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 10:25:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f63fbbe..7c140fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,7 +135,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", badge: "Base", price: "CHF 35", subtitle: "Taglio Uomo", buttons: [ + id: "p1", badge: "Base", price: "CHF 20", subtitle: "Taglio Uomo", buttons: [ { text: "Prenota", href: "#contact"}, ], @@ -143,16 +143,16 @@ export default function LandingPage() { "Consulenza", "Taglio", "Styling"], }, { - id: "p2", badge: "Popolare", price: "CHF 50", subtitle: "Taglio + Barba", buttons: [ + id: "p2", badge: "Popolare", price: "CHF 30", subtitle: "Taglio + Barba", buttons: [ { text: "Prenota", href: "#contact"}, ], features: [ - "Taglio Uomo", "Barba Completa", "Trattamento Viso"], + "Taglio Uomo", "Barba Completa", "Styling "], }, { - id: "p3", badge: "Premium", price: "CHF 65", subtitle: "Full Experience", features: [ - "Taglio & Fade", "Barba con Panno Caldo", "Trattamento Capelli"], + id: "p3", badge: "Premium", price: "CHF 40", subtitle: "Full Experience", features: [ + "Taglio & Fade", "Sopracciglia ", "Barba Completa "], buttons: [ { text: "Prenota", href: "#contact"}, -- 2.49.1