From 2ec8d423ce6499b8fe9e623240970563c8bdb0eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 20:58:16 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a72f10..f168c5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { @@ -176,11 +180,9 @@ export default function LandingPage() { logoText="Адель — салон красоты" columns={[ { - title: "Услуги", items: [ + title: "Адрес", items: [ { - label: "Косметология", href: "#services"}, - { - label: "Парикмахерские услуги", href: "#services"}, + label: "Москва, ул. Маросейка 6-8с 1, оф. 201", href: "#"}, ], }, { @@ -188,7 +190,13 @@ export default function LandingPage() { { label: "8 (925) 020-40-50", href: "tel:+79250204050"}, { - label: "WhatsApp", href: "https://wa.me/79250204050"}, + label: "WhatsApp: +79250204050", href: "https://wa.me/79250204050"}, + ], + }, + { + title: "Часы работы", items: [ + { + label: "Ежедневно: 10:00-21:00", href: "#"}, ], }, ]} -- 2.49.1 From c2fa1a4647c9acd87daf8bf878af31740bf12573 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 20:58:16 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d4b07bf..bb23c47 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #1a1a1a; - --primary-cta: #1c1c1c; + --background: #fbfaff; + --card: #f7f5ff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #1a1a1a; - --accent: #a8cce8; - --background-accent: #e8e6e1; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1