Merge version_1_1782159615617 into main #2
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Início",
|
||||
"href": "#hero"
|
||||
"name": "Início", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Serviços",
|
||||
"href": "#servicos"
|
||||
"name": "Serviços", "href": "#servicos"
|
||||
},
|
||||
{
|
||||
"name": "Produtos",
|
||||
"href": "#produtos"
|
||||
"name": "Produtos", "href": "#produtos"
|
||||
},
|
||||
{
|
||||
"name": "Sobre",
|
||||
"href": "#sobre"
|
||||
"name": "Sobre", "href": "#sobre"
|
||||
},
|
||||
{
|
||||
"name": "Diferenciais",
|
||||
"href": "#diferenciais"
|
||||
"name": "Diferenciais", "href": "#diferenciais"
|
||||
},
|
||||
{
|
||||
"name": "Avaliacoes",
|
||||
"href": "#avaliacoes"
|
||||
"name": "Avaliacoes", "href": "#avaliacoes"
|
||||
},
|
||||
{
|
||||
"name": "Faq",
|
||||
"href": "#faq"
|
||||
"name": "Faq", "href": "#faq"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +36,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Nohill Club"
|
||||
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=a76k4q"
|
||||
ctaButton={{
|
||||
text: "Agendar no WhatsApp",
|
||||
href: "https://wa.me/5524999999999",
|
||||
}}
|
||||
text: "Agendar no WhatsApp", href: "https://wa.me/5524999999999"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -56,42 +48,27 @@ export default function Layout() {
|
||||
<FooterBasic
|
||||
columns={[
|
||||
{
|
||||
title: "Nohill Club",
|
||||
items: [
|
||||
title: "Nohill Club", items: [
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#sobre",
|
||||
},
|
||||
label: "Sobre", href: "#sobre"},
|
||||
{
|
||||
label: "Serviços",
|
||||
href: "#servicos",
|
||||
},
|
||||
label: "Serviços", href: "#servicos"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Redes Sociais",
|
||||
items: [
|
||||
title: "Redes Sociais", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Termos de Uso",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termos de Uso", href: "#"},
|
||||
{
|
||||
label: "Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidade", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -19,28 +19,21 @@ export default function HomePage() {
|
||||
title="A Arte do Grooming em Volta Redonda"
|
||||
description="Muito além de um corte de cabelo. Uma experiência de alto padrão para homens que valorizam o estilo e o cuidado pessoal."
|
||||
primaryButton={{
|
||||
text: "Agendar Agora",
|
||||
href: "https://wa.me/5524999999999",
|
||||
}}
|
||||
text: "Agendar Agora", href: "https://wa.me/5524999999999"}}
|
||||
secondaryButton={{
|
||||
text: "Conhecer Serviços",
|
||||
href: "#servicos",
|
||||
}}
|
||||
text: "Conhecer Serviços", href: "#servicos"}}
|
||||
items={[
|
||||
{
|
||||
text: "Qualidade Premium",
|
||||
icon: CheckCircle,
|
||||
text: "Qualidade Premium", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
text: "Ambiente Sofisticado",
|
||||
icon: Sparkles,
|
||||
text: "Ambiente Sofisticado", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
text: "Atendimento VIP",
|
||||
icon: Award,
|
||||
text: "Atendimento VIP", icon: Award,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -53,55 +46,24 @@ export default function HomePage() {
|
||||
description="Combinamos técnica, tradição e modernidade."
|
||||
features={[
|
||||
{
|
||||
title: "Ambiente Exclusivo",
|
||||
description: "Um refúgio masculino com decoração industrial, madeira e couro.",
|
||||
bentoComponent: "info-card-marquee",
|
||||
infoCards: [
|
||||
title: "Ambiente Exclusivo", description: "Um refúgio masculino com decoração industrial, madeira e couro.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Café Especial",
|
||||
value: "Cortesia",
|
||||
},
|
||||
icon: "Coffee", label: "Café Especial", value: "Cortesia"},
|
||||
{
|
||||
icon: Wifi,
|
||||
label: "Wi-Fi",
|
||||
value: "Alta Velocidade",
|
||||
},
|
||||
icon: "Wifi", label: "Wi-Fi", value: "Alta Velocidade"},
|
||||
{
|
||||
icon: Music,
|
||||
label: "Playlist",
|
||||
value: "Curada",
|
||||
},
|
||||
icon: "Music", label: "Playlist", value: "Curada"},
|
||||
],
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=a76k4q",
|
||||
imageAlt: "barbershop logo minimal black gold",
|
||||
},
|
||||
{
|
||||
title: "Barbeiros Especialistas",
|
||||
description: "Profissionais com anos de mercado e foco em tendências.",
|
||||
bentoComponent: "tilted-stack-cards",
|
||||
stackCards: [
|
||||
title: "Barbeiros Especialistas", description: "Profissionais com anos de mercado e foco em tendências.", bentoComponent: "tilted-stack-cards", stackCards: [
|
||||
{
|
||||
icon: Scissors,
|
||||
title: "Expertise",
|
||||
subtitle: "Técnica",
|
||||
detail: "Cortes Precisos",
|
||||
},
|
||||
icon: "Scissors", title: "Expertise", subtitle: "Técnica", detail: "Cortes Precisos"},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Confiança",
|
||||
subtitle: "Segurança",
|
||||
detail: "Higiene Total",
|
||||
},
|
||||
icon: "Shield", title: "Confiança", subtitle: "Segurança", detail: "Higiene Total"},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Estilo",
|
||||
subtitle: "Moda",
|
||||
detail: "Tendência",
|
||||
},
|
||||
icon: "Star", title: "Estilo", subtitle: "Moda", detail: "Tendência"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg?_wi=2",
|
||||
imageAlt: "barbershop logo minimal black gold",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -116,47 +78,19 @@ export default function HomePage() {
|
||||
description="Escolha o serviço ideal para manter sua identidade impecável."
|
||||
items={[
|
||||
{
|
||||
title: "Corte Tradicional",
|
||||
description: "Corte com tesoura ou máquina com acabamento impecável.",
|
||||
href: "https://wa.me/5524999999999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-fluffy-cat-veterinarian-with-cats-animals-couch_1157-46552.jpg",
|
||||
},
|
||||
title: "Corte Tradicional", description: "Corte com tesoura ou máquina com acabamento impecável.", href: "https://wa.me/5524999999999", imageSrc: "http://img.b2bpic.net/free-photo/white-fluffy-cat-veterinarian-with-cats-animals-couch_1157-46552.jpg"},
|
||||
{
|
||||
title: "Barba Premium",
|
||||
description: "Barba desenhada com toalha quente e óleos essenciais.",
|
||||
href: "https://wa.me/5524999999999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-shaving-his-neck_23-2148783532.jpg",
|
||||
},
|
||||
title: "Barba Premium", description: "Barba desenhada com toalha quente e óleos essenciais.", href: "https://wa.me/5524999999999", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-shaving-his-neck_23-2148783532.jpg"},
|
||||
{
|
||||
title: "Tratamento Capilar",
|
||||
description: "Hidratação profunda para revitalizar seus fios.",
|
||||
href: "https://wa.me/5524999999999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-face-care-routine_23-2149288067.jpg",
|
||||
},
|
||||
title: "Tratamento Capilar", description: "Hidratação profunda para revitalizar seus fios.", href: "https://wa.me/5524999999999", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-face-care-routine_23-2149288067.jpg"},
|
||||
{
|
||||
title: "Combo Completo",
|
||||
description: "Corte + Barba + Spa Facial para relaxar.",
|
||||
href: "https://wa.me/5524999999999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wrapping-customer-towels-barbershop_23-2147737011.jpg",
|
||||
},
|
||||
title: "Combo Completo", description: "Corte + Barba + Spa Facial para relaxar.", href: "https://wa.me/5524999999999", imageSrc: "http://img.b2bpic.net/free-photo/woman-wrapping-customer-towels-barbershop_23-2147737011.jpg"},
|
||||
{
|
||||
title: "Platinado",
|
||||
description: "Descoloração profissional com proteção capilar.",
|
||||
href: "https://wa.me/5524999999999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123590.jpg",
|
||||
},
|
||||
title: "Platinado", description: "Descoloração profissional com proteção capilar.", href: "https://wa.me/5524999999999", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123590.jpg"},
|
||||
{
|
||||
title: "Limpeza de Pele",
|
||||
description: "Tratamento facial contra cravos e oleosidade.",
|
||||
href: "https://wa.me/5524999999999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-mud-mask-spa_53876-25216.jpg",
|
||||
},
|
||||
title: "Limpeza de Pele", description: "Tratamento facial contra cravos e oleosidade.", href: "https://wa.me/5524999999999", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-mud-mask-spa_53876-25216.jpg"},
|
||||
{
|
||||
title: "Pigmentação",
|
||||
description: "Correção de falhas na barba ou couro cabeludo.",
|
||||
href: "https://wa.me/5524999999999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-barber-putting-foam-client_23-2147737007.jpg",
|
||||
},
|
||||
title: "Pigmentação", description: "Correção de falhas na barba ou couro cabeludo.", href: "https://wa.me/5524999999999", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-barber-putting-foam-client_23-2147737007.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -170,36 +104,16 @@ export default function HomePage() {
|
||||
description="Leve a experiência premium para casa."
|
||||
plans={[
|
||||
{
|
||||
tag: "Fixação",
|
||||
price: "R$ 69,90",
|
||||
period: "/unidade",
|
||||
description: "Pomada efeito matte de longa duração.",
|
||||
primaryButton: {
|
||||
text: "Comprar Agora",
|
||||
href: "LINK_DE_PAGAMENTO",
|
||||
},
|
||||
featuresTitle: "Benefícios",
|
||||
features: [
|
||||
"Não oleosa",
|
||||
"Fixação forte",
|
||||
"Cheiro sofisticado",
|
||||
],
|
||||
tag: "Fixação", price: "R$ 69,90", period: "/unidade", description: "Pomada efeito matte de longa duração.", primaryButton: {
|
||||
text: "Comprar Agora", href: "LINK_DE_PAGAMENTO"},
|
||||
featuresTitle: "Benefícios", features: [
|
||||
"Não oleosa", "Fixação forte", "Cheiro sofisticado"],
|
||||
},
|
||||
{
|
||||
tag: "Hidratação",
|
||||
price: "R$ 49,90",
|
||||
period: "/unidade",
|
||||
description: "Óleo para barba com essências naturais.",
|
||||
primaryButton: {
|
||||
text: "Comprar Agora",
|
||||
href: "LINK_DE_PAGAMENTO",
|
||||
},
|
||||
featuresTitle: "Benefícios",
|
||||
features: [
|
||||
"Brilho natural",
|
||||
"Maciez imediata",
|
||||
"Proteção solar",
|
||||
],
|
||||
tag: "Hidratação", price: "R$ 49,90", period: "/unidade", description: "Óleo para barba com essências naturais.", primaryButton: {
|
||||
text: "Comprar Agora", href: "LINK_DE_PAGAMENTO"},
|
||||
featuresTitle: "Benefícios", features: [
|
||||
"Brilho natural", "Maciez imediata", "Proteção solar"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -225,40 +139,20 @@ export default function HomePage() {
|
||||
description="A satisfação de quem vive a experiência Nohill."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ricardo Silva",
|
||||
role: "Empresário",
|
||||
company: "Nohill Club",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaving-concept-with-attractive-young-man_23-2148121910.jpg",
|
||||
},
|
||||
name: "Ricardo Silva", role: "Empresário", company: "Nohill Club", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaving-concept-with-attractive-young-man_23-2148121910.jpg"},
|
||||
{
|
||||
name: "Felipe Souza",
|
||||
role: "Engenheiro",
|
||||
company: "Nohill Club",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-african-man-happy-posing-park-morning-outdoor-portrait-slim-stylish-guy-checkered-suit-expressing-positive-emotions_197531-21838.jpg",
|
||||
},
|
||||
name: "Felipe Souza", role: "Engenheiro", company: "Nohill Club", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-african-man-happy-posing-park-morning-outdoor-portrait-slim-stylish-guy-checkered-suit-expressing-positive-emotions_197531-21838.jpg"},
|
||||
{
|
||||
name: "Pedro Mendes",
|
||||
role: "Arquiteto",
|
||||
company: "Nohill Club",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-urban-bearded-male-dressed-black-stylish-winter-jacket_613910-12152.jpg",
|
||||
},
|
||||
name: "Pedro Mendes", role: "Arquiteto", company: "Nohill Club", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-urban-bearded-male-dressed-black-stylish-winter-jacket_613910-12152.jpg"},
|
||||
{
|
||||
name: "Lucas Farias",
|
||||
role: "Advogado",
|
||||
company: "Nohill Club",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-10306.jpg",
|
||||
},
|
||||
name: "Lucas Farias", role: "Advogado", company: "Nohill Club", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-10306.jpg"},
|
||||
{
|
||||
name: "Bruno Santos",
|
||||
role: "Designer",
|
||||
company: "Nohill Club",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-blond-bearded-man-white-shirt-classic-elegant-jacket-dark-background_613910-11234.jpg",
|
||||
},
|
||||
name: "Bruno Santos", role: "Designer", company: "Nohill Club", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-blond-bearded-man-white-shirt-classic-elegant-jacket-dark-background_613910-11234.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -272,29 +166,19 @@ export default function HomePage() {
|
||||
description="Saiba como funciona nosso clube."
|
||||
categories={[
|
||||
{
|
||||
name: "Agendamentos",
|
||||
items: [
|
||||
name: "Agendamentos", items: [
|
||||
{
|
||||
question: "Como agendar?",
|
||||
answer: "Pelo WhatsApp linkado no site.",
|
||||
},
|
||||
question: "Como agendar?", answer: "Pelo WhatsApp linkado no site."},
|
||||
{
|
||||
question: "Atendem sem hora?",
|
||||
answer: "Priorizamos com hora marcada.",
|
||||
},
|
||||
question: "Atendem sem hora?", answer: "Priorizamos com hora marcada."},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Horários",
|
||||
items: [
|
||||
name: "Horários", items: [
|
||||
{
|
||||
question: "Quais os horários?",
|
||||
answer: "Segunda a Sábado, 09h às 20h.",
|
||||
},
|
||||
question: "Quais os horários?", answer: "Segunda a Sábado, 09h às 20h."},
|
||||
{
|
||||
question: "Domingos?",
|
||||
answer: "Fechados.",
|
||||
},
|
||||
question: "Domingos?", answer: "Fechados."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -308,13 +192,9 @@ export default function HomePage() {
|
||||
tag="Localização"
|
||||
text="Estamos prontos para te receber em Volta Redonda. Agende seu horário agora."
|
||||
primaryButton={{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/5524999999999",
|
||||
}}
|
||||
text: "WhatsApp", href: "https://wa.me/5524999999999"}}
|
||||
secondaryButton={{
|
||||
text: "Ver Endereço",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
text: "Ver Endereço", href: "https://maps.google.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user