Skip to content

Commit

Permalink
HeavyIndustry and medTech pages updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Fermatka committed May 6, 2024
1 parent 6101f9c commit 800ee80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
14 changes: 2 additions & 12 deletions algrtm/src/app/heavyIndustry/page.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import DescriptionImageComponent from "@/components/DescriptionImageComponent";
import DiagramComponent from "@/components/DiagramComponent";
import OpportunitiesIndustrySection from "@/components/OpportunitiesIndustrySection";
import RoundedTextComponent from "@/components/RoundedTextComponent";
import SolutionsSection from "@/components/SolutionsSection";
import TechnologiesSection from "@/components/TechnologiesSection";
import RoundedRectangle from "@/components/shared/RoundedRectangle";
Expand All @@ -17,17 +17,7 @@ const HeavyIndustry = () => {
imageHeight={478}
/>
<OpportunitiesIndustrySection />
<RoundedTextComponent
version="version4"
backgroundColor="neutralLight-neutral10"
backgroundColorDark="neutralDark-neutral90"
textTitleColor="neutralLight-neutral100"
textTitleColorDark="neutralDark-neutral10"
textParagraph1Color="neutralLight-neutral60"
textParagraph2ColorDark="neutralDark-neutral60"
gap="8"
showButton={true}
/>
<DiagramComponent />
<TechnologiesSection />
</div>
<RoundedRectangle />
Expand Down
12 changes: 0 additions & 12 deletions algrtm/src/app/medTech/page.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import DescriptionImageComponent from "@/components/DescriptionImageComponent";
import DiagramComponent from "@/components/DiagramComponent";
import OpportunitiesSection from "@/components/OpportunitiesSection";
import RoundedTextComponent from "@/components/RoundedTextComponent";
import SolutionsSection from "@/components/SolutionsSection";
import TechnologiesSection from "@/components/TechnologiesSection";
import RoundedRectangle from "@/components/shared/RoundedRectangle";
Expand All @@ -18,17 +17,6 @@ const MedTech = () => {
imageHeight={478}
/>
<OpportunitiesSection />
{/* <RoundedTextComponent
version="version4"
backgroundColor="neutralLight-neutral10"
backgroundColorDark="neutralDark-neutral90"
textTitleColor="neutralLight-neutral100"
textTitleColorDark="neutralDark-neutral10"
textParagraph1Color="neutralLight-neutral60"
textParagraph2ColorDark="neutralDark-neutral60"
gap="8"
showButton={true}
/> */}
<DiagramComponent />
<TechnologiesSection />
</div>
Expand Down
2 changes: 1 addition & 1 deletion algrtm/src/components/DiagramComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const DiagramComponent = () => {
<div className=" h6 max-w-[7.5rem]">
Regular feedback sessions
</div>
<div className="flex items-end">
<div className="flex items-end lg:items-center">
<CustomIcon
name="ArrowDownLong"
color="white"
Expand Down

0 comments on commit 800ee80

Please sign in to comment.