Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69f73f61fc | |||
| 8b8bb3bd40 | |||
| b8af621925 | |||
| 99e0d8c892 | |||
| d939876e60 | |||
| daf6596b09 |
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
id: "3", title: "Hoe vaak moet ik onderhoud laten uitvoeren?", content: "Wij raden jaarlijks onderhoud aan om optimale prestatie te garanderen. Voor waterpompen kan dit 1-2 keer per jaar nodig zijn."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Bieden jullie noodreparaties aan?", content: "Ja! Wij hebben 24/7 noodservice beschikbaar. Belt u ons directe lijn en wij zullen zo snel mogelijk ter plaatse zijn."
|
||||
id: "4", title: "Bieden jullie noodreparaties aan?", content: "Ja! Wij hebben 24/7 noodservice beschikbaar. Bels u ons directe lijn en wij zullen zo snel mogelijk ter plaatse zijn."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Wat kost een airco-systeem approximately?", content: "Prijzen variëren afhankelijk van het systeem en uw huis. Wij bieden gratis offertes aan om u exact te informeren."
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #6139e6;
|
||||
--background: #ffffff;
|
||||
--card: #f0f8ff;
|
||||
--foreground: #001a33;
|
||||
--primary-cta: #0066cc;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #e6f2ff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #6139e6;
|
||||
--background-accent: #b3a8e8;
|
||||
--accent: #00a84d;
|
||||
--background-accent: #d4f1e4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user