3 Commits

Author SHA1 Message Date
034204e907 Update src/app/page.tsx 2026-04-18 12:11:29 +00:00
482bf68866 Update theme colors 2026-04-18 12:09:28 +00:00
ae36249d04 Update theme colors 2026-04-18 11:52:13 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -235,7 +235,7 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
title="Разберём ваш объект" title="Разберём ваш объект"
description="Оставьте заявку, и мы свяжемся с вами для обсуждения деталей." description="Оставьте заявку, и мы свяжемся с вами"
inputs={[ inputs={[
{ {
name: "name", name: "name",
@@ -255,7 +255,7 @@ export default function LandingPage() {
placeholder: "Краткое описание задачи", placeholder: "Краткое описание задачи",
rows: 4, rows: 4,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-beautiful-white-interior-modern-architecture_181624-21886.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CWrXcmLNXVdye9AsoxxFdRB2Kk/uploaded-1776514094502-a1zo8h3d.png"
buttonText="Разберём ваш объект" buttonText="Разберём ваш объект"
/> />
</div> </div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #000000;
--card: #ffffff; --card: #0e190f;
--foreground: #1c1c1c; --foreground: #ffffff;
--primary-cta: #1f514c; --primary-cta: #ffffff;
--primary-cta-text: #f5f5f5; --primary-cta-text: #0a1a0c;
--secondary-cta: #ffffff; --secondary-cta: #0d200f;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #d4f6d8;
--accent: #159c49; --accent: #132d17;
--background-accent: #a8e8ba; --background-accent: #223c26;
/* 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);