Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 15b9d4727e | |||
| 270fd18b40 | |||
| 8c8e650f32 | |||
| 97f966abe6 |
174
src/app/page.tsx
174
src/app/page.tsx
@@ -29,21 +29,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sobre",
|
name: "Sobre", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Serviços",
|
name: "Serviços", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contato",
|
name: "Depoimentos", id: "testimonials"},
|
||||||
id: "contact",
|
{
|
||||||
},
|
name: "Contato", id: "contact"},
|
||||||
]}
|
]}
|
||||||
brandName="Drip & Cut"
|
brandName="Drip & Cut"
|
||||||
/>
|
/>
|
||||||
@@ -55,35 +49,21 @@ export default function LandingPage() {
|
|||||||
description="Estilo urbano, precisão absoluta. Eleve o seu visual na barbearia mais premium da cidade."
|
description="Estilo urbano, precisão absoluta. Eleve o seu visual na barbearia mais premium da cidade."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Agendar Agora",
|
text: "Agendar Agora", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-client-near-mirror_23-2147778757.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-client-near-mirror_23-2147778757.jpg?_wi=1", imageAlt: "Barbearia estilo urbano premium"},
|
||||||
imageAlt: "Barbearia estilo urbano premium",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-client-near-mirror_23-2147778757.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-client-near-mirror_23-2147778757.jpg?_wi=2", imageAlt: "Barbearia estilo urbano premium"},
|
||||||
imageAlt: "Barbearia estilo urbano premium",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-client-near-mirror_23-2147778757.jpg?_wi=3",
|
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-client-near-mirror_23-2147778757.jpg?_wi=3", imageAlt: "Barbearia estilo urbano premium"},
|
||||||
imageAlt: "Barbearia estilo urbano premium",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-client-near-mirror_23-2147778757.jpg?_wi=4",
|
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-client-near-mirror_23-2147778757.jpg?_wi=4", imageAlt: "Barbearia estilo urbano premium"},
|
||||||
imageAlt: "Barbearia estilo urbano premium",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-client-near-mirror_23-2147778757.jpg?_wi=5",
|
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-client-near-mirror_23-2147778757.jpg?_wi=5", imageAlt: "Barbearia estilo urbano premium"},
|
||||||
imageAlt: "Barbearia estilo urbano premium",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-client-near-mirror_23-2147778757.jpg?_wi=6",
|
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-client-near-mirror_23-2147778757.jpg?_wi=6", imageAlt: "Barbearia estilo urbano premium"},
|
||||||
imageAlt: "Barbearia estilo urbano premium",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -105,54 +85,27 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", badge: "Popular", price: "R$ 60", subtitle: "Corte Moderno e Estilizado", features: [
|
||||||
badge: "Popular",
|
"Degradê perfeito", "Acabamento navalha", "Finalização premium"],
|
||||||
price: "R$ 60",
|
|
||||||
subtitle: "Corte Moderno e Estilizado",
|
|
||||||
features: [
|
|
||||||
"Degradê perfeito",
|
|
||||||
"Acabamento navalha",
|
|
||||||
"Finalização premium",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Reservar",
|
text: "Reservar", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", badge: "Combo", price: "R$ 90", subtitle: "Corte + Barba", features: [
|
||||||
badge: "Combo",
|
"Corte de cabelo", "Design de barba", "Toalha quente inclusa"],
|
||||||
price: "R$ 90",
|
|
||||||
subtitle: "Corte + Barba",
|
|
||||||
features: [
|
|
||||||
"Corte de cabelo",
|
|
||||||
"Design de barba",
|
|
||||||
"Toalha quente inclusa",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Reservar",
|
text: "Reservar", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", badge: "Premium", price: "R$ 120", subtitle: "Experiência Completa", features: [
|
||||||
badge: "Premium",
|
"Corte + Barba", "Limpeza de pele", "Sobrancelha"],
|
||||||
price: "R$ 120",
|
|
||||||
subtitle: "Experiência Completa",
|
|
||||||
features: [
|
|
||||||
"Corte + Barba",
|
|
||||||
"Limpeza de pele",
|
|
||||||
"Sobrancelha",
|
|
||||||
],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Reservar",
|
text: "Reservar", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -167,55 +120,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "João Silva", date: "10/05/2024", title: "Cliente fiel", quote: "Melhor barbearia de todas, estilo impecável.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-successful-man-with-hands-head_1262-2058.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-successful-man-with-hands-head_1262-2058.jpg"},
|
||||||
name: "João Silva",
|
|
||||||
date: "10/05/2024",
|
|
||||||
title: "Cliente fiel",
|
|
||||||
quote: "Melhor barbearia de todas, estilo impecável.",
|
|
||||||
tag: "Regular",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/top-view-successful-man-with-hands-head_1262-2058.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-successful-man-with-hands-head_1262-2058.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Lucas Souza", date: "12/05/2024", title: "Ambiente nota 10", quote: "O ambiente é muito style e o corte perfeito.", tag: "Premium", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelman-dressed-jacket-jeans-fashion-male-posing-near-blue-wall-studio_158538-23689.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelman-dressed-jacket-jeans-fashion-male-posing-near-blue-wall-studio_158538-23689.jpg"},
|
||||||
name: "Lucas Souza",
|
|
||||||
date: "12/05/2024",
|
|
||||||
title: "Ambiente nota 10",
|
|
||||||
quote: "O ambiente é muito style e o corte perfeito.",
|
|
||||||
tag: "Premium",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelman-dressed-jacket-jeans-fashion-male-posing-near-blue-wall-studio_158538-23689.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelman-dressed-jacket-jeans-fashion-male-posing-near-blue-wall-studio_158538-23689.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Pedro Lima", date: "15/05/2024", title: "Melhor barbearia", quote: "Atendimento de primeira, recomendo demais.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg?_wi=1"},
|
||||||
name: "Pedro Lima",
|
|
||||||
date: "15/05/2024",
|
|
||||||
title: "Melhor barbearia",
|
|
||||||
quote: "Atendimento de primeira, recomendo demais.",
|
|
||||||
tag: "Regular",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Rafael Costa",
|
|
||||||
date: "18/05/2024",
|
|
||||||
title: "Estilo único",
|
|
||||||
quote: "Saio de lá sempre satisfeito com o drip.",
|
|
||||||
tag: "Premium",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7905.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7905.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Bruno Santos",
|
|
||||||
date: "20/05/2024",
|
|
||||||
title: "Profissional",
|
|
||||||
quote: "Precisão absoluta nos cortes, parabéns.",
|
|
||||||
tag: "Regular",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="O que dizem os clientes"
|
title="O que dizem os clientes"
|
||||||
description="A experiência premium aprovada por quem não abre mão do estilo."
|
description="A experiência premium aprovada por quem não abre mão do estilo."
|
||||||
@@ -226,8 +135,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
tag="Contato"
|
tag="Contato"
|
||||||
title="Agende seu horário"
|
title="Agende seu horário"
|
||||||
description="Garanta seu drip e venha nos visitar hoje mesmo."
|
description="Garanta seu drip e venha nos visitar hoje mesmo."
|
||||||
@@ -238,33 +146,23 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navegação",
|
title: "Navegação", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Início",
|
label: "Início", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Sobre",
|
label: "Sobre", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Serviços",
|
label: "Serviços", href: "#services"},
|
||||||
href: "#services",
|
{
|
||||||
},
|
label: "Depoimentos", href: "#testimonials"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contato",
|
title: "Contato", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "WhatsApp",
|
label: "WhatsApp", href: "https://wa.me/5511999999999"},
|
||||||
href: "https://wa.me/5511999999999",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Endereço",
|
label: "Endereço", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -274,4 +172,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user