diff --git a/algrtm/public/heavyIndustry.png b/algrtm/public/heavyIndustry-image.png similarity index 100% rename from algrtm/public/heavyIndustry.png rename to algrtm/public/heavyIndustry-image.png diff --git a/algrtm/public/labAssistant-image.png b/algrtm/public/labAssistant-image.png new file mode 100644 index 00000000..051ad96f Binary files /dev/null and b/algrtm/public/labAssistant-image.png differ diff --git a/algrtm/src/app/heavyIndustry/page.js b/algrtm/src/app/heavyIndustry/page.js index 553ebf29..7358194e 100644 --- a/algrtm/src/app/heavyIndustry/page.js +++ b/algrtm/src/app/heavyIndustry/page.js @@ -1,6 +1,5 @@ import DescriptionImageComponent from "@/components/DescriptionImageComponent"; import OpportunitiesIndustrySection from "@/components/OpportunitiesIndustrySection"; -import OpportunitiesSection from "@/components/OpportunitiesSection"; import RoundedTextComponent from "@/components/RoundedTextComponent"; import SolutionsSection from "@/components/SolutionsSection"; import TechnologiesSection from "@/components/TechnologiesSection"; @@ -11,7 +10,12 @@ const HeavyIndustry = () => { return (
- + { return (
- + { +const DescriptionImageComponent = ({ + version, + image, + imageWidth, + imageHeight, +}) => { const { title, subtitle, description } = descriptionComponentTexts[version]; return (
-
-

{title}

+
+

{title}

{subtitle}
{description}
-
+ {/*
+ Image of Lab Assistant during work +
*/} +
Woman playing the piano{" "} + />
); diff --git a/algrtm/src/components/OpportunitiesSection.js b/algrtm/src/components/OpportunitiesSection.js index dfcca164..783f6a12 100644 --- a/algrtm/src/components/OpportunitiesSection.js +++ b/algrtm/src/components/OpportunitiesSection.js @@ -14,7 +14,7 @@ const OpportunitiesSection = () => {