|
|
|
|
@@ -35,7 +35,8 @@ export default function LandingPage() {
|
|
|
|
|
{ name: "Contato", id: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
text: "🟢 Pedir no WhatsApp", href: "https://wa.me/5511999999999?text=Olá%20Yaki%20Sushi,%20gostaria%20de%20fazer%20um%20pedido!"}}
|
|
|
|
|
text: "🟢 Pedir no WhatsApp", href: "https://wa.me/5513974110341?text=Olá%20Yaki%20Sushi,%20gostaria%20de%20fazer%20um%20pedido!"
|
|
|
|
|
}}
|
|
|
|
|
animateOnLoad={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -50,12 +51,14 @@ export default function LandingPage() {
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "🟢 Pedir no WhatsApp", href: "https://wa.me/5511999999999?text=Olá%20Yaki%20Sushi,%20gostaria%20de%20fazer%20um%20pedido!"},
|
|
|
|
|
text: "🟢 Pedir no WhatsApp", href: "https://wa.me/5513974110341?text=Olá%20Yaki%20Sushi,%20gostaria%20de%20fazer%20um%20pedido!"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
text: "📞 Ligar Agora", href: "tel:+5511999999999"},
|
|
|
|
|
text: "📞 Ligar Agora", href: "tel:+5513974110341"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-spicy-mini-tacos-served-with-chili-paste_140725-4995.jpg"
|
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1553881081-d282523cda34?w=800&q=80"
|
|
|
|
|
imageAlt="Premium sushi combination"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
titleClassName="text-4xl md:text-5xl font-bold"
|
|
|
|
|
@@ -74,25 +77,27 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Duo Temaki Premium + 10 Hot Rolls", price: "R$ 91,90", variant: "Serve 2 | Salmão e Cream Cheese", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149388051.jpg", imageAlt: "Duo Temaki Premium", isFavorited: false,
|
|
|
|
|
id: "1", name: "Duo Temaki Premium + 10 Hot Rolls", price: "R$ 91,90", variant: "Serve 2 | Salmão e Cream Cheese", imageSrc: "https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&q=80", imageAlt: "Duo Temaki Premium", isFavorited: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Combinado Yaki 24 peças", price: "R$ 99,90", variant: "Serve 2 | Variedade Completa", imageSrc: "http://img.b2bpic.net/free-photo/salmon-sushi_1203-3583.jpg", imageAlt: "Combinado 24 peças", isFavorited: false,
|
|
|
|
|
id: "2", name: "Combinado Yaki 24 peças", price: "R$ 99,90", variant: "Serve 2 | Variedade Completa", imageSrc: "https://images.unsplash.com/photo-1564489551559-13ba83ef6aa8?w=800&q=80", imageAlt: "Combinado 24 peças", isFavorited: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Combinado Galera Yaki - 34 peças", price: "R$ 129,90", variant: "Serve 2-3 | Hot Rolls e Especiais", imageSrc: "http://img.b2bpic.net/free-photo/sushi-dish-asian-restaurant_23-2148195541.jpg", imageAlt: "Combinado Galera 34 peças", isFavorited: false,
|
|
|
|
|
id: "3", name: "Combinado Galera Yaki - 34 peças", price: "R$ 129,90", variant: "Serve 2-3 | Hot Rolls e Especiais", imageSrc: "https://images.unsplash.com/photo-1617196034296-2b38ef0d4d46?w=800&q=80", imageAlt: "Combinado Galera 34 peças", isFavorited: false,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Combinado Yaki Premium - 36 peças", price: "R$ 152,90", variant: "Serve 2 | Sashimi Premium + Rolls", imageSrc: "http://img.b2bpic.net/free-photo/waiting-friends-with-sushi-rolls_158595-5722.jpg", imageAlt: "Combinado Premium 36 peças", isFavorited: false,
|
|
|
|
|
id: "4", name: "Combinado Yaki Premium - 36 peças", price: "R$ 152,90", variant: "Serve 2 | Sashimi Premium + Rolls", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&q=80&_wi=1", imageAlt: "Combinado Premium 36 peças", isFavorited: false,
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Ver Todos os Combinados", href: "#products"},
|
|
|
|
|
text: "Ver Todos os Combinados", href: "#products"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
cardClassName="relative"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -105,20 +110,25 @@ export default function LandingPage() {
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Fazer Pedido Customizado", href: "https://wa.me/5511999999999?text=Gostaria%20de%20customizar%20meu%20pedido"},
|
|
|
|
|
text: "Fazer Pedido Customizado", href: "https://wa.me/5513974110341?text=Gostaria%20de%20customizar%20meu%20pedido"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
accordionItems={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "🔥 Sushi Grelhado Yaki", content: "<strong>Uramaki Salmão Grelhado</strong> - 8 un. R$ 28,90 | <strong>Hot Roll Philadelphia</strong> - 10 un. R$ 34,90 | <strong>Temaki Salmão Frito</strong> - R$ 36,90 | <strong>Uramaki Grelhado Especial</strong> - 16 un. R$ 39,90"},
|
|
|
|
|
id: "1", title: "🔥 Sushi Grelhado Yaki", content: "<strong>Uramaki Salmão Grelhado</strong> - 8 un. R$ 28,90 | <strong>Hot Roll Philadelphia</strong> - 10 un. R$ 34,90 | <strong>Temaki Salmão Frito</strong> - R$ 36,90 | <strong>Uramaki Grelhado Especial</strong> - 16 un. R$ 39,90"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "🍱 Monte Seu Poke Premium", content: "Escolha sua base (sushi rice, arroz integral), proteína (salmão, atum, camarão), toppings e molhos. Preço de R$ 36,67 a R$ 59,90 conforme seleção."},
|
|
|
|
|
id: "2", title: "🍱 Monte Seu Poke Premium", content: "Escolha sua base (sushi rice, arroz integral), proteína (salmão, atum, camarão), toppings e molhos. Preço de R$ 36,67 a R$ 59,90 conforme seleção."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "🌶️ Sushi Tradicional", content: "<strong>Nigiri Salmão</strong> - 4 un. R$ 21,90 | <strong>Joy Salmão Especial</strong> - R$ 27,90 | <strong>Hossomaki Salmão</strong> - 8 un. R$ 29,90 | <strong>Uramaki Philadelphia</strong> - R$ 32,90 | <strong>Temaki Philadelphia</strong> - R$ 27,93 | <strong>Combo Dupla Imbatível</strong> - 2 Temakis R$ 69,90"},
|
|
|
|
|
id: "3", title: "🌶️ Sushi Tradicional", content: "<strong>Nigiri Salmão</strong> - 4 un. R$ 21,90 | <strong>Joy Salmão Especial</strong> - R$ 27,90 | <strong>Hossomaki Salmão</strong> - 8 un. R$ 29,90 | <strong>Uramaki Philadelphia</strong> - R$ 32,90 | <strong>Temaki Philadelphia</strong> - R$ 27,93 | <strong>Combo Dupla Imbatível</strong> - 2 Temakis R$ 69,90"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "🥡 Entradas, Sobremesas & Bebidas", content: "<strong>Entradas:</strong> Ceviche Salmão R$ 59,90 | Guioza 4 un. R$ 15,90 | Harumaki 4 un. R$ 17,90 | Sashimi Salmão 10 cortes R$ 36,67 | <strong>Sobremesas:</strong> Temaki Doce R$ 11,90 | Harumaki Chocolate R$ 14,90 | <strong>Bebidas:</strong> Coca-Cola 350ml R$ 9,90 | Del Valle 290ml R$ 9,90"},
|
|
|
|
|
id: "4", title: "🥡 Entradas, Sobremesas & Bebidas", content: "<strong>Entradas:</strong> Ceviche Salmão R$ 59,90 | Guioza 4 un. R$ 15,90 | Harumaki 4 un. R$ 17,90 | Sashimi Salmão 10 cortes R$ 36,67 | <strong>Sobremesas:</strong> Temaki Doce R$ 11,90 | Harumaki Chocolate R$ 14,90 | <strong>Bebidas:</strong> Coca-Cola 350ml R$ 9,90 | Del Valle 290ml R$ 9,90"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/sushi-rolls-with-tbiko-caviar-served-with-ginger-wasabi_141793-997.jpg"
|
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&q=80&_wi=3"
|
|
|
|
|
imageAlt="Big Hot Roll Premium"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
@@ -136,9 +146,11 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "🟢 Pedir Agora", href: "https://wa.me/5511999999999?text=Olá%20Yaki%20Sushi,%20gostaria%20de%20fazer%20um%20pedido!"},
|
|
|
|
|
text: "🟢 Pedir Agora", href: "https://wa.me/5513974110341?text=Olá%20Yaki%20Sushi,%20gostaria%20de%20fazer%20um%20pedido!"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
text: "📞 Chamada para Pedidos", href: "tel:+5511999999999"},
|
|
|
|
|
text: "📞 Chamada para Pedidos", href: "tel:+5513974110341"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -156,22 +168,28 @@ export default function LandingPage() {
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Sarah Johnson", role: "Cliente Regular", company: "São Paulo, SP", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-girl-blushing-holds-hands-cheeks-looks-excited-receive-happy-news_1258-197145.jpg", imageAlt: "Sarah Johnson"},
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80&_wi=1", imageAlt: "Sarah Johnson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Michael Chen", role: "Avaliador Frequente", company: "Rio de Janeiro, RJ", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Michael Chen"},
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80&_wi=1", imageAlt: "Michael Chen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Emily Rodriguez", role: "Fã de Sushi", company: "Belo Horizonte, MG", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5352.jpg", imageAlt: "Emily Rodriguez"},
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&q=80", imageAlt: "Emily Rodriguez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "David Kim", role: "Gestor de Restaurante", company: "Curitiba, PR", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg", imageAlt: "David Kim"},
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&q=80", imageAlt: "David Kim"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Jessica Martinez", role: "Influencer Food", company: "Recife, PE", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", imageAlt: "Jessica Martinez"},
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&q=80&_wi=2", imageAlt: "Jessica Martinez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Alex Thompson", role: "Crítico Gastronômico", company: "Fortaleza, CE", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg", imageAlt: "Alex Thompson"},
|
|
|
|
|
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&q=80&_wi=2", imageAlt: "Alex Thompson"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
@@ -181,7 +199,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplitForm
|
|
|
|
|
title="🍣 Peça agora seu sushi"
|
|
|
|
|
description="Preparado na hora e entregue na sua casa. Entre em contato conosco via WhatsApp ou telefone para fazer seu pedido."
|
|
|
|
|
description="Preparado na hora e entregue na sua casa. Entre em contato conosco via WhatsApp ou telefone para fazer seu pedido. 📱 WhatsApp: +55 13 97411-0341"
|
|
|
|
|
inputs={[
|
|
|
|
|
{ name: "name", type: "text", placeholder: "Seu nome", required: true },
|
|
|
|
|
{ name: "phone", type: "tel", placeholder: "Seu telefone", required: true },
|
|
|
|
|
@@ -191,17 +209,17 @@ export default function LandingPage() {
|
|
|
|
|
required: true,
|
|
|
|
|
}}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-salmon-bowl_52683-116793.jpg"
|
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&q=80&_wi=2"
|
|
|
|
|
imageAlt="Poke Bowl Premium"
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
buttonText="Enviar Pedido"
|
|
|
|
|
buttonText="🟢 Confirmar Pedido"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterMedia
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/salmon-sushi-rolls_1339-5526.jpg"
|
|
|
|
|
imageSrc="https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&q=80&_wi=4"
|
|
|
|
|
imageAlt="Sushi Grelhado Yaki"
|
|
|
|
|
logoText="Yaki Sushi"
|
|
|
|
|
copyrightText="© 2025 | Yaki Sushi - Todos os direitos reservados"
|
|
|
|
|
@@ -215,8 +233,8 @@ export default function LandingPage() {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Contato", items: [
|
|
|
|
|
{ label: "🟢 WhatsApp", href: "https://wa.me/5511999999999" },
|
|
|
|
|
{ label: "📞 Telefone", href: "tel:+5511999999999" },
|
|
|
|
|
{ label: "🟢 WhatsApp", href: "https://wa.me/5513974110341" },
|
|
|
|
|
{ label: "📞 Telefone", href: "tel:+5513974110341" },
|
|
|
|
|
{ label: "📍 Localização", href: "https://maps.google.com" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
|