Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a853b54a79 | |||
| 1dba7d975f | |||
| 281df919d2 | |||
| b311a13115 | |||
| e4fcb6c466 | |||
| dd1c3c736f | |||
| 3120baf25a | |||
| 87429796de | |||
| 89204924c6 | |||
| 39d887cb1b | |||
| 923feeab81 | |||
| 3c2b33ebca | |||
| 94fb2d9860 | |||
| c78b36e471 | |||
| 65255d61e5 | |||
| d937c85900 | |||
| a42170a1d3 | |||
| c284add558 | |||
| f835083f7a | |||
| 3e384fb987 |
@@ -76,6 +76,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<SplitAbout
|
<SplitAbout
|
||||||
|
tag="Excelencia en Salud Dental"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Tu sonrisa es nuestra prioridad"
|
title="Tu sonrisa es nuestra prioridad"
|
||||||
@@ -226,4 +227,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #010912;
|
--background: #000802;
|
||||||
--card: #152840;
|
--card: #0b1a0b;
|
||||||
--foreground: #e6f0ff;
|
--foreground: #e6ffe6;
|
||||||
--primary-cta: #cee7ff;
|
--primary-cta: #80da9b;
|
||||||
--primary-cta-text: #010912;
|
--primary-cta-text: #000802;
|
||||||
--secondary-cta: #0e1a29;
|
--secondary-cta: #07170b;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #e6ffe6;
|
||||||
--accent: #3f5c79;
|
--accent: #38714a;
|
||||||
--background-accent: #004a93;
|
--background-accent: #2c6541;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user