From 9115fe297d1040b9a9d66e17eb2eb5e167e00437 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:37:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 206579b..d73cdb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,8 +96,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "Ver Todas", href: "#schedule-section" }]} - buttonAnimation="blur-reveal" - titleClassName="text-5xl font-bold text-black mb-6" + buttonAnimation="none" descriptionClassName="text-lg text-gray-700 mb-12" cardClassName="p-8 border-2 border-black rounded-3xl bg-white hover:shadow-lg transition-all" cardTitleClassName="text-2xl font-bold text-black mb-4" @@ -110,14 +109,14 @@ export default function LandingPage() { title="Sistema de Agendamento Interativo" description="Escolha o dia, hora e serviço. Visualize a disponibilidade em tempo real com nossa agenda 3D interativa." tagIcon={Calendar} - tagAnimation="blur-reveal" + tagAnimation="none" background={{ variant: "animated-grid" }} useInvertedBackground={true} inputPlaceholder="seu@email.com" buttonText="Agendar" termsText="Ao agendar, você concorda com nossa política de confirmação." mediaPosition="right" - mediaAnimation="blur-reveal" + mediaAnimation="none" imageSrc="http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition-dark_1284-43729.jpg" imageAlt="Agenda Barbershop" className="py-20" @@ -138,12 +137,12 @@ export default function LandingPage() { description="Desde 2010, a Barbershop Elite oferece mais que um corte de cabelo. Oferecemos uma experiência de cuidado, estilo e confiança. Nossos mestres barbeiros combinam técnicas clássicas com tendências contemporâneas para criar o visual perfeito para você." tag="NOSSA HISTÓRIA" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="none" useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/full-body-portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18655.jpg" imageAlt="Equipe Barbershop Elite" buttons={[{ text: "Conhecer Equipe", href: "#team" }]} - buttonAnimation="entrance-slide" + buttonAnimation="none" className="py-20" titleClassName="text-5xl font-bold text-black mb-6" descriptionClassName="text-lg text-gray-700 mb-12 leading-relaxed" @@ -159,7 +158,7 @@ export default function LandingPage() { description="Satisfação garantida em cada visita. Confira as experiências de quem já confiou em nós." tag="AVALIAÇÕES" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="none" testimonials={[ { id: "testimonial-1", name: "Carlos Silva", role: "Empresário", company: "Tech Solutions", rating: 5, @@ -208,7 +207,7 @@ export default function LandingPage() { description="Dúvidas comuns sobre nossos serviços, agendamento e políticas." tag="DÚVIDAS" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="none" faqs={[ { id: "faq-1", title: "Como funciona o agendamento?", content: "Você pode agendar através do nosso formulário online, visualizando os horários disponíveis em tempo real. Também aceitamos agendamentos por telefone e WhatsApp." -- 2.49.1