Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d6d15fda7 | |||
| b61879a163 | |||
| 070dcd13cc | |||
| d57bdf6c5a | |||
| d6f06693ac | |||
| 2e67c5055c | |||
| 2c223eeefb | |||
| 33b925ddaa | |||
| 9304eabf33 |
@@ -1,49 +1,22 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from 'next';
|
||||||
import { DM_Sans } from "next/font/google";
|
import { Inter } from 'next/font/google';
|
||||||
import { Inter } from "next/font/google";
|
import './globals.css';
|
||||||
import "./globals.css";
|
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
const inter = Inter({ subsets: ['latin'] });
|
||||||
variable: "--font-dm-sans", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Proteção Veicular em Jundiaí | Mohav - 4,7 ⭐", description: "Proteção veicular acessível e transparente em Jundiaí. Planos com cobertura contra roubo, furto, colisão e guincho 24h. Atendimento ágil e confiável.", keywords: "proteção veicular Jundiaí, seguro auto Jundiaí, associação veicular, proteção para carro", metadataBase: new URL("https://mohav.com.br"),
|
title: 'Create Next App',
|
||||||
alternates: {
|
description: 'Generated by create next app',
|
||||||
canonical: "https://mohav.com.br"
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "Proteção Veicular em Jundiaí | Mohav", description: "Proteção financeira real para seu veículo. Planos acessíveis com atendimento ágil e transparência total.", url: "https://mohav.com.br", siteName: "Mohav Proteção Veicular", type: "website"
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Proteção Veicular em Jundiaí | Mohav", description: "Proteja seu carro com a Mohav. Planos acessíveis, atendimento 24h e suporte quando você precisa."
|
|
||||||
},
|
|
||||||
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="en">
|
||||||
<ServiceWrapper>
|
<body className={inter.className}>{children}
|
||||||
<body
|
|
||||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1411,7 +1384,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,12 +50,12 @@ export default function LandingPage() {
|
|||||||
tag="⭐ 4,7 estrelas - 117 avaliações"
|
tag="⭐ 4,7 estrelas - 117 avaliações"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-hand-holding-smartphone-use-car-insurance-application-online-after-his-broken-car-insurance-concept_493343-30005.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/woman-hand-holding-smartphone-use-car-insurance-application-online-after-his-broken-car-insurance-concept_493343-30005.jpg?_wi=1"
|
||||||
imageAlt="Proteção veicular em Jundiaí"
|
imageAlt="Proteção veicular em Jundiaí"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Solicitar Cotação", href: "#hero" },
|
{ text: "Cotação Gratuita Agora", href: "#hero" },
|
||||||
{ text: "Falar no WhatsApp", href: "https://wa.me/5511945863001" }
|
{ text: "Falar no WhatsApp", href: "https://wa.me/5511945863001" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
|||||||
title: "Associação Consolidada", description: "Mais de 20 anos protegendo famílias e proprietários.", icon: Shield
|
title: "Associação Consolidada", description: "Mais de 20 anos protegendo famílias e proprietários.", icon: Shield
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-customer-service-operator-assisting-customers-with-issues_482257-117959.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-customer-service-operator-assisting-customers-with-issues_482257-117959.jpg?_wi=1"
|
||||||
imageAlt="Atendimento profissional da Mohav"
|
imageAlt="Atendimento profissional da Mohav"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imagePosition="left"
|
imagePosition="left"
|
||||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Proteção contra Roubo e Furto", description: "Segurança total em caso de roubo ou furto do seu veículo, com cobertura integral.", imageSrc: "http://img.b2bpic.net/free-photo/business-agreement-handshake-coffee-shop_53876-16007.jpg"
|
title: "Proteção contra Roubo e Furto", description: "Segurança total em caso de roubo ou furto do seu veículo, com cobertura integral.", imageSrc: "http://img.b2bpic.net/free-photo/business-agreement-handshake-coffee-shop_53876-16007.jpg?_wi=1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
@@ -132,13 +132,13 @@ export default function LandingPage() {
|
|||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "01", title: "Solicite sua Cotação", description: "Entre em contato conosco e receba uma proposta personalizada", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-holding-smartphone-use-car-insurance-application-online-after-his-broken-car-insurance-concept_493343-30005.jpg"
|
id: "1", value: "01", title: "Solicite sua Cotação", description: "Entre em contato conosco e receba uma proposta personalizada", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-holding-smartphone-use-car-insurance-application-online-after-his-broken-car-insurance-concept_493343-30005.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", value: "02", title: "Escolha seu Plano", description: "Selecione a melhor cobertura para as suas necessidades", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-service-operator-assisting-customers-with-issues_482257-117959.jpg"
|
id: "2", value: "02", title: "Escolha seu Plano", description: "Selecione a melhor cobertura para as suas necessidades", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-service-operator-assisting-customers-with-issues_482257-117959.jpg?_wi=2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", value: "03", title: "Fique Protegido", description: "Pronto! Você está coberto e seguro com a Mohav", imageSrc: "http://img.b2bpic.net/free-photo/business-agreement-handshake-coffee-shop_53876-16007.jpg"
|
id: "3", value: "03", title: "Fique Protegido", description: "Pronto! Você está coberto e seguro com a Mohav", imageSrc: "http://img.b2bpic.net/free-photo/business-agreement-handshake-coffee-shop_53876-16007.jpg?_wi=2"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -154,27 +154,27 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Carlos Mendes", role: "Motorista de Aplicativo", company: "Jundiaí", rating: 5,
|
id: "1", name: "Carlos Mendes", role: "Motorista de Aplicativo", company: "Jundiaí", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Carlos Mendes"
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Carlos Mendes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Fernanda Silva", role: "Proprietária de Carro", company: "Vila Torres Neves", rating: 5,
|
id: "2", name: "Fernanda Silva", role: "Proprietária de Carro", company: "Vila Torres Neves", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Fernanda Silva"
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Fernanda Silva"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Roberto Costa", role: "Pequeno Empresário", company: "Jundiaí", rating: 5,
|
id: "3", name: "Roberto Costa", role: "Pequeno Empresário", company: "Jundiaí", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Roberto Costa"
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Roberto Costa"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Mariana Oliveira", role: "Mãe de Família", company: "Jundiaí", rating: 5,
|
id: "4", name: "Mariana Oliveira", role: "Mãe de Família", company: "Jundiaí", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Mariana Oliveira"
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Mariana Oliveira"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "João Pereira", role: "Proprietário de Veículo", company: "Região de Jundiaí", rating: 5,
|
id: "5", name: "João Pereira", role: "Proprietário de Veículo", company: "Região de Jundiaí", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "João Pereira"
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "João Pereira"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Beatriz Gomes", role: "Motorista Segura", company: "Jundiaí", rating: 5,
|
id: "6", name: "Beatriz Gomes", role: "Motorista Segura", company: "Jundiaí", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Beatriz Gomes"
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "Beatriz Gomes"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
@@ -259,4 +259,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user