From 36486a30fe8ce61f3caec5c8c5a8df3890118da0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:48:47 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1529916..67d8331 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Rivas & Díaz Dental Clinic", description: "Clínica dental premium en Santo Domingo Este con tecnología de punta y equipo de expertos en odontología."}; + title: "Rivas & Díaz Dental Clinic", description: "Clínica dental premium en Santo Domingo Este con tecnología de punta y equipo de expertos en odontología." +}; export default function RootLayout({ children, -- 2.49.1 From 0e05397bb9a52d89040472cc520d9efe97e782c6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:48:48 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4932003..8790ae9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,12 +151,6 @@ export default function LandingPage() { }, { id: "2", name: "Dr. Roberto Díaz", role: "Odontólogo Especialista", imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-looking-camera-smiling-while-elderly-patient-waiting-him-background-dental-hygiene-stomatologist-with-protection-glasses-standing-front-webcam-stomatological-clinic_482257-3573.jpg", imageAlt: "Dr. Roberto Díaz" - }, - { - id: "3", name: "Lic. María González", role: "Higienista Dental", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg?_wi=2", imageAlt: "Lic. María González" - }, - { - id: "4", name: "Juan Martínez", role: "Asistente Dental", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-nurse-dental-office-while-pediatric-doctor-is-talking-with-patient-background-stomatologist-assistant-looking-camera-sitting-chair-stomatological-clinic_482257-3285.jpg", imageAlt: "Juan Martínez" } ]} title="Nuestro Equipo de Especialistas" @@ -174,22 +168,22 @@ export default function LandingPage() { Date: Wed, 4 Mar 2026 16:48:48 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..2728855 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #f0f8ff; + --card: #e6f2ff; + --foreground: #003366; + --primary-cta: #0080cc; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #e6f2ff; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #80c8ff; + --background-accent: #b3d9ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1