Compare commits
11 Commits
version_7
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| b311a13115 | |||
| dd1c3c736f | |||
| 87429796de | |||
| 39d887cb1b | |||
| 3c2b33ebca | |||
| c78b36e471 | |||
| 65255d61e5 | |||
| d937c85900 | |||
| a42170a1d3 | |||
| f835083f7a | |||
| 3e384fb987 |
@@ -76,6 +76,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
tag="Excelencia en Salud Dental"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Tu sonrisa es nuestra prioridad"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--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;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fffffae6;
|
||||
--primary-cta: #fde047;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #fffffae6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user