Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 562f04a31b | |||
| 619ab45a94 | |||
| 299855f30d | |||
| 4f84892096 | |||
| 1578d500ca | |||
| 69b7a0f38c | |||
| 09ac4592c8 | |||
| 930bfa8fb8 | |||
| 23c2a9ce96 | |||
| 081ed91f23 | |||
| b748503905 | |||
| 4e82f1e04c | |||
| 24dcbf7875 | |||
| e07ad6965e | |||
| 6ca6eac9af | |||
| 80f2f60428 | |||
| 90bf3ce86d | |||
| f266cc9091 | |||
| 2abb863d8d | |||
| d002c059f6 | |||
| 27762fc87b | |||
| 377d5f6b8e | |||
| 2f522567d5 | |||
| afc8d217c5 | |||
| e1343f3470 | |||
| dc68129ecc | |||
| 21dee563aa |
@@ -55,7 +55,7 @@ export default function HvacPage() {
|
||||
avatarText=""
|
||||
buttons={[
|
||||
{ text: "йцуйцу", href: "#contact" },
|
||||
{ text: "Our Services", href: "#services" },
|
||||
{ text: "2", href: "#services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-1.jpg"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f8fafc;
|
||||
--card: #ffffff;
|
||||
--foreground: #0f172a;
|
||||
--primary-cta: #1d4ed8;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #e0e7ff;
|
||||
--secondary-cta-text: #1e3a5f;
|
||||
--accent: #3b82f6;
|
||||
--background-accent: #60a5fa;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #E34400;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user