Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 80cd44f7f8 | |||
| b1439791f8 | |||
| 640f6728c0 | |||
| e5d59e93b4 | |||
| 2bd39fb187 | |||
| 9bc45e1fc7 | |||
| acb2654eee | |||
| fa7eb6820f | |||
| e592f7cd03 | |||
| 0fa35d1550 | |||
| ec0056862d |
1409
src/app/layout.tsx
1409
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Book Your Appointment", href: "contact" },
|
||||
{ text: "Book Now – Limited Slots", href: "contact" },
|
||||
{ text: "Call Now", href: "tel:(830) 387-4341" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #e63946;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user