6 Commits

Author SHA1 Message Date
5352200173 Update theme colors 2026-03-17 00:42:39 +00:00
1be17db502 Update theme colors 2026-03-17 00:42:13 +00:00
e331818ae7 Update src/app/styles/variables.css 2026-03-17 00:41:29 +00:00
69fa41443b Merge version_3 into main
Merge version_3 into main
2026-03-17 00:38:53 +00:00
5f64ca1814 Update src/app/page.tsx 2026-03-17 00:38:49 +00:00
b5d9a35b8c Merge version_2 into main
Merge version_2 into main
2026-03-17 00:33:40 +00:00
2 changed files with 13 additions and 8 deletions

View File

@@ -97,6 +97,11 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Schedule Your Service", href: "tel:+1-555-123-4567" },
{ text: "Book an Appointment", href: "#contact" }
]}
buttonAnimation="slide-up"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--background: #fffafa;
--card: #fff7f7;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #6139e6;
--background-accent: #b3a8e8;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);