1 file changed
+1
-1
lines changed- pages/_document.tsx+1-1
- pages/index.tsx+1-1
- pages/styles.css+9-2
- src/components/atoms/BackgroundContainer/BackgroundContainer.ts+5
- src/components/atoms/BackgroundContainer/index.ts+1
- src/components/atoms/Icons/ContactUsIcon/ContactUsIcon.tsx+234
- src/components/atoms/Icons/ContactUsIcon/index.ts+1
- src/components/atoms/Icons/DarkLineIcon/DarkLineIcon.tsx+32
- src/components/atoms/Icons/DarkLineIcon/index.ts+1
- src/components/atoms/Icons/EntryPointIcon/EntryPointIcon.tsx+136
- src/components/atoms/Icons/EntryPointIcon/index.ts+1
- src/components/atoms/Icons/HeaderIcon/HeaderIcon.tsx+32
- src/components/atoms/Icons/HeaderIcon/index.ts+1
- src/components/atoms/Icons/MailIcon/MailIcon.tsx+23
- src/components/atoms/Icons/MailIcon/index.ts+1
- src/components/atoms/Icons/TelegramIcon/TelegramIcon.tsx+23
- src/components/atoms/Icons/TelegramIcon/index.ts+1
- src/components/atoms/Icons/WhomFitsIcon/WhomFitsIcon.tsx+198
- src/components/atoms/Icons/WhomFitsIcon/index.ts+1
- src/components/atoms/Icons/index.ts+7
- src/components/atoms/ScrollLink/ScrollLink.tsx+29
- src/components/atoms/ScrollLink/index.ts+1
- src/components/atoms/ScrollLink/styled.ts+32
- src/components/atoms/index.ts+3
- src/components/molecules/Advantages/Advantages.tsx+22
- src/components/molecules/Advantages/index.ts+1
- src/components/molecules/Advantages/styled.ts+56
- src/components/molecules/AfterBannerRow/AfterBannerRow.tsx-12
- src/components/molecules/AfterBannerRow/index.ts-1
- src/components/molecules/AfterBannerRow/styled.ts-25
- src/components/molecules/Cards/Cards.tsx-21
- src/components/molecules/Cards/index.ts-1
- src/components/molecules/Cards/styled.ts-49
- src/components/molecules/ContactUs/ContactUs.tsx+32
- src/components/molecules/ContactUs/index.ts+1
- src/components/molecules/ContactUs/styled.ts+63
- src/components/molecules/DarkLine/DarkLine.tsx+36
- src/components/molecules/DarkLine/index.ts+1
- src/components/molecules/DarkLine/styled.ts+102
- src/components/molecules/EntryPoint/EntryPoint.tsx+37
- src/components/molecules/EntryPoint/index.ts+1
- src/components/molecules/EntryPoint/styled.ts+97
- src/components/molecules/HeaderSecondRow/HeaderSecondRow.tsx+6-5
- src/components/molecules/HeaderSecondRow/styled.ts+18-3
- src/components/molecules/K8sToday/K8sToday.tsx+21
- src/components/molecules/K8sToday/index.ts+1
- src/components/molecules/K8sToday/styled.ts+77
- src/components/molecules/VideoRow/VideoRow.tsx+10-6
- src/components/molecules/VideoRow/styled.ts+1-1
- src/components/molecules/WhatDiffers/WhatDiffers.tsx+22
- src/components/molecules/WhatDiffers/index.ts+1
- src/components/molecules/WhatDiffers/styled.ts+62
- src/components/molecules/WhomFits/WhomFits.tsx+36
- src/components/molecules/WhomFits/index.ts+1
- src/components/molecules/WhomFits/styled.ts+91
- src/components/molecules/index.ts+7-2
- src/components/organisms/Footer/Footer.tsx+3-1
- src/components/organisms/Footer/styled.ts+3-5
- src/components/organisms/Header/Header.tsx+38-32
- src/components/organisms/Header/styled.ts+1-11
- src/hooks/useActiveSection.ts+128
- src/mocks/pages/homePage.ts+125-56
- src/pages/HomePage/HomePage.tsx+29-20
- src/types/pageTypes.ts+56-8
0 commit comments