Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 86ee5ed4c3 | |||
| 82f0fb9fa9 | |||
| 30e602f4a8 | |||
| c4d86672c0 |
@@ -1,57 +1,23 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
import { Poppins } from "next/font/google";
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import { Open_Sans } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
const poppins = Poppins({
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["400", "500", "600", "700"],
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const openSans = Open_Sans({
|
|
||||||
variable: "--font-open-sans", subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Yaki Sushi - Entrega Premium de Sushi | Pedir Agora", description: "Sushi fresco entregue na sua casa. Combinados premium, promoções exclusivas e entrega rápida. Peça no WhatsApp ou ligue agora. ⭐ 4.9 avaliação.", keywords: "sushi delivery, sushi perto de mim, temaki delivery, sushi premium, hot roll crocante, entrega rápida, sushi Yaki, japonês", metadataBase: new URL("https://yakisushi.com.br"),
|
title: "Yaki Sushi - Sushi Premium Entregue na Sua Casa", description: "Os combinados mais pedidos da cidade. Peça agora e receba sushi fresco preparado na hora. Entrega grátis em itens selecionados."};
|
||||||
alternates: {
|
|
||||||
canonical: "https://yakisushi.com.br"},
|
|
||||||
openGraph: {
|
|
||||||
title: "Yaki Sushi - Sushi Premium Entregue na Sua Casa", description: "Descubra nossos combinados mais vendidos. Sushi fresco preparado na hora com entrega rápida.", url: "https://yakisushi.com.br", siteName: "Yaki Sushi", type: "website", images: [
|
|
||||||
{
|
|
||||||
url: "http://img.b2bpic.net/free-photo/close-up-spicy-mini-tacos-served-with-chili-paste_140725-4995.jpg", alt: "Sushi Premium Yaki"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Yaki Sushi - Sushi Premium Entregue na Sua Casa", description: "Sushi fresco, combinados deliciosos e entrega rápida. Peça agora!", images: ["http://img.b2bpic.net/free-photo/close-up-spicy-mini-tacos-served-with-chili-paste_140725-4995.jpg"],
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="pt-BR">
|
||||||
<ServiceWrapper>
|
<body className={poppins.className}>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1419,7 +1385,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,7 +35,8 @@ export default function LandingPage() {
|
|||||||
{ name: "Contato", id: "contact" },
|
{ name: "Contato", id: "contact" },
|
||||||
]}
|
]}
|
||||||
button={{
|
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}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -50,9 +51,11 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
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"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-spicy-mini-tacos-served-with-chili-paste_140725-4995.jpg"
|
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"
|
animationType="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Ver Todos os Combinados", href: "#products"},
|
text: "Ver Todos os Combinados", href: "#products"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -105,18 +109,23 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
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"
|
buttonAnimation="slide-up"
|
||||||
accordionItems={[
|
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="http://img.b2bpic.net/free-photo/sushi-rolls-with-tbiko-caviar-served-with-ginger-wasabi_141793-997.jpg"
|
||||||
imageAlt="Big Hot Roll Premium"
|
imageAlt="Big Hot Roll Premium"
|
||||||
@@ -136,9 +145,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
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"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -156,22 +167,28 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", role: "Cliente Regular", company: "São Paulo, SP", rating: 5,
|
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,
|
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,
|
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,
|
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,
|
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,
|
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"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -181,7 +198,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="🍣 Peça agora seu sushi"
|
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={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Seu nome", required: true },
|
{ name: "name", type: "text", placeholder: "Seu nome", required: true },
|
||||||
{ name: "phone", type: "tel", placeholder: "Seu telefone", required: true },
|
{ name: "phone", type: "tel", placeholder: "Seu telefone", required: true },
|
||||||
@@ -195,7 +212,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Poke Bowl Premium"
|
imageAlt="Poke Bowl Premium"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Enviar Pedido"
|
buttonText="🟢 Confirmar Pedido"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -215,8 +232,8 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contato", items: [
|
title: "Contato", items: [
|
||||||
{ label: "🟢 WhatsApp", href: "https://wa.me/5511999999999" },
|
{ label: "🟢 WhatsApp", href: "https://wa.me/5513974110341" },
|
||||||
{ label: "📞 Telefone", href: "tel:+5511999999999" },
|
{ label: "📞 Telefone", href: "tel:+5513974110341" },
|
||||||
{ label: "📍 Localização", href: "https://maps.google.com" },
|
{ label: "📍 Localização", href: "https://maps.google.com" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user