Merge version_2 into main #2
@@ -1,48 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Oficina do Avó - Consertos e Manutenção Automotiva", description: "Oficina profissional com 30 anos de experiência em consertos automotivos, manutenção preventiva e serviços completos. Agende agora mesmo seu serviço.", keywords: "oficina automotiva, conserto de carros, manutenção de veículos, mecânica, alinhamento, freios", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Oficina do Avó - Confiabilidade em Manutenção Automotiva", description: "Consertos, manutenção preventiva e serviços automotivos completos com profissionalismo e qualidade desde 1995.", type: "website", siteName: "Oficina do Avó", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/serviceman-car-service-using-holographic-augmented-reality-show-customer-defective-vehicle-piston-hardworking-garage-employee-using-innovative-ar-tech-project-automobile-parts-woman_482257-74243.jpg", alt: "professional auto repair workshop interior"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Oficina do Avó - Serviços Automotivos Profissionais", description: "Sua oficina de confiança para consertos e manutenção de veículos.", images: ["http://img.b2bpic.net/free-photo/serviceman-car-service-using-holographic-augmented-reality-show-customer-defective-vehicle-piston-hardworking-garage-employee-using-innovative-ar-tech-project-automobile-parts-woman_482257-74243.jpg"],
|
||||
},
|
||||
};
|
||||
title: "Oficina do Avó - Serviços Automotivos", description: "Oficina de confiança com mais de 30 anos de experiência em consertos automotivos. Oferecemos serviços de qualidade com preços justos."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${montserrat.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="pt-BR">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1410,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -120,14 +120,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Conserto de Motor", description: "Diagnóstico e reparo completo de motores com peças originais ou equivalentes de qualidade.", bentoComponent: "icon-info-cards", items: [
|
||||
title: "Conserto de Motor", description: "Diagnóstico e reparo completo de motores com peças originais ou equivalentes de qualidade.", bentoComponent: "icon-info-cards", button: { text: "Agendar Agora", href: "#contact" },
|
||||
items: [
|
||||
{ icon: Wrench, label: "Diagnóstico", value: "Preciso" },
|
||||
{ icon: Zap, label: "Reparos", value: "Rápido" },
|
||||
{ icon: CheckCircle, label: "Garantia", value: "90 dias" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Manutenção Preventiva", description: "Revisões e manutenção regular para evitar problemas futuros e prolongar a vida útil do seu veículo.", bentoComponent: "timeline", heading: "Cronograma de Manutenção", subheading: "Mantenha seu carro em perfeito estado", items: [
|
||||
title: "Manutenção Preventiva", description: "Revisões e manutenção regular para evitar problemas futuros e prolongar a vida útil do seu veículo.", bentoComponent: "timeline", button: { text: "Agendar Agora", href: "#contact" },
|
||||
heading: "Cronograma de Manutenção", subheading: "Mantenha seu carro em perfeito estado", items: [
|
||||
{ label: "Troca de Óleo", detail: "A cada 5.000 km" },
|
||||
{ label: "Filtros", detail: "A cada 10.000 km" },
|
||||
{ label: "Revisão Completa", detail: "Anualmente" },
|
||||
@@ -135,10 +137,11 @@ export default function LandingPage() {
|
||||
completedLabel: "Manutenção em Dia"
|
||||
},
|
||||
{
|
||||
title: "Alinhamento e Balanceamento", description: "Equipamento moderno para alinhamento de direção e balanceamento de rodas com precisão.", bentoComponent: "animated-bar-chart"
|
||||
title: "Alinhamento e Balanceamento", description: "Equipamento moderno para alinhamento de direção e balanceamento de rodas com precisão.", bentoComponent: "animated-bar-chart", button: { text: "Agendar Agora", href: "#contact" }
|
||||
},
|
||||
{
|
||||
title: "Sistema de Freios", description: "Inspeção e manutenção completa do sistema de freios para sua segurança.", bentoComponent: "3d-stack-cards", items: [
|
||||
title: "Sistema de Freios", description: "Inspeção e manutenção completa do sistema de freios para sua segurança.", bentoComponent: "3d-stack-cards", button: { text: "Agendar Agora", href: "#contact" },
|
||||
items: [
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "Pastilhas", subtitle: "Desgaste controlado", detail: "Troca preventiva"
|
||||
@@ -154,7 +157,8 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Eletricidade Automotiva", description: "Diagnóstico e reparos de sistemas elétricos, bateria e alternador.", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
||||
title: "Eletricidade Automotiva", description: "Diagnóstico e reparos de sistemas elétricos, bateria e alternador.", bentoComponent: "orbiting-icons", button: { text: "Agendar Agora", href: "#contact" },
|
||||
centerIcon: Zap,
|
||||
items: [
|
||||
{ icon: Battery, ring: 1 },
|
||||
{ icon: Power, ring: 2 },
|
||||
|
||||
Reference in New Issue
Block a user