Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6c5f7b0e5 | |||
| 2af20085c1 | |||
| 7724b2c47a | |||
| f892bafeda | |||
| 1f54dc4f13 |
@@ -164,6 +164,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
|
className="py-24"
|
||||||
|
containerClassName="max-w-7xl mx-auto px-6"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="Přijďte nás navštívit"
|
title="Přijďte nás navštívit"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fcf6ec;
|
--background: #ffffff;
|
||||||
--card: #f3ede2;
|
--card: #f9f9f9;
|
||||||
--foreground: #2e2521;
|
--foreground: #120006e6;
|
||||||
--primary-cta: #2e2521;
|
--primary-cta: #e63946;
|
||||||
--primary-cta-text: #fcf6ec;
|
--primary-cta-text: #fcf6ec;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #2e2521;
|
--secondary-cta-text: #2e2521;
|
||||||
--accent: #b2a28b;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #b2a28b;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* 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