diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c75b95..3315b87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,11 +56,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "corte-sobrancelha", badge: "Promo", price: "14€", subtitle: "Corte de cabelo + Sobrancelha", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Corte de cabelo profissional", "Limpeza de sobrancelha"] }, - { id: "corte-unico", badge: "Essencial", price: "8€", subtitle: "Corte pente único", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Corte de cabelo prático"] }, - { id: "corte-crianca", badge: "Crianças", price: "10€", subtitle: "Até 8 anos", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Corte infantil"] }, - { id: "barba", badge: "Cuidados", price: "8€", subtitle: "Barba", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Tratamento de barba"] }, - { id: "sobrancelha", badge: "Detalhe", price: "3€", subtitle: "Sobrancelha", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Limpeza de sobrancelha"] }, + { id: "corte-cabelo", badge: "Promo", price: "12€", subtitle: "Corte de cabelo", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Corte de cabelo profissional"] }, + { id: "cabelo-barba", badge: "Essencial", price: "18€", subtitle: "Cabelo + Barba", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Corte de cabelo", "Tratamento de barba"] }, + { id: "cabelo-sobrancelha-barba", badge: "Completo", price: "20€", subtitle: "Cabelo, sobrancelha e barba", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Corte de cabelo", "Limpeza de sobrancelha", "Tratamento de barba"] }, + { id: "madeixas-corte", badge: "Estilo", price: "52€", subtitle: "Madeixas + Corte", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Aplicação de madeixas", "Corte de cabelo"] }, + { id: "madeixas-barba-corte", badge: "Premium", price: "58€", subtitle: "Madeixas, barba e corte", buttons: [{ text: "Marcar", href: "https://barbearia-do-gibas.buk.pt" }], features: ["Aplicação de madeixas", "Tratamento de barba", "Corte de cabelo"] }, ]} title="Tabela de Preços" description="Serviços de qualidade com um toque profissional."