3 Commits

Author SHA1 Message Date
f04a0c60fe Update theme colors 2026-05-06 18:24:28 +00:00
d20b5be2b3 Update src/app/page.tsx 2026-05-06 18:23:05 +00:00
1b129e3be3 Merge version_1 into main
Merge version_1 into main
2026-05-06 18:21:05 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
title="Excellence in Periodontics and Dental Implants"
description="Providing compassionate, state-of-the-art care for your periodontal health and aesthetic smile needs in the heart of Brickell."
buttons={[{ text: "Book Appointment", href: "/contact" }, { text: "Patient Resources", href: "/resources" }]}
buttons={[{ text: "Book Consultation", href: "/contact" }, { text: "Patient Resources", href: "/resources" }]}
imageSrc="http://img.b2bpic.net/free-photo/dental-chair-other-accesorries-used-by-dentist-empty-cabinet-stomatology-cabinet-with-nobody-it-orange-equipment-oral-treatment_482257-12475.jpg"
mediaAnimation="slide-up"
avatars={[

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);