29 Commits

Author SHA1 Message Date
062667c357 Update src/app/page.tsx 2026-03-05 20:24:02 +00:00
e999a0e8d0 Update src/app/styles/variables.css 2026-03-05 20:22:45 +00:00
f59377a90d Update src/app/page.tsx 2026-03-05 20:22:45 +00:00
2e6b665e9e Update src/app/layout.tsx 2026-03-05 20:22:45 +00:00
a73a295ffc Merge version_6 into main
Merge version_6 into main
2026-03-05 20:20:34 +00:00
995d7c9d75 Update src/app/styles/variables.css 2026-03-05 20:20:30 +00:00
a801a6e7be Update src/app/page.tsx 2026-03-05 20:20:30 +00:00
ca411e17d5 Merge version_6 into main
Merge version_6 into main
2026-03-05 20:19:48 +00:00
0995503f0e Update src/app/styles/variables.css 2026-03-05 20:19:44 +00:00
12c097b9e8 Update src/app/styles/base.css 2026-03-05 20:19:44 +00:00
15d011be4f Update src/app/page.tsx 2026-03-05 20:19:44 +00:00
1d2e10278f Merge version_6 into main
Merge version_6 into main
2026-03-05 20:19:02 +00:00
e1e802bea8 Switch to version 4: modified src/app/page.tsx 2026-03-05 20:18:49 +00:00
6a5a857dca Update theme colors 2026-03-05 20:17:26 +00:00
f383ea79e7 Merge version_5 into main
Merge version_5 into main
2026-03-05 20:17:19 +00:00
3a0c026c25 Update src/app/styles/variables.css 2026-03-05 20:17:15 +00:00
01f898eada Update src/app/page.tsx 2026-03-05 20:17:15 +00:00
38d71dadb8 Update src/app/page.tsx 2026-03-05 20:17:15 +00:00
16b82121fc Update src/app/layout.tsx 2026-03-05 20:17:14 +00:00
e01e9a4aae Merge version_5 into main
Merge version_5 into main
2026-03-05 20:15:58 +00:00
f9558c5a4d Update src/app/page.tsx 2026-03-05 20:15:55 +00:00
111691a15e Merge version_5 into main
Merge version_5 into main
2026-03-05 20:14:38 +00:00
ce26f1e1d3 Update src/app/page.tsx 2026-03-05 20:14:33 +00:00
143a34bdba Merge version_4 into main
Merge version_4 into main
2026-03-05 20:12:05 +00:00
a18f391cbd Update src/app/styles/variables.css 2026-03-05 20:12:01 +00:00
ed3ad454f0 Update src/app/page.tsx 2026-03-05 20:12:01 +00:00
e02a020e3a Update src/app/layout.tsx 2026-03-05 20:12:00 +00:00
acc56c1450 Merge version_3 into main
Merge version_3 into main
2026-03-05 20:05:14 +00:00
acd000a324 Merge version_3 into main
Merge version_3 into main
2026-03-05 20:04:02 +00:00
4 changed files with 18 additions and 56 deletions

View File

@@ -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>
); );
} }

View File

@@ -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: "#" },
], ],
}, },
]} ]}

View File

@@ -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;
} }

View File

@@ -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);