diff --git a/public/video/car_view_movie.mp4 b/public/video/car_view_movie.mp4 new file mode 100644 index 0000000..e5aa060 Binary files /dev/null and b/public/video/car_view_movie.mp4 differ diff --git a/src/components/Main/Products/Tabs/ForTeachingTab.tsx b/src/components/Main/Products/Tabs/ForTeachingTab.tsx index c873dc5..ee9dae3 100644 --- a/src/components/Main/Products/Tabs/ForTeachingTab.tsx +++ b/src/components/Main/Products/Tabs/ForTeachingTab.tsx @@ -20,7 +20,7 @@ export function ForTeachingTab() { itemProp="forEducation" itemScope itemType="https://schema.org/TrainingsForEducation" - className="overflow-hidden lg:px-10 lg:pt-10 sm:px-6 sm:pt-6 px-4 py-4 bg-[#14161F] border-y border-[#3D425C]" + className="overflow-hidden lg:px-10 lg:pt-10 sm:px-6 sm:pt-6 px-4 max-sm:py-4 max-lg:pb-4 bg-[#14161F] border-y border-[#3D425C]" > Оснащение учебных классов и центров всем необходимым для @@ -63,7 +63,7 @@ export function ForTeachingTab() { @@ -99,7 +99,7 @@ function ForTeachingOption({ diff --git a/src/components/Main/Products/Tabs/IndustrialTab.tsx b/src/components/Main/Products/Tabs/IndustrialTab.tsx index 6e73c4b..cf33273 100644 --- a/src/components/Main/Products/Tabs/IndustrialTab.tsx +++ b/src/components/Main/Products/Tabs/IndustrialTab.tsx @@ -61,7 +61,7 @@ export function IndustrialTab() { @@ -98,12 +98,12 @@ export function IndustrialTab() { ref={imgRef} initial={{ opacity: 0 }} animate={imgInView ? { opacity: 1 } : {}} - transition={{ duration: 1.5, delay: 1.5 }} + transition={{ duration: 1, delay: 1 }} className="relative bottom-0 lg:left-10 sm:left-6 left-4 lg:top-10 sm:top-6 top-4" > тренажеры @@ -39,7 +39,7 @@ export function SimulatorsTab() { ref={titleRef} initial={{ opacity: 0 }} animate={titleInView ? { opacity: 1 } : {}} - transition={{ duration: 1.5, delay: 0.5 }} + transition={{ duration: 1, delay: 0.5 }} className="flex justify-between gap-x-2" >

Симуляторы управления техникой

@@ -68,7 +68,7 @@ export function SimulatorsTab() { ) { {media === Media.img ? (
{title} diff --git a/src/components/Main/Teaching.tsx b/src/components/Main/Teaching.tsx index 40eebd1..1260014 100644 --- a/src/components/Main/Teaching.tsx +++ b/src/components/Main/Teaching.tsx @@ -8,7 +8,7 @@ export function Teaching() { itemType="http://schema.org/Teaching" className="lg:py-[100px] lg:mb-[60px] py-14 md:grid lg:grid-cols-12 gap-x-4" > - + <Title className="max-lg:hidden 2xl:mb-[38px] mb-8 top-20 h-fit col-span-5 row-span-full lg:sticky"> <span className="text-gradient">Тренинг модуль</span> <br className="max-lg:hidden" /> <span className="lg:hidden"> </span>помогает осуществлять diff --git a/src/consts/projects.ts b/src/consts/projects.ts index a050427..0bc50e7 100644 --- a/src/consts/projects.ts +++ b/src/consts/projects.ts @@ -57,4 +57,12 @@ export const projects: IProject<Media>[] = [ media: Media.img, id: Math.random(), }, + { + src: '/video/car_view_movie.mp4', + year: '2024', + tags: ['Симулятор'], + title: 'Smart parking system', + media: Media.video, + id: Math.random(), + }, ];