Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-21 12:21:34 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Início",
id: "hero",
},
name: "Início", id: "hero"},
{
name: "Sobre",
id: "about",
},
name: "Sobre", id: "about"},
{
name: "Serviços",
id: "features",
},
name: "Serviços", id: "features"},
{
name: "Avaliações",
id: "testimonials",
},
name: "Avaliações", id: "testimonials"},
{
name: "Contato",
id: "contact",
},
name: "Contato", id: "contact"},
]}
brandName="Barbearia Cordeiro"
/>
@@ -59,17 +49,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain",
}}
variant: "plain"}}
title="Barbearia Cordeiro"
description="Excelência e tradição em cada corte. O melhor atendimento de Penha, SC."
buttons={[
{
text: "Agendar Agora",
href: "#contact",
},
text: "Agendar Agora", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101902.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101902.jpg"
/>
</div>
@@ -80,19 +67,13 @@ export default function LandingPage() {
description="Com anos de experiência na região, a Barbearia Cordeiro oferece um ambiente único focado no atendimento personalizado e corte de alta qualidade."
metrics={[
{
value: "4.9",
title: "Avaliação",
},
value: "4.9", title: "Avaliação"},
{
value: "175+",
title: "Avaliações",
},
value: "175+", title: "Avaliações"},
{
value: "100%",
title: "Satisfação",
},
value: "100%", title: "Satisfação"},
]}
imageSrc="http://img.b2bpic.net/free-photo/dog-barking-home_1153-3072.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/dog-barking-home_1153-3072.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -105,49 +86,31 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Corte de Cabelo",
description: "Estilos clássicos e modernos adaptados ao seu rosto.",
icon: Scissors,
title: "Corte de Cabelo", description: "Estilos clássicos e modernos adaptados ao seu rosto.", icon: Scissors,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-close-up-nape_627829-7374.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-close-up-nape_627829-7374.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-4252.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-4252.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day_23-2148101902.jpg?_wi=2",
imageAlt: "barber haircut closeup side view",
},
{
title: "Barba de Respeito",
description: "Tratamento completo para manter sua barba sempre alinhada.",
icon: Sparkles,
title: "Barba de Respeito", description: "Tratamento completo para manter sua barba sempre alinhada.", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-trimming-beard-man_23-2147778847.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-trimming-beard-man_23-2147778847.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/barber-using-shaving-cream-contour-male-customer-s-beard_23-2148985737.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/dog-barking-home_1153-3072.jpg?_wi=2",
imageAlt: "barber haircut closeup side view",
},
{
title: "Atendimento Infantil",
description: "Paciência e técnica para o primeiro corte do seu filho.",
icon: User,
title: "Atendimento Infantil", description: "Paciência e técnica para o primeiro corte do seu filho.", icon: User,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-father-son-bed_23-2147790898.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-father-son-bed_23-2147790898.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-getting-haircut_23-2149220535.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-getting-haircut_23-2149220535.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=1",
imageAlt: "barber haircut closeup side view",
},
]}
title="Nossos Serviços"
@@ -160,14 +123,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Google Maps",
"Local Guide",
"Penha Social",
"Armação News",
"Barber Community",
"Local Business",
"Regional Hub",
]}
"Google Maps", "Local Guide", "Penha Social", "Armação News", "Barber Community", "Local Business", "Regional Hub"]}
title="Clientes que Confiam"
description="Reconhecidos pelos melhores profissionais e serviço da região."
/>
@@ -179,45 +135,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Excelente",
quote: "Estabelecimento com ótimo ambiente e ótimos profissionais!",
name: "Edina Rechi",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=2",
},
id: "1", title: "Excelente", quote: "Estabelecimento com ótimo ambiente e ótimos profissionais!", name: "Edina Rechi", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg"},
{
id: "2",
title: "Top",
quote: "Luiz e equipe são top.",
name: "André Flores",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-getting-haircut_23-2149220536.jpg",
},
id: "2", title: "Top", quote: "Luiz e equipe são top.", name: "André Flores", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-getting-haircut_23-2149220536.jpg"},
{
id: "3",
title: "Profissionais",
quote: "Profissionais excelentes.",
name: "Erisson Santos",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
},
id: "3", title: "Profissionais", quote: "Profissionais excelentes.", name: "Erisson Santos", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg"},
{
id: "4",
title: "Nota Dez",
quote: "O pessoal é nota dez no serviço e no atendimento!",
name: "Cliente Anônimo",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/carefree-young-bearded-man-posing_176420-30302.jpg",
},
id: "4", title: "Nota Dez", quote: "O pessoal é nota dez no serviço e no atendimento!", name: "Cliente Anônimo", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/carefree-young-bearded-man-posing_176420-30302.jpg"},
{
id: "5",
title: "Corte de Qualidade",
quote: "Corte do cabelo do meu filho e do meu marido ficaram excelentes.",
name: "Maria Silva",
role: "Cliente",
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg",
},
id: "5", title: "Corte de Qualidade", quote: "Corte do cabelo do meu filho e do meu marido ficaram excelentes.", name: "Maria Silva", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg"},
]}
title="O que dizem nossos clientes"
description="Confira a opinião de quem já passou pela Barbearia Cordeiro."
@@ -230,20 +156,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Qual o horário de funcionamento?",
content: "Estamos abertos diariamente até às 12:00 e reabrimos às 13:30.",
},
id: "1", title: "Qual o horário de funcionamento?", content: "Estamos abertos diariamente até às 12:00 e reabrimos às 13:30."},
{
id: "2",
title: "Vocês fazem barba também?",
content: "Sim, oferecemos o serviço completo de barbearia incluindo modelagem de barba.",
},
id: "2", title: "Vocês fazem barba também?", content: "Sim, oferecemos o serviço completo de barbearia incluindo modelagem de barba."},
{
id: "3",
title: "Atendem crianças?",
content: "Com certeza, temos vasta experiência em cortes infantis com paciência e cuidado.",
},
id: "3", title: "Atendem crianças?", content: "Com certeza, temos vasta experiência em cortes infantis com paciência e cuidado."},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665445.jpg"
title="Perguntas Frequentes"
@@ -257,8 +174,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Agendamento"
title="Venha nos conhecer"
description="Av. Eugênio Krause, 3181 - Armação, Penha - SC. Entre em contato e agende seu horário."
@@ -274,33 +190,21 @@ export default function LandingPage() {
logoText="Barbearia Cordeiro"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Início",
href: "#hero",
},
label: "Início", href: "#hero"},
{
label: "Sobre",
href: "#about",
},
label: "Sobre", href: "#about"},
{
label: "Serviços",
href: "#features",
},
label: "Serviços", href: "#features"},
],
},
{
title: "Contato",
items: [
title: "Contato", items: [
{
label: "(47) 99665-2361",
href: "tel:47996652361",
},
label: "(47) 99665-2361", href: "tel:47996652361"},
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
],
},
]}