1 Commits

Author SHA1 Message Date
c4d86672c0 Update src/app/page.tsx 2026-03-07 19:22:46 +00:00

View File

@@ -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,9 +51,11 @@ 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"
@@ -90,7 +93,8 @@ export default function LandingPage() {
animationType="slide-up"
buttons={[
{
text: "Ver Todos os Combinados", href: "#products"},
text: "Ver Todos os Combinados", href: "#products"
},
]}
buttonAnimation="slide-up"
/>
@@ -105,18 +109,23 @@ 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"
imageAlt="Big Hot Roll Premium"
@@ -136,9 +145,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 +167,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: "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"
},
{
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: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", 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: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5352.jpg", 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: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1588.jpg", 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: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", 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: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg", imageAlt: "Alex Thompson"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -181,7 +198,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 },
@@ -215,8 +232,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" },
],
},
@@ -232,4 +249,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}