9 Commits

Author SHA1 Message Date
2138774a04 Merge version_7 into main
Merge version_7 into main
2026-04-25 21:25:07 +00:00
7714689805 Update theme colors 2026-04-25 21:25:04 +00:00
24684061ba Merge version_6 into main
Merge version_6 into main
2026-04-25 21:24:53 +00:00
e5a7a45aa8 Update theme colors 2026-04-25 21:24:50 +00:00
b3809cdc76 Merge version_5 into main
Merge version_5 into main
2026-04-25 21:24:37 +00:00
9a7936ccf3 Update theme colors 2026-04-25 21:24:34 +00:00
ca33bc9d29 Merge version_4 into main
Merge version_4 into main
2026-04-23 22:24:34 +00:00
dc0dae85dd Update src/app/page.tsx 2026-04-23 22:24:27 +00:00
6a32a54c31 Merge version_3 into main
Merge version_3 into main
2026-04-23 22:23:08 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -178,7 +178,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Book Your Appointment Today"
description="Get a personalized treatment plan consultation by booking today"
description="Book your consultation today and take the first step toward a healthier, brighter smile"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);