diff --git a/src/app/Landing/EnjoyDev/HighWay/Block.tsx b/src/app/Landing/CompareDev/HighWay/Block.tsx similarity index 91% rename from src/app/Landing/EnjoyDev/HighWay/Block.tsx rename to src/app/Landing/CompareDev/HighWay/Block.tsx index 1d646e89d..3b9a74a46 100644 --- a/src/app/Landing/EnjoyDev/HighWay/Block.tsx +++ b/src/app/Landing/CompareDev/HighWay/Block.tsx @@ -3,7 +3,7 @@ import type { FC } from 'react' import GraveSVG from '~/icons/Grave' import PlaneSVG from '~/icons/Plane' -import useSalon, { cn } from '../../styles/enjoy_dev/high_way/block' +import useSalon, { cn } from '../../styles/compare_dev/high_way/block' type TProps = { text: string diff --git a/src/app/Landing/EnjoyDev/HighWay/index.tsx b/src/app/Landing/CompareDev/HighWay/index.tsx similarity index 90% rename from src/app/Landing/EnjoyDev/HighWay/index.tsx rename to src/app/Landing/CompareDev/HighWay/index.tsx index efcf83597..5fc6458c7 100644 --- a/src/app/Landing/EnjoyDev/HighWay/index.tsx +++ b/src/app/Landing/CompareDev/HighWay/index.tsx @@ -1,7 +1,7 @@ import Block from './Block' import SeedSVG from '~/icons/Seed' -import useSalon, { cn } from '../../styles/enjoy_dev/high_way' +import useSalon, { cn } from '../../styles/compare_dev/high_way' export default () => { const s = useSalon() diff --git a/src/app/Landing/EnjoyDev/OurWay/BgShapes.tsx b/src/app/Landing/CompareDev/OurWay/BgShapes.tsx similarity index 70% rename from src/app/Landing/EnjoyDev/OurWay/BgShapes.tsx rename to src/app/Landing/CompareDev/OurWay/BgShapes.tsx index 4d9c3f519..20637d4e5 100644 --- a/src/app/Landing/EnjoyDev/OurWay/BgShapes.tsx +++ b/src/app/Landing/CompareDev/OurWay/BgShapes.tsx @@ -1,17 +1,17 @@ import GtdWipSVG from '~/icons/GtdWip' import TagSVG from '~/icons/HashTagBold' -import CurveLine1SVG from '../../styles/enjoy_dev/bg_shapes/CurveLine1' -import CurveLine2SVG from '../../styles/enjoy_dev/bg_shapes/CurveLine2' -import CurveLine3SVG from '../../styles/enjoy_dev/bg_shapes/CurveLine3' -import CurveLine4SVG from '../../styles/enjoy_dev/bg_shapes/CurveLine4' +import CurveLine1SVG from '../../styles/compare_dev/bg_shapes/CurveLine1' +import CurveLine2SVG from '../../styles/compare_dev/bg_shapes/CurveLine2' +import CurveLine3SVG from '../../styles/compare_dev/bg_shapes/CurveLine3' +import CurveLine4SVG from '../../styles/compare_dev/bg_shapes/CurveLine4' -import ShapeCircleSVG from '../../styles/enjoy_dev/bg_shapes/ShapeCircle' -import ShapeCross2SVG from '../../styles/enjoy_dev/bg_shapes/ShapeCross2' -import ShapeCircleHalfSVG from '../../styles/enjoy_dev/bg_shapes/ShapeCircleHalf' -import TwoLineSVG from '../../styles/enjoy_dev/bg_shapes/TwoLine' +import ShapeCircleSVG from '../../styles/compare_dev/bg_shapes/ShapeCircle' +import ShapeCross2SVG from '../../styles/compare_dev/bg_shapes/ShapeCross2' +import ShapeCircleHalfSVG from '../../styles/compare_dev/bg_shapes/ShapeCircleHalf' +import TwoLineSVG from '../../styles/compare_dev/bg_shapes/TwoLine' -import useSalon, { cn } from '../../styles/enjoy_dev/bg_shapes' +import useSalon, { cn } from '../../styles/compare_dev/bg_shapes' export default () => { const s = useSalon() diff --git a/src/app/Landing/EnjoyDev/OurWay/Fans.tsx b/src/app/Landing/CompareDev/OurWay/Fans.tsx similarity index 96% rename from src/app/Landing/EnjoyDev/OurWay/Fans.tsx rename to src/app/Landing/CompareDev/OurWay/Fans.tsx index dace1d147..5c7552a72 100644 --- a/src/app/Landing/EnjoyDev/OurWay/Fans.tsx +++ b/src/app/Landing/CompareDev/OurWay/Fans.tsx @@ -3,7 +3,7 @@ import { mockUsers } from '~/mock' import Facepile from '~/widgets/Facepile/LandingPage' import Img from '~/Img' -import useSalon, { cn } from '../../styles/enjoy_dev/fans' +import useSalon, { cn } from '../../styles/compare_dev/fans' export default () => { const s = useSalon() diff --git a/src/app/Landing/EnjoyDev/OurWay/NodeBlock.tsx b/src/app/Landing/CompareDev/OurWay/NodeBlock.tsx similarity index 97% rename from src/app/Landing/EnjoyDev/OurWay/NodeBlock.tsx rename to src/app/Landing/CompareDev/OurWay/NodeBlock.tsx index 9235d9f3a..79be705e7 100644 --- a/src/app/Landing/EnjoyDev/OurWay/NodeBlock.tsx +++ b/src/app/Landing/CompareDev/OurWay/NodeBlock.tsx @@ -18,7 +18,7 @@ import QuestionSVG from '~/icons/Question' import DiscussSVG from '~/icons/Discuss' import ToolSVG from '~/icons/Tool' -import useSalon, { cn } from '../../styles/enjoy_dev/our_way/node_block' +import useSalon, { cn } from '../../styles/compare_dev/our_way/node_block' type TProps = { cat?: TArticleCat | 'DEFAULT' diff --git a/src/app/Landing/EnjoyDev/OurWay/SprintCounter.tsx b/src/app/Landing/CompareDev/OurWay/SprintCounter.tsx similarity index 86% rename from src/app/Landing/EnjoyDev/OurWay/SprintCounter.tsx rename to src/app/Landing/CompareDev/OurWay/SprintCounter.tsx index 3fdc520a2..54d7c8bf5 100644 --- a/src/app/Landing/EnjoyDev/OurWay/SprintCounter.tsx +++ b/src/app/Landing/CompareDev/OurWay/SprintCounter.tsx @@ -2,7 +2,7 @@ import type { FC } from 'react' import SprintSVG from '~/icons/Sprint' -import useSalon from '../../styles/enjoy_dev/our_way/sprint_counter' +import useSalon from '../../styles/compare_dev/our_way/sprint_counter' type TProps = { num?: number diff --git a/src/app/Landing/EnjoyDev/OurWay/UpdateCounter.tsx b/src/app/Landing/CompareDev/OurWay/UpdateCounter.tsx similarity index 87% rename from src/app/Landing/EnjoyDev/OurWay/UpdateCounter.tsx rename to src/app/Landing/CompareDev/OurWay/UpdateCounter.tsx index cf210108f..01abf54b5 100644 --- a/src/app/Landing/EnjoyDev/OurWay/UpdateCounter.tsx +++ b/src/app/Landing/CompareDev/OurWay/UpdateCounter.tsx @@ -4,7 +4,7 @@ import type { TColorName } from '~/spec' import UpvoteSVG from '~/icons/Upvote' -import useSalon from '../../styles/enjoy_dev/our_way/upvote_counter' +import useSalon from '../../styles/compare_dev/our_way/upvote_counter' type TProps = { text?: string diff --git a/src/app/Landing/EnjoyDev/OurWay/index.tsx b/src/app/Landing/CompareDev/OurWay/index.tsx similarity index 96% rename from src/app/Landing/EnjoyDev/OurWay/index.tsx rename to src/app/Landing/CompareDev/OurWay/index.tsx index 3c2e54548..190b86390 100644 --- a/src/app/Landing/EnjoyDev/OurWay/index.tsx +++ b/src/app/Landing/CompareDev/OurWay/index.tsx @@ -7,7 +7,7 @@ import Fans from './Fans' import SeedSVG from '~/icons/Seed' import TadaSVG from '~/icons/Tada' -import useSalon from '../../styles/enjoy_dev/our_way' +import useSalon from '../../styles/compare_dev/our_way' export default () => { const s = useSalon() diff --git a/src/app/Landing/EnjoyDev/constant.ts b/src/app/Landing/CompareDev/constant.ts similarity index 100% rename from src/app/Landing/EnjoyDev/constant.ts rename to src/app/Landing/CompareDev/constant.ts diff --git a/src/app/Landing/EnjoyDev/index.tsx b/src/app/Landing/CompareDev/index.tsx similarity index 95% rename from src/app/Landing/EnjoyDev/index.tsx rename to src/app/Landing/CompareDev/index.tsx index 6541691bb..46d2054d3 100644 --- a/src/app/Landing/EnjoyDev/index.tsx +++ b/src/app/Landing/CompareDev/index.tsx @@ -4,7 +4,7 @@ import CloseCrossSVG from '~/icons/CloseCross' import OurWay from './OurWay' import HighWay from './HighWay' -import useSalon, { cn } from '../styles/enjoy_dev' +import useSalon, { cn } from '../styles/compare_dev' export default () => { const s = useSalon() diff --git a/src/app/Landing/index.tsx b/src/app/Landing/index.tsx index a72a076a8..531128525 100644 --- a/src/app/Landing/index.tsx +++ b/src/app/Landing/index.tsx @@ -27,7 +27,7 @@ import ArticlesIntroTabs from './ArticlesIntroTabs' import BatteryBento from './BatteryBento' import TechStacks from './TechStacks' import DashboardIntros from './DashboardIntros' -import EnjoyDev from './EnjoyDev' +import CompareDev from './CompareDev' import UsersWall from './UsersWall' import Footer from './Footer' @@ -135,7 +135,7 @@ export default () => { }> - +
diff --git a/src/app/Landing/styles/enjoy_dev/Tada.tsx b/src/app/Landing/styles/compare_dev/Tada.tsx similarity index 100% rename from src/app/Landing/styles/enjoy_dev/Tada.tsx rename to src/app/Landing/styles/compare_dev/Tada.tsx diff --git a/src/app/Landing/styles/enjoy_dev/bg_shapes/CurveLine1.tsx b/src/app/Landing/styles/compare_dev/bg_shapes/CurveLine1.tsx similarity index 100% rename from src/app/Landing/styles/enjoy_dev/bg_shapes/CurveLine1.tsx rename to src/app/Landing/styles/compare_dev/bg_shapes/CurveLine1.tsx diff --git a/src/app/Landing/styles/enjoy_dev/bg_shapes/CurveLine2.tsx b/src/app/Landing/styles/compare_dev/bg_shapes/CurveLine2.tsx similarity index 100% rename from src/app/Landing/styles/enjoy_dev/bg_shapes/CurveLine2.tsx rename to src/app/Landing/styles/compare_dev/bg_shapes/CurveLine2.tsx diff --git a/src/app/Landing/styles/enjoy_dev/bg_shapes/CurveLine3.tsx b/src/app/Landing/styles/compare_dev/bg_shapes/CurveLine3.tsx similarity index 100% rename from src/app/Landing/styles/enjoy_dev/bg_shapes/CurveLine3.tsx rename to src/app/Landing/styles/compare_dev/bg_shapes/CurveLine3.tsx diff --git a/src/app/Landing/styles/enjoy_dev/bg_shapes/CurveLine4.tsx b/src/app/Landing/styles/compare_dev/bg_shapes/CurveLine4.tsx similarity index 100% rename from src/app/Landing/styles/enjoy_dev/bg_shapes/CurveLine4.tsx rename to src/app/Landing/styles/compare_dev/bg_shapes/CurveLine4.tsx diff --git a/src/app/Landing/styles/enjoy_dev/bg_shapes/ShapeCircle.tsx b/src/app/Landing/styles/compare_dev/bg_shapes/ShapeCircle.tsx similarity index 100% rename from src/app/Landing/styles/enjoy_dev/bg_shapes/ShapeCircle.tsx rename to src/app/Landing/styles/compare_dev/bg_shapes/ShapeCircle.tsx diff --git a/src/app/Landing/styles/enjoy_dev/bg_shapes/ShapeCircleHalf.tsx b/src/app/Landing/styles/compare_dev/bg_shapes/ShapeCircleHalf.tsx similarity index 100% rename from src/app/Landing/styles/enjoy_dev/bg_shapes/ShapeCircleHalf.tsx rename to src/app/Landing/styles/compare_dev/bg_shapes/ShapeCircleHalf.tsx diff --git a/src/app/Landing/styles/enjoy_dev/bg_shapes/ShapeCross1.tsx b/src/app/Landing/styles/compare_dev/bg_shapes/ShapeCross1.tsx similarity index 100% rename from src/app/Landing/styles/enjoy_dev/bg_shapes/ShapeCross1.tsx rename to src/app/Landing/styles/compare_dev/bg_shapes/ShapeCross1.tsx diff --git a/src/app/Landing/styles/enjoy_dev/bg_shapes/ShapeCross2.tsx b/src/app/Landing/styles/compare_dev/bg_shapes/ShapeCross2.tsx similarity index 100% rename from src/app/Landing/styles/enjoy_dev/bg_shapes/ShapeCross2.tsx rename to src/app/Landing/styles/compare_dev/bg_shapes/ShapeCross2.tsx diff --git a/src/app/Landing/styles/enjoy_dev/bg_shapes/TwoLine.tsx b/src/app/Landing/styles/compare_dev/bg_shapes/TwoLine.tsx similarity index 100% rename from src/app/Landing/styles/enjoy_dev/bg_shapes/TwoLine.tsx rename to src/app/Landing/styles/compare_dev/bg_shapes/TwoLine.tsx diff --git a/src/app/Landing/styles/enjoy_dev/bg_shapes/index.ts b/src/app/Landing/styles/compare_dev/bg_shapes/index.ts similarity index 100% rename from src/app/Landing/styles/enjoy_dev/bg_shapes/index.ts rename to src/app/Landing/styles/compare_dev/bg_shapes/index.ts diff --git a/src/app/Landing/styles/enjoy_dev/fans.ts b/src/app/Landing/styles/compare_dev/fans.ts similarity index 100% rename from src/app/Landing/styles/enjoy_dev/fans.ts rename to src/app/Landing/styles/compare_dev/fans.ts diff --git a/src/app/Landing/styles/enjoy_dev/high_way/block.ts b/src/app/Landing/styles/compare_dev/high_way/block.ts similarity index 100% rename from src/app/Landing/styles/enjoy_dev/high_way/block.ts rename to src/app/Landing/styles/compare_dev/high_way/block.ts diff --git a/src/app/Landing/styles/enjoy_dev/high_way/index.ts b/src/app/Landing/styles/compare_dev/high_way/index.ts similarity index 100% rename from src/app/Landing/styles/enjoy_dev/high_way/index.ts rename to src/app/Landing/styles/compare_dev/high_way/index.ts diff --git a/src/app/Landing/styles/enjoy_dev/index.ts b/src/app/Landing/styles/compare_dev/index.ts similarity index 100% rename from src/app/Landing/styles/enjoy_dev/index.ts rename to src/app/Landing/styles/compare_dev/index.ts diff --git a/src/app/Landing/styles/enjoy_dev/our_way/index.ts b/src/app/Landing/styles/compare_dev/our_way/index.ts similarity index 100% rename from src/app/Landing/styles/enjoy_dev/our_way/index.ts rename to src/app/Landing/styles/compare_dev/our_way/index.ts diff --git a/src/app/Landing/styles/enjoy_dev/our_way/node_block.ts b/src/app/Landing/styles/compare_dev/our_way/node_block.ts similarity index 100% rename from src/app/Landing/styles/enjoy_dev/our_way/node_block.ts rename to src/app/Landing/styles/compare_dev/our_way/node_block.ts diff --git a/src/app/Landing/styles/enjoy_dev/our_way/sprint_counter.ts b/src/app/Landing/styles/compare_dev/our_way/sprint_counter.ts similarity index 100% rename from src/app/Landing/styles/enjoy_dev/our_way/sprint_counter.ts rename to src/app/Landing/styles/compare_dev/our_way/sprint_counter.ts diff --git a/src/app/Landing/styles/enjoy_dev/our_way/upvote_counter.ts b/src/app/Landing/styles/compare_dev/our_way/upvote_counter.ts similarity index 100% rename from src/app/Landing/styles/enjoy_dev/our_way/upvote_counter.ts rename to src/app/Landing/styles/compare_dev/our_way/upvote_counter.ts