Compare commits
29 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 062667c357 | |||
| e999a0e8d0 | |||
| f59377a90d | |||
| 2e6b665e9e | |||
| a73a295ffc | |||
| 995d7c9d75 | |||
| a801a6e7be | |||
| ca411e17d5 | |||
| 0995503f0e | |||
| 12c097b9e8 | |||
| 15d011be4f | |||
| 1d2e10278f | |||
| e1e802bea8 | |||
| 6a5a857dca | |||
| f383ea79e7 | |||
| 3a0c026c25 | |||
| 01f898eada | |||
| 38d71dadb8 | |||
| 16b82121fc | |||
| e01e9a4aae | |||
| f9558c5a4d | |||
| 111691a15e | |||
| ce26f1e1d3 | |||
| 143a34bdba | |||
| a18f391cbd | |||
| ed3ad454f0 | |||
| e02a020e3a | |||
| acc56c1450 | |||
| acd000a324 |
@@ -1,49 +1,17 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import { Manrope } from "next/font/google";
|
|
||||||
import "./globals.css";
|
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const manrope = Manrope({
|
|
||||||
variable: "--font-manrope", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dr. Alexandre Nascimento - Oftalmologista em Nova Mutum", description: "Oftalmologista em Nova Mutum com tecnologia moderna. Consulta, exame de vista, diagnóstico de doenças oculares. Agende sua consulta agora.", keywords: "oftalmologista Nova Mutum, exame de vista, catarata, glaucoma, consulta oftalmológica, saúde ocular", openGraph: {
|
title: "Dr. Alexandre Nascimento - Oftalmologia", description: "Cuidado visual de excelência. Consultas oftalmológicas completas com tecnologia moderna em Nova Mutum."
|
||||||
title: "Dr. Alexandre Nascimento - Oftalmologia", description: "Cuidado completo para a saúde dos seus olhos com tecnologia moderna e atendimento humanizado.", type: "website", siteName: "Dr. Alexandre Nascimento Oftalmologia"},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Dr. Alexandre Nascimento - Oftalmologista", description: "Consultas oftalmológicas em Nova Mutum com equipamentos de última geração."},
|
|
||||||
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>{children}
|
||||||
<body
|
|
||||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1411,7 +1379,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="consultório interior clínica moderno acolhedor"
|
imageAlt="consultório interior clínica moderno acolhedor"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="seu@email.com"
|
inputPlaceholder="(65) 99919-0657"
|
||||||
buttonText="Enviar"
|
buttonText="Enviar"
|
||||||
termsText="Você receberá informações sobre agendamento conforme enviado. Respeitamos sua privacidade."
|
termsText="Você receberá informações sobre agendamento conforme enviado. Respeitamos sua privacidade."
|
||||||
/>
|
/>
|
||||||
@@ -174,18 +174,13 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "📍 Av. das Águias, 668 W - Parque dos Ingás - Nova Mutum, MT", href: "https://maps.google.com/?q=Av+das+Águias+668+W+Parque+dos+Ingás+Nova+Mutum+MT"
|
label: "📍 Av. das Águias, 668 W - Parque dos Ingás - Nova Mutum, MT", href: "https://maps.google.com/?q=Av+das+Águias+668+W+Parque+dos+Ingás+Nova+Mutum+MT"
|
||||||
},
|
},
|
||||||
|
{ label: "💬 WhatsApp", href: "https://wa.me/5565999190657" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Horários", items: [
|
title: "Horários", items: [
|
||||||
{ label: "Seg-Qui: 8h - 12h | 13h30 - 18h", href: "#" },
|
{ label: "Seg-Qui: 8h - 11h30 | 13h30 - 18h", href: "#" },
|
||||||
{ label: "Sexta: 8h - 12h | 13h30 - 17h", href: "#" },
|
{ label: "Sexta: 8h - 11h30 | 13h30 - 17h", href: "#" },
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Redes Sociais", items: [
|
|
||||||
{ label: "WhatsApp", href: "https://wa.me/5565999190657" },
|
|
||||||
{ label: "Google", href: "#" },
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-manrope), sans-serif;
|
font-family: var(--font-inter), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-manrope), sans-serif;
|
font-family: var(--font-inter), sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #efebe5;
|
||||||
--card: #f0ffff;
|
--card: #f7f2ea;
|
||||||
--foreground: #000000;
|
--foreground: #2b2b2b;
|
||||||
--primary-cta: #41dff0;
|
--primary-cta: #2b2b2b;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f0ffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #120a00e6;
|
--secondary-cta-text: #120a00e6;
|
||||||
--accent: #000000;
|
--accent: #e1b875;
|
||||||
--background-accent: #3be5f7;
|
--background-accent: #d4cec0;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user