Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa51ca1572 |
305
src/app/page.tsx
305
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Início", id: "#hero"},
|
||||
{
|
||||
name: "Tênis",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Tênis", id: "#products"},
|
||||
{
|
||||
name: "Óculos",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Óculos", id: "#products"},
|
||||
{
|
||||
name: "Acessórios",
|
||||
id: "#categories",
|
||||
},
|
||||
name: "Acessórios", id: "#categories"},
|
||||
{
|
||||
name: "Promoções",
|
||||
id: "#promotions",
|
||||
},
|
||||
name: "Promoções", id: "#promotions"},
|
||||
{
|
||||
name: "Sobre Nós",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Sobre Nós", id: "#about"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contato", id: "#contact"},
|
||||
]}
|
||||
brandName="The Leste Shop"
|
||||
/>
|
||||
@@ -72,39 +58,23 @@ export default function LandingPage() {
|
||||
description="Os Melhores Acessórios e Tênis Para Quem Vive Com Estilo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Comprar Agora",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Comprar Agora", href: "#products"},
|
||||
{
|
||||
text: "Ver Promoções",
|
||||
href: "#promotions",
|
||||
},
|
||||
text: "Ver Promoções", href: "#promotions"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-puts-sunglasses-standing-outside_8353-509.jpg",
|
||||
imageAlt: "Óculos esportivos com lentes espelhadas azuis",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-puts-sunglasses-standing-outside_8353-509.jpg", imageAlt: "Óculos esportivos com lentes espelhadas azuis"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-crossing-street-surrounded-by-buildings-shops_181624-15713.jpg",
|
||||
imageAlt: "Tênis esportivos premium de corrida",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-crossing-street-surrounded-by-buildings-shops_181624-15713.jpg", imageAlt: "Tênis esportivos premium de corrida"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163203.jpg",
|
||||
imageAlt: "Óculos esportivos com lentes vermelhas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163203.jpg", imageAlt: "Óculos esportivos com lentes vermelhas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holi-color-white-canvas-shoes-green-grass_23-2148129240.jpg",
|
||||
imageAlt: "Tênis urbanos de estilo moderno",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holi-color-white-canvas-shoes-green-grass_23-2148129240.jpg", imageAlt: "Tênis urbanos de estilo moderno"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-female-tennis-players_23-2151378581.jpg",
|
||||
imageAlt: "Óculos esportivos com lentes roxas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-female-tennis-players_23-2151378581.jpg", imageAlt: "Óculos esportivos com lentes roxas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-man-walking-street_285396-11127.jpg",
|
||||
imageAlt: "Acessórios de moda",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-man-walking-street_285396-11127.jpg", imageAlt: "Acessórios de moda"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,51 +86,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "category-1",
|
||||
label: "Tênis",
|
||||
title: "👟 Tênis",
|
||||
items: [
|
||||
"Esportivos",
|
||||
"Casuais",
|
||||
"Performance",
|
||||
],
|
||||
id: "category-1", label: "Tênis", title: "👟 Tênis", items: [
|
||||
"Esportivos", "Casuais", "Performance"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Ver Produtos",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver Produtos", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "category-2",
|
||||
label: "Óculos",
|
||||
title: "🕶️ Óculos Esportivos",
|
||||
items: [
|
||||
"Lentes Espelhadas",
|
||||
"Proteção UV",
|
||||
"Design Exclusivo",
|
||||
],
|
||||
id: "category-2", label: "Óculos", title: "🕶️ Óculos Esportivos", items: [
|
||||
"Lentes Espelhadas", "Proteção UV", "Design Exclusivo"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Ver Produtos",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver Produtos", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "category-3",
|
||||
label: "Acessórios",
|
||||
title: "🎒 Acessórios",
|
||||
items: [
|
||||
"Relógios",
|
||||
"Mochilas",
|
||||
"Bonés",
|
||||
],
|
||||
id: "category-3", label: "Acessórios", title: "🎒 Acessórios", items: [
|
||||
"Relógios", "Mochilas", "Bonés"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Ver Produtos",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver Produtos", href: "#products"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -177,49 +123,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
name: "Óculos Espelhado Azul",
|
||||
price: "R$ 349,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-woman-with-red-lips_158538-4167.jpg",
|
||||
id: "product-1", name: "Óculos Espelhado Azul", price: "R$ 349,90", imageSrc: "https://images.unsplash.com/photo-1572635196232-ea2ba2657e3f?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "Óculos Espelhado Roxo",
|
||||
price: "R$ 349,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149489842.jpg",
|
||||
id: "product-2", name: "Óculos Espelhado Roxo", price: "R$ 349,90", imageSrc: "https://images.unsplash.com/photo-1610405234978-2d832960f878?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "Óculos Espelhado Vermelho",
|
||||
price: "R$ 349,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendered-abstract-design-elements-composition_23-2148996788.jpg",
|
||||
id: "product-3", name: "Óculos Espelhado Vermelho", price: "R$ 349,90", imageSrc: "https://images.unsplash.com/photo-1607519199346-6b6a037b3f99?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "Tênis Running Premium",
|
||||
price: "R$ 699,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anonymous-man-sportswear-doing-crouch-start_23-2147758031.jpg",
|
||||
id: "product-4", name: "Tênis Running Premium", price: "R$ 699,90", imageSrc: "https://images.unsplash.com/photo-1628173426861-510065961605?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "Tênis Street Urban",
|
||||
price: "R$ 529,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-man-posing-outdoor_344912-3104.jpg",
|
||||
id: "product-5", name: "Tênis Street Urban", price: "R$ 529,90", imageSrc: "https://images.unsplash.com/photo-1595341888036-a6042463ee51?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "Tênis Performance",
|
||||
price: "R$ 789,90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005673.jpg",
|
||||
id: "product-6", name: "Tênis Performance", price: "R$ 789,90", imageSrc: "https://images.unsplash.com/photo-1606107555195-0e7047716e53?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
},
|
||||
]}
|
||||
title="Produtos em Destaque"
|
||||
description="Descubra a seleção premium de itens que combinam qualidade, inovação e o design mais desejado do mercado. Encontre seu próximo favorito!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Todos os Produtos",
|
||||
href: "#",
|
||||
},
|
||||
text: "Ver Todos os Produtos", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -232,32 +158,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "benefit-1",
|
||||
value: "100%",
|
||||
title: "Compra Segura",
|
||||
description: "Seus pagamentos são protegidos por tecnologia de ponta, garantindo total tranquilidade em cada transação.",
|
||||
icon: ShieldCheck,
|
||||
id: "benefit-1", value: "100%", title: "Compra Segura", description: "Seus pagamentos são protegidos por tecnologia de ponta, garantindo total tranquilidade em cada transação.", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
id: "benefit-2",
|
||||
value: "Todo o Brasil",
|
||||
title: "Entrega Nacional",
|
||||
description: "Enviamos nossos produtos premium para qualquer lugar do país, com agilidade e segurança garantidas.",
|
||||
icon: Truck,
|
||||
id: "benefit-2", value: "Todo o Brasil", title: "Entrega Nacional", description: "Enviamos nossos produtos premium para qualquer lugar do país, com agilidade e segurança garantidas.", icon: Truck,
|
||||
},
|
||||
{
|
||||
id: "benefit-3",
|
||||
value: "Qualidade",
|
||||
title: "Produtos Selecionados",
|
||||
description: "Oferecemos uma curadoria rigorosa dos melhores tênis e acessórios, com foco em durabilidade e design exclusivo.",
|
||||
icon: Star,
|
||||
id: "benefit-3", value: "Qualidade", title: "Produtos Selecionados", description: "Oferecemos uma curadoria rigorosa dos melhores tênis e acessórios, com foco em durabilidade e design exclusivo.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "benefit-4",
|
||||
value: "Rápido",
|
||||
title: "Atendimento Ágil",
|
||||
description: "Suporte dedicado via WhatsApp, pronto para tirar suas dúvidas e ajudar em todas as etapas da sua compra.",
|
||||
icon: MessageCircle,
|
||||
id: "benefit-4", value: "Rápido", title: "Atendimento Ágil", description: "Suporte dedicado via WhatsApp, pronto para tirar suas dúvidas e ajudar em todas as etapas da sua compra.", icon: MessageCircle,
|
||||
},
|
||||
]}
|
||||
title="Por Que Comprar na The Leste Shop?"
|
||||
@@ -272,37 +182,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "promo-basic",
|
||||
badge: "Desconto Progressivo",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Até 30% OFF",
|
||||
subtitle: "Em Tênis Selecionados",
|
||||
features: [
|
||||
"Modelos urbanos e performance",
|
||||
"Novas marcas adicionadas",
|
||||
"Entrega rápida",
|
||||
],
|
||||
id: "promo-basic", badge: "Desconto Progressivo", badgeIcon: Sparkles,
|
||||
price: "Até 30% OFF", subtitle: "Em Tênis Selecionados", features: [
|
||||
"Modelos urbanos e performance", "Novas marcas adicionadas", "Entrega rápida"],
|
||||
},
|
||||
{
|
||||
id: "promo-premium",
|
||||
badge: "Super Oferta",
|
||||
badgeIcon: Tag,
|
||||
price: "Até 50% OFF",
|
||||
subtitle: "Em Óculos e Acessórios",
|
||||
features: [
|
||||
"Lentes espelhadas de alta tecnologia",
|
||||
"Designs exclusivos",
|
||||
"Edições limitadas",
|
||||
],
|
||||
id: "promo-premium", badge: "Super Oferta", badgeIcon: Tag,
|
||||
price: "Até 50% OFF", subtitle: "Em Óculos e Acessórios", features: [
|
||||
"Lentes espelhadas de alta tecnologia", "Designs exclusivos", "Edições limitadas"],
|
||||
},
|
||||
]}
|
||||
title="🔥 Ofertas Exclusivas da Semana"
|
||||
description="Não perca tempo! Aproveite descontos de até 50% em produtos selecionados e eleve seu estilo com a The Leste Shop."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Ofertas",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver Ofertas", href: "#products"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -325,30 +219,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-confident-middleaged-man-gray-sweater-showing-thumbsup-approval-recommendi_1258-129203.jpg",
|
||||
},
|
||||
id: "testimonial-1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-confident-middleaged-man-gray-sweater-showing-thumbsup-approval-recommendi_1258-129203.jpg"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-doing-okay-sign_1149-1844.jpg",
|
||||
},
|
||||
id: "testimonial-2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-doing-okay-sign_1149-1844.jpg"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Ana L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-women-playing-with-shopping-cart_23-2148495450.jpg",
|
||||
},
|
||||
id: "testimonial-3", name: "Ana L.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-women-playing-with-shopping-cart_23-2148495450.jpg"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Ricardo M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutal-angry-man-white-shirt-is-wearing-protection-his-fist-before-fight-dark-studio_613910-3040.jpg",
|
||||
},
|
||||
id: "testimonial-4", name: "Ricardo M.", imageSrc: "http://img.b2bpic.net/free-photo/brutal-angry-man-white-shirt-is-wearing-protection-his-fist-before-fight-dark-studio_613910-3040.jpg"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Patrícia S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-tourists-relax-after-walk-sights-sitting-stone-steps-against-background-bright-sunset_613910-4759.jpg",
|
||||
},
|
||||
id: "testimonial-5", name: "Patrícia S.", imageSrc: "http://img.b2bpic.net/free-photo/two-women-tourists-relax-after-walk-sights-sitting-stone-steps-against-background-bright-sunset_613910-4759.jpg"},
|
||||
]}
|
||||
cardTitle="O que nossos clientes dizem"
|
||||
cardTag="Depoimentos"
|
||||
@@ -365,41 +244,15 @@ export default function LandingPage() {
|
||||
description="Conecte-se conosco! Siga @thelesteshop_oficial para não perder nenhuma novidade, tendências exclusivas e inspirações de estilo. Faça parte da nossa comunidade!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Perfil",
|
||||
href: "https://www.instagram.com/thelesteshop_oficial/",
|
||||
},
|
||||
text: "Ver Perfil", href: "https://www.instagram.com/thelesteshop_oficial/"},
|
||||
]}
|
||||
blogs={[
|
||||
{
|
||||
id: "insta-post-1",
|
||||
category: "Tênis",
|
||||
title: "Nova Coleção de Tênis Urbanos",
|
||||
excerpt: "Descubra os modelos mais estilosos para seu dia a dia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-models-paper-cut-out-style_23-2149374794.jpg",
|
||||
authorName: "The Leste Shop",
|
||||
authorAvatar: "asset://brand-logo",
|
||||
date: "2 dias atrás",
|
||||
},
|
||||
id: "insta-post-1", category: "Tênis", title: "Nova Coleção de Tênis Urbanos", excerpt: "Descubra os modelos mais estilosos para seu dia a dia.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-models-paper-cut-out-style_23-2149374794.jpg", authorName: "The Leste Shop", authorAvatar: "asset://brand-logo", date: "2 dias atrás"},
|
||||
{
|
||||
id: "insta-post-2",
|
||||
category: "Óculos",
|
||||
title: "Lentes Espelhadas: Estilo e Proteção",
|
||||
excerpt: "Veja como a tecnologia e a moda se unem em nossos óculos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-step-electric-scooter-background_613910-13965.jpg",
|
||||
authorName: "The Leste Shop",
|
||||
authorAvatar: "asset://brand-logo",
|
||||
date: "1 semana atrás",
|
||||
},
|
||||
id: "insta-post-2", category: "Óculos", title: "Lentes Espelhadas: Estilo e Proteção", excerpt: "Veja como a tecnologia e a moda se unem em nossos óculos.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-step-electric-scooter-background_613910-13965.jpg", authorName: "The Leste Shop", authorAvatar: "asset://brand-logo", date: "1 semana atrás"},
|
||||
{
|
||||
id: "insta-post-3",
|
||||
category: "Lifestyle",
|
||||
title: "Seu Estilo, Suas Regras",
|
||||
excerpt: "Inspire-se com as combinações perfeitas para qualquer ocasião.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-cute-girl-with-retro-camera-posing-road-trip-sunny-summer-day_273443-3525.jpg",
|
||||
authorName: "The Leste Shop",
|
||||
authorAvatar: "asset://brand-logo",
|
||||
date: "3 semanas atrás",
|
||||
},
|
||||
id: "insta-post-3", category: "Lifestyle", title: "Seu Estilo, Suas Regras", excerpt: "Inspire-se com as combinações perfeitas para qualquer ocasião.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-cute-girl-with-retro-camera-posing-road-trip-sunny-summer-day_273443-3525.jpg", authorName: "The Leste Shop", authorAvatar: "asset://brand-logo", date: "3 semanas atrás"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -411,22 +264,14 @@ export default function LandingPage() {
|
||||
description="Tem dúvidas, precisa de ajuda ou quer saber mais sobre nossos produtos? Entre em contato agora mesmo via WhatsApp ou preencha o formulário."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Seu Nome Completo",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Seu Nome Completo", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Seu Melhor E-mail",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Seu Melhor E-mail", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Sua Mensagem...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Sua Mensagem...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/connect-overlay-word-young-people_53876-64947.jpg"
|
||||
@@ -440,49 +285,29 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Links Rápidos",
|
||||
items: [
|
||||
title: "Links Rápidos", items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Início", href: "#hero"},
|
||||
{
|
||||
label: "Tênis",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Tênis", href: "#products"},
|
||||
{
|
||||
label: "Óculos",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Óculos", href: "#products"},
|
||||
{
|
||||
label: "Promoções",
|
||||
href: "#promotions",
|
||||
},
|
||||
label: "Promoções", href: "#promotions"},
|
||||
{
|
||||
label: "Contato",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contato", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informações",
|
||||
items: [
|
||||
title: "Informações", items: [
|
||||
{
|
||||
label: "📦 Enviamos para todo o Brasil",
|
||||
href: "#",
|
||||
},
|
||||
label: "📦 Enviamos para todo o Brasil", href: "#"},
|
||||
{
|
||||
label: "🔒 Compra 100% Segura",
|
||||
href: "#",
|
||||
},
|
||||
label: "🔒 Compra 100% Segura", href: "#"},
|
||||
{
|
||||
label: "📱 WhatsApp: +55 (11) 99999-9999",
|
||||
href: "https://wa.me/5511999999999",
|
||||
},
|
||||
label: "📱 WhatsApp: +55 (11) 99999-9999", href: "https://wa.me/5511999999999"},
|
||||
{
|
||||
label: "📸 Instagram: @thelesteshop_oficial",
|
||||
href: "https://www.instagram.com/thelesteshop_oficial/",
|
||||
},
|
||||
label: "📸 Instagram: @thelesteshop_oficial", href: "https://www.instagram.com/thelesteshop_oficial/"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user