Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8bef324fb4 | |||
| 26f3e8e6c9 | |||
| abbc14121c | |||
| 3cb44b1257 |
183
src/app/page.tsx
183
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Diferenciais",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Diferenciais", id: "features" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="NABEK"
|
||||
/>
|
||||
@@ -53,42 +41,18 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="NABEK Roupas & Acessórios"
|
||||
description="Desde 2006, a NABEK ajuda homens a escolherem o look ideal com qualidade, variedade e atendimento próximo em Goiana-PE."
|
||||
description="Desde 2006, a NABEK ajuda o homem a escolher o visual ideal com qualidade, variedade e atendimento personalizado em Goiana-PE."
|
||||
buttons={[
|
||||
{
|
||||
text: "Falar com a loja",
|
||||
href: "https://wa.me/5581993797865",
|
||||
},
|
||||
{
|
||||
text: "Ver localização",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Fale com a loja", href: "https://wa.me/5581993797865" },
|
||||
{ text: "Ver localização", href: "#contact" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-choosing-leather-belt-store_482257-85806.jpg",
|
||||
imageAlt: "Loja NABEK fachada",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-suit-posing-shop_171337-18955.jpg",
|
||||
imageAlt: "Coleção masculina NABEK",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19710.jpg",
|
||||
imageAlt: "Acessórios masculinos",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353733.jpg",
|
||||
imageAlt: "Moda masculina casual",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118334.jpg",
|
||||
imageAlt: "Atendimento NABEK",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel_1921-117.jpg",
|
||||
imageAlt: "Variedade em confecções",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-choosing-leather-belt-store_482257-85806.jpg", imageAlt: "Fachada da NABEK" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-suit-posing-shop_171337-18955.jpg", imageAlt: "Coleção masculina NABEK" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-clothes-shop_1303-19710.jpg", imageAlt: "Acessórios masculinos" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353733.jpg", imageAlt: "Moda masculina casual" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118334.jpg", imageAlt: "Atendimento NABEK" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel_1921-117.jpg", imageAlt: "Variedade em vestuário" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,16 +61,10 @@ export default function LandingPage() {
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Sobre a NABEK"
|
||||
description="A NABEK é uma loja voltada ao público masculino, atuando na linha de confecções, acessórios e tendências. Com origem desde 2006 e alteração de registro em 2011, a loja busca oferecer um diferencial no atendimento, auxiliando cada cliente a elaborar o look ideal para sua ocasião especial."
|
||||
description="A NABEK é uma loja dedicada à moda masculina, oferecendo vestuário, acessórios e as últimas tendências. Fundada em 2006, focamos em oferecer uma experiência de compra única, ajudando cada cliente a criar o visual perfeito para qualquer ocasião especial."
|
||||
metrics={[
|
||||
{
|
||||
value: "2006",
|
||||
title: "Fundação",
|
||||
},
|
||||
{
|
||||
value: "114+",
|
||||
title: "Avaliações Google",
|
||||
},
|
||||
{ value: "2006", title: "Fundada" },
|
||||
{ value: "114+", title: "Avaliações no Google" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-choosing-foot-wear-mens-store_1303-31015.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -120,24 +78,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
title: "Moda masculina",
|
||||
description: "Peças selecionadas para diferentes estilos, ocasiões e preferências.",
|
||||
},
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
title: "Variedade de produtos",
|
||||
description: "Roupas e acessórios para montar combinações modernas e práticas.",
|
||||
},
|
||||
{
|
||||
icon: Headphones,
|
||||
title: "Atendimento personalizado",
|
||||
description: "Ajuda na escolha do look ideal para cada cliente.",
|
||||
},
|
||||
{ icon: ShoppingBag, title: "Moda Masculina", description: "Peças selecionadas para diversos estilos, ocasiões e preferências." },
|
||||
{ icon: ShoppingBag, title: "Variedade de Produtos", description: "Roupas e acessórios para montar combinações modernas e práticas." },
|
||||
{ icon: Headphones, title: "Atendimento Personalizado", description: "Ajuda especializada na escolha do visual ideal para cada cliente." },
|
||||
]}
|
||||
title="Nossos diferenciais"
|
||||
description="Moda masculina com qualidade e estilo para diversas ocasiões."
|
||||
title="Nossos Diferenciais"
|
||||
description="Moda masculina com qualidade e estilo para qualquer ocasião."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -146,74 +92,28 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excelente",
|
||||
quote: "A melhor loja de vestuário e moda da cidade.",
|
||||
name: "Elivalter Miguel",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-yellow-summer-shirt-jeans-clothes-fashion-male-posing-near-white-brick-wall-studio-sunny-day-isolated-sunglasses_158538-26878.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Recomendo",
|
||||
quote: "Boa estrutura e roupas para todos os gostos.",
|
||||
name: "Alexandre Dutra",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-with-red-hair-shopping-stores-showing-thumbsup-holding-paper-bag-shoulde_1258-159548.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Qualidade",
|
||||
quote: "Ótimo, fui muito bem atendido. Produtos de qualidade, muita variedade.",
|
||||
name: "Filipe Souza",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-saying-yes-triumphing-showing-shopping-bag-celebrate-good-promo-offer-stand_1258-150715.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Excelente",
|
||||
quote: "Variedade incrível e atendimento exemplar.",
|
||||
name: "João Silva",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1150.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Top",
|
||||
quote: "Melhor atendimento da região de Goiana.",
|
||||
name: "Ricardo Santos",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-confident-stylish-man-coat-intently-looking-away-outdoor_574295-1325.jpg",
|
||||
},
|
||||
{ id: "1", title: "Excelente", quote: "A melhor loja de roupas e moda da cidade.", name: "Elivalter Miguel", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-yellow-summer-shirt-jeans-clothes-fashion-male-posing-near-white-brick-wall-studio-sunny-day-isolated-sunglasses_158538-26878.jpg" },
|
||||
{ id: "2", title: "Recomendado", quote: "Boa estrutura e roupas para todos os gostos.", name: "Alexandre Dutra", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-with-red-hair-shopping-stores-showing-thumbsup-holding-paper-bag-shoulde_1258-159548.jpg" },
|
||||
{ id: "3", title: "Qualidade", quote: "Ótimo, fui muito bem atendido. Produtos de qualidade, muita variedade.", name: "Filipe Souza", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-saying-yes-triumphing-showing-shopping-bag-celebrate-good-promo-offer-stand_1258-150715.jpg" },
|
||||
{ id: "4", title: "Excelente", quote: "Variedade incrível e atendimento exemplar.", name: "João Silva", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1150.jpg" },
|
||||
{ id: "5", title: "Top", quote: "Melhor atendimento da região de Goiana.", name: "Ricardo Santos", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/young-confident-stylish-man-coat-intently-looking-away-outdoor_574295-1325.jpg" },
|
||||
]}
|
||||
title="O que dizem sobre nós"
|
||||
description="Avaliação 4,4 no Google com centenas de clientes satisfeitos."
|
||||
title="O que nossos clientes dizem"
|
||||
description="Nota 4.4 no Google com centenas de clientes satisfeitos."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Entre em contato"
|
||||
background={{ variant: "plain" }}
|
||||
tag="Fale Conosco"
|
||||
title="Visite a NABEK"
|
||||
description="R. Frei Alberto Siqueira, 30 - Centro, Goiana - PE. Estamos em frente à Praça dos Anjos."
|
||||
description="R. Frei Alberto Siqueira, 30 - Centro, Goiana - PE. Estamos localizados em frente à Praça dos Anjos."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ligar agora",
|
||||
href: "tel:5581993797865",
|
||||
},
|
||||
{
|
||||
text: "Abrir rota",
|
||||
href: "https://maps.app.goo.gl/nabek-goiana",
|
||||
},
|
||||
{
|
||||
text: "Instagram",
|
||||
href: "https://instagram.com/nabekroupas",
|
||||
},
|
||||
{ text: "Ligar agora", href: "tel:5581993797865" },
|
||||
{ text: "Como chegar", href: "https://maps.app.goo.gl/nabek-goiana" },
|
||||
{ text: "Instagram", href: "https://instagram.com/nabekroupas" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -223,18 +123,9 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Telefone: (81) 99379-7865",
|
||||
href: "tel:5581993797865",
|
||||
},
|
||||
{
|
||||
label: "Localização",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/nabekroupas",
|
||||
},
|
||||
{ label: "Telefone: (81) 99379-7865", href: "tel:5581993797865" },
|
||||
{ label: "Localização", href: "#contact" },
|
||||
{ label: "Instagram", href: "https://instagram.com/nabekroupas" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user