From b6b2cf8bb81ac228a7afdca3ef33eeff6465eb6d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:18 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cae906e..2515e48 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1412,4 +1412,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 0b656bdfa85c0c0da0ac0bb408e25eb3e312e8c2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:49:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ce452a..e88f566 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,6 +50,7 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUotej2dP32qJ6BW5mJZPMgXns/uploaded-1772656913285-orofldla.jpg" imageAlt="Эксперт цифрового маркетинга с профессиональным оборудованием" showDimOverlay={true} + imageClassName="aspect-square object-cover" /> @@ -178,7 +179,7 @@ export default function LandingPage() { description="Давайте обсудим вашу стратегию и найдем лучший путь к успеху. Первичная консультация совершенно бесплатна." buttons={[ { text: "Записаться на консультацию", href: "https://calendly.com" }, - { text: "Отправить сообщение", href: "mailto:expert@example.com" } + { text: "Отправить сообщение", href: "https://t.me/PrimePlatinumLOCKED_SELECTION" } ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -194,4 +195,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1