+
Страница затерялась в облаках{' '}
404
@@ -27,7 +25,7 @@ export default function NotFound() {
Если ошибка повторяется — напишите нам об этом{' '}
-
+
на электронную почту
@@ -37,14 +35,14 @@ export default function NotFound() {
Вернитесь{' '}
{' '}
или{' '}
на главную
diff --git a/apps/xi.support/app/page.tsx b/apps/xi.support/app/page.tsx
deleted file mode 100644
index d702b773..00000000
--- a/apps/xi.support/app/page.tsx
+++ /dev/null
@@ -1,15 +0,0 @@
-'use client';
-
-import { CallToAction, Hero, Parts } from 'components/HomePage';
-import { Layout, HeaderMain } from 'components/Common';
-
-const Page = () => (
-
-
-
-
-
-
-);
-
-export default Page;
diff --git a/apps/xi.support/components/CallToAction.tsx b/apps/xi.support/components/CallToAction.tsx
new file mode 100644
index 00000000..1d306546
--- /dev/null
+++ b/apps/xi.support/components/CallToAction.tsx
@@ -0,0 +1,28 @@
+import { Button } from '@xipkg/button';
+import { TelegramFilled } from '@xipkg/icons';
+import NextLink from 'next/link';
+
+export const CallToAction = () => (
+
+
+ Не нашлось ответа?
+
+
+
+);
diff --git a/apps/xi.support/components/Card.tsx b/apps/xi.support/components/Card.tsx
new file mode 100644
index 00000000..69a9621f
--- /dev/null
+++ b/apps/xi.support/components/Card.tsx
@@ -0,0 +1,24 @@
+import { Link } from '@xipkg/link';
+
+interface CardProps {
+ title: string;
+ href: string;
+ description: string;
+}
+
+export const Card = ({ title, href, description }: CardProps) => {
+ return (
+
+ {title}
+ {description}
+
+ );
+};
diff --git a/apps/xi.support/components/Common/HeaderDoc.tsx b/apps/xi.support/components/Common/HeaderDoc.tsx
deleted file mode 100644
index dce0e2b1..00000000
--- a/apps/xi.support/components/Common/HeaderDoc.tsx
+++ /dev/null
@@ -1,33 +0,0 @@
-'use client';
-
-import Image from 'next/image';
-import Link from 'next/link';
-import { Button } from '@xipkg/button';
-
-export const HeaderDoc = () => (
-
-
-
-
-
-
-
-
-
-
-
-);
diff --git a/apps/xi.support/components/Common/HeaderMain.tsx b/apps/xi.support/components/Common/HeaderMain.tsx
deleted file mode 100644
index 0dccba37..00000000
--- a/apps/xi.support/components/Common/HeaderMain.tsx
+++ /dev/null
@@ -1,35 +0,0 @@
-'use client';
-
-import Image from 'next/image';
-import Link from 'next/link';
-import { Button } from '@xipkg/button';
-
-export const HeaderMain = () => (
-
-
-
-
-
-
-
-
-
-
-
-);
-
-export default HeaderMain;
diff --git a/apps/xi.support/components/Common/Layout.tsx b/apps/xi.support/components/Common/Layout.tsx
deleted file mode 100644
index f8aebd54..00000000
--- a/apps/xi.support/components/Common/Layout.tsx
+++ /dev/null
@@ -1,58 +0,0 @@
-import { ReactNode } from 'react';
-import { Footer } from 'pkg.landing.footer';
-
-interface SectionLink {
- link: string;
- title: string;
-}
-
-interface Section {
- title: string;
- links: SectionLink[];
-}
-
-const sections: Section[] = [
- {
- title: 'Продукт',
- links: [
- { link: 'https://sovlium.ru/calendar', title: 'Расписание' },
- { link: 'https://sovlium.ru/calls', title: 'Видеозвонки' },
- { link: 'https://sovlium.ru/whiteboard', title: 'Онлайн-доска' },
- { link: 'https://sovlium.ru/materials', title: 'Материалы' },
- { link: 'https://sovlium.ru/payments', title: 'Оплаты' },
- ],
- },
- {
- title: 'Клиентам',
- links: [
- { link: 'https://sovlium.ru/prices', title: 'Тарифы' },
- { link: 'https://support.sovlium.ru/', title: 'Поддержка' },
- { link: 'https://t.me/sovlium_support_bot', title: 'Написать в Telegram' },
- ],
- },
- {
- title: 'Компания',
- links: [
- { link: 'https://sovlium.ru/about', title: 'О нас' },
- { link: 'https://sovlium.ru/blog', title: 'Блог' },
- { link: 'https://sovlium.ru/legal/terms', title: 'Документы' },
- { link: 'https://vacancy.sovlium.ru/', title: 'Вакансии' },
- ],
- },
- {
- title: 'Социальные сети',
- links: [{ link: 'https://t.me/sovlium', title: 'Telegram' }],
- },
-];
-
-export const Layout = ({ children }: { children: ReactNode }) => (
- <>
- {children}
-
+ Не нашлось ответа? +
+ +{title}
+{description}
+ + ); +}; diff --git a/apps/xi.support/components/Common/HeaderDoc.tsx b/apps/xi.support/components/Common/HeaderDoc.tsx deleted file mode 100644 index dce0e2b1..00000000 --- a/apps/xi.support/components/Common/HeaderDoc.tsx +++ /dev/null @@ -1,33 +0,0 @@ -'use client'; - -import Image from 'next/image'; -import Link from 'next/link'; -import { Button } from '@xipkg/button'; - -export const HeaderDoc = () => ( -