diff --git a/src/components/pages/AboutPage/AboutExperience.tsx b/src/components/pages/AboutPage/AboutExperience.tsx index 2e28b243..a7ceba0f 100644 --- a/src/components/pages/AboutPage/AboutExperience.tsx +++ b/src/components/pages/AboutPage/AboutExperience.tsx @@ -2,28 +2,13 @@ "use client"; import React from "react"; -import visualisationImg from "../../../../public/img/pages/about/experience/visualisation.png"; -import demonstrationImg from "../../../../public/img/pages/about/experience/demonstrartion.png"; -import presentationsImg from "../../../../public/img/pages/about/experience/presentations.png"; -import sitesImg from "../../../../public/img/pages/about/experience/sites.png"; -import toursImg from "../../../../public/img/pages/about/experience/tours.png"; - +import AboutEventCard from "./AboutEventCard"; +import AboutAchievementsCard from "./AboutAchievementsCard"; import EventLogo1 from "../../../../public/img/pages/about/experience/EventLogo1.png"; import EventLogo2 from "../../../../public/img/pages/about/experience/EventLogo2.png"; - -import buildUpImage from "../../../../public/img/pages/about/experience/cards/build_up.png"; -import dpImage from "../../../../public/img/pages/about/experience/cards/dp.png"; -import mapImage from "../../../../public/img/pages/about/experience/cards/map.png"; -import skImage from "../../../../public/img/pages/about/experience/cards/sk.png"; -import tableImage from "../../../../public/img/pages/about/experience/cards/table.png"; -import wowImage from "../../../../public/img/pages/about/experience/cards/wow.png"; - import { ArticleCard } from "../BlogPage/ArticleCard"; import { useSearchParams } from "next/navigation"; import { useGetArticlesQuery } from "@/queries/getArticles"; -import { motion } from "framer-motion"; -import AboutEventCard from "./AboutEventCard"; -import AboutAchievementsCard from "./AboutAchievementsCard"; export default function AboutExperience() { const searchParams = useSearchParams(); @@ -33,32 +18,32 @@ export default function AboutExperience() { return (
@@ -92,7 +77,7 @@ export default function AboutExperience() { max-md:p-[4.444vw]" > @@ -121,7 +106,11 @@ export default function AboutExperience() { max-lg:border max-lg:border-[#FFFFFF1A] md:max-lg:p-[3.125vw] max-md:p-[4.444vw]" > - + Интерактивные
презентации
@@ -135,7 +124,7 @@ export default function AboutExperience() { Сайты @@ -146,7 +135,7 @@ export default function AboutExperience() { max-md:p-[4.444vw]" >
diff --git a/src/components/pages/AboutPage/AboutTeam.tsx b/src/components/pages/AboutPage/AboutTeam.tsx index 88c3d545..c5cf2ae5 100644 --- a/src/components/pages/AboutPage/AboutTeam.tsx +++ b/src/components/pages/AboutPage/AboutTeam.tsx @@ -1,22 +1,9 @@ /* eslint-disable @next/next/no-img-element */ "use client"; import React from "react"; - -import GD from "../../../../public/img/pages/about/team/GD.png"; -import PD from "../../../../public/img/pages/about/team/PD.png"; -import devs from "../../../../public/img/pages/about/team/devs.png"; -import designers from "../../../../public/img/pages/about/team/designers.png"; -import cat from "../../../../public/img/pages/about/team/cat.png"; -import mock from "../../../../public/img/pages/about/team/carousel-mock.png"; import { motion } from "framer-motion"; function TeamCarousel() { - function getOuterCircleStyle(index: number) { - return ` - rotate(${index * 18}deg) translateX(10.5vw) rotate(-${index * 18}deg) - `; - } - return (
- +