2 Commits

Author SHA1 Message Date
619ab45a94 Update src/app/page.tsx 2026-04-07 15:53:07 +00:00
23c2a9ce96 Update theme colors 2026-04-07 15:49:54 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -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"

View File

@@ -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);