Compare commits
24 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 |
@@ -1,7 +1,8 @@
|
||||
import type { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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 visual de excelência. Consultas oftalmológicas completas com tecnologia moderna em Nova Mutum."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
imageAlt="consultório interior clínica moderno acolhedor"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="seu@email.com"
|
||||
inputPlaceholder="(65) 99919-0657"
|
||||
buttonText="Enviar"
|
||||
termsText="Você receberá informações sobre agendamento conforme enviado. Respeitamos sua privacidade."
|
||||
/>
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-manrope), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-manrope), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f0e9;
|
||||
--card: #ffffff;
|
||||
--background: #efebe5;
|
||||
--card: #f7f2ea;
|
||||
--foreground: #2b2b2b;
|
||||
--primary-cta: #2b2b2b;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e8e2d8;
|
||||
--accent: #e1b875;
|
||||
--background-accent: #d4cec0;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
|
||||
Reference in New Issue
Block a user